Searched refs:FILHSZ (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/coff/
H A Dpe.h229 #undef FILHSZ macro
230 #define FILHSZ 152 macro
H A Dexternal.h37 #define FILHSZ 20 macro
H A Drs6000.h28 #define FILHSZ 20 macro
H A Drs6k64.h37 #define FILHSZ 24 macro
H A Dalpha.h47 #define FILHSZ 24 macro
H A Dti.h122 #define FILHSZ 22 macro
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcoff64-rs6000.c2190 bfd_byte filehdr_ext[FILHSZ];
2221 memset (filehdr_ext, 0, FILHSZ);
2253 data_scnhdr.s_scnptr = FILHSZ + 3 * SCNHSZ;
2491 bfd_bwrite (filehdr_ext, FILHSZ, abfd);
2551 FILHSZ,
2804 FILHSZ,
H A Dcoff-alpha.c2103 if (bfd_seek (abfd, (file_ptr) FILHSZ, SEEK_CUR) != 0
2105 || bfd_seek (abfd, (file_ptr) (- (FILHSZ + 8)), SEEK_CUR) != 0)
2153 if (bfd_seek (nbfd, (file_ptr) FILHSZ, SEEK_SET) != 0)
2308 FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE, FALSE, 4, FALSE, 2,
H A Dcoff-rs6000.c2599 size = FILHSZ;
3682 bfd_byte filehdr_ext[FILHSZ];
3709 memset (filehdr_ext, 0, FILHSZ);
3726 scnhdr.s_scnptr = FILHSZ + SCNHSZ;
3944 bfd_bwrite (filehdr_ext, FILHSZ, abfd);
4006 FILHSZ,
4257 FILHSZ,
H A Dcoff-mips.c1320 FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE, FALSE, 4, FALSE, 2,
H A DpeXXigen.c850 return FILHSZ;
867 return FILHSZ;
H A Dcoffcode.h5157 FILHSZ, AOUTSZ, SCNHSZ, SYMESZ, AUXESZ, RELSZ, LINESZ, FILNMLEN,
5244 FILHSZ, AOUTSZ, SCNHSZ_V01, SYMESZ, AUXESZ, RELSZ, LINESZ, FILNMLEN,

Completed in 366 milliseconds