Searched refs:SCNHSZ (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dload_coff.h38 #define SCNHSZ (sizeof(struct coff_scnhdr)) macro
42 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 7) & ~7) : \
43 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 15) & ~15))
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/stand/common/
H A Dcoffhdrfix.c78 #define SCNHSZ 40 macro
114 COFF_GET_HALF(file.f_nscns) * SCNHSZ + 7) & ~7;
H A Dbootxx.c50 #define SCNHSZ (sizeof(struct ecoff_scnhdr)) macro
53 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 7) & ~7) : \
54 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 15) & ~15))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/coff/
H A Dtic80.h78 #define SCNHSZ 40 macro
H A Dor32.h95 #define SCNHSZ 40 macro
H A Dexternal.h93 #define SCNHSZ 40 macro
H A Di960.h120 #define SCNHSZ 44 macro
H A Dm88k.h54 #define SCNHSZ 44 macro
H A Drs6000.h97 #define SCNHSZ 40 macro
H A Drs6k64.h94 #define SCNHSZ 72 macro
H A Dalpha.h92 #define SCNHSZ 64 macro
H A Dti.h217 #define SCNHSZ 48 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/coff/
H A Dtic80.h78 #define SCNHSZ 40 macro
H A Dor32.h95 #define SCNHSZ 40 macro
H A Dexternal.h93 #define SCNHSZ 40 macro
H A Di960.h120 #define SCNHSZ 44 macro
H A Dm88k.h54 #define SCNHSZ 44 macro
H A Drs6000.h97 #define SCNHSZ 40 macro
H A Drs6k64.h94 #define SCNHSZ 72 macro
H A Dalpha.h92 #define SCNHSZ 64 macro
H A Dti.h217 #define SCNHSZ 48 macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoff64-rs6000.c2241 bfd_byte scnhdr_ext[SCNHSZ * 3];
2282 memset (scnhdr_ext, 0, 3 * SCNHSZ);
2303 data_scnhdr.s_scnptr = FILHSZ + 3 * SCNHSZ;
2542 bfd_coff_swap_scnhdr_out (abfd, &text_scnhdr, &scnhdr_ext[SCNHSZ * 0]);
2543 bfd_coff_swap_scnhdr_out (abfd, &data_scnhdr, &scnhdr_ext[SCNHSZ * 1]);
2544 bfd_coff_swap_scnhdr_out (abfd, &bss_scnhdr, &scnhdr_ext[SCNHSZ * 2]);
2545 bfd_bwrite (scnhdr_ext, 3 * SCNHSZ, abfd);
2603 SCNHSZ,
2860 SCNHSZ,
H A Dcoff-rs6000.c2600 size += abfd->section_count * SCNHSZ;
3712 bfd_byte scnhdr_ext[SCNHSZ];
3749 memset (scnhdr_ext, 0, SCNHSZ);
3755 scnhdr.s_scnptr = FILHSZ + SCNHSZ;
3975 bfd_bwrite (scnhdr_ext, SCNHSZ, abfd);
4037 SCNHSZ,
4290 SCNHSZ,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoff64-rs6000.c2241 bfd_byte scnhdr_ext[SCNHSZ * 3];
2282 memset (scnhdr_ext, 0, 3 * SCNHSZ);
2303 data_scnhdr.s_scnptr = FILHSZ + 3 * SCNHSZ;
2542 bfd_coff_swap_scnhdr_out (abfd, &text_scnhdr, &scnhdr_ext[SCNHSZ * 0]);
2543 bfd_coff_swap_scnhdr_out (abfd, &data_scnhdr, &scnhdr_ext[SCNHSZ * 1]);
2544 bfd_coff_swap_scnhdr_out (abfd, &bss_scnhdr, &scnhdr_ext[SCNHSZ * 2]);
2545 bfd_bwrite (scnhdr_ext, 3 * SCNHSZ, abfd);
2603 SCNHSZ,
2860 SCNHSZ,
H A Dcoff-rs6000.c2600 size += abfd->section_count * SCNHSZ;
3712 bfd_byte scnhdr_ext[SCNHSZ];
3749 memset (scnhdr_ext, 0, SCNHSZ);
3755 scnhdr.s_scnptr = FILHSZ + SCNHSZ;
3975 bfd_bwrite (scnhdr_ext, SCNHSZ, abfd);
4037 SCNHSZ,
4290 SCNHSZ,

Completed in 221 milliseconds

12