Searched refs:scnhdr (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | a.out.h | 40 struct scnhdr struct 85 #define SCNHSZ sizeof(struct scnhdr)
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/ |
| H A D | elf2ecoff.c | 251 static void convert_ecoff_esecs(struct scnhdr *s, int num) in convert_ecoff_esecs() 277 struct scnhdr esecs[6]; in main() 541 i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr)); in main() 542 if (i != nosecs * sizeof(struct scnhdr)) { in main() 548 pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15; in main()
|
| H A D | ecoff.h | 22 typedef struct scnhdr { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | bfd.info | 11045 #define bfd_coff_styp_to_sec_flags_hook(abfd, scnhdr, name, section, flags_ptr)\ 11047 (abfd, scnhdr, name, section, flags_ptr)) 11049 #define bfd_coff_set_alignment_hook(abfd, sec, scnhdr)\ 11050 ((coff_backend_info (abfd)->_bfd_set_alignment_hook) (abfd, sec, scnhdr))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | bfd.info | 11045 #define bfd_coff_styp_to_sec_flags_hook(abfd, scnhdr, name, section, flags_ptr)\ 11047 (abfd, scnhdr, name, section, flags_ptr)) 11049 #define bfd_coff_set_alignment_hook(abfd, sec, scnhdr)\ 11050 ((coff_backend_info (abfd)->_bfd_set_alignment_hook) (abfd, sec, scnhdr))
|