HomeSort by relevance Sort by last modified time
    Searched refs:filehdr (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
coff64-rs6000.c 2174 struct internal_filehdr filehdr; local
    [all...]
libcoff.h 114 /* Copy of some of the f_flags bits in the COFF filehdr structure,
894 #define bfd_coff_bad_format_hook(abfd, filehdr) \
895 ((coff_backend_info (abfd)->_bfd_coff_bad_format_hook) (abfd, filehdr))
897 #define bfd_coff_set_arch_mach_hook(abfd, filehdr)\
898 ((coff_backend_info (abfd)->_bfd_coff_set_arch_mach_hook) (abfd, filehdr))
899 #define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
901 (abfd, filehdr, aouthdr))
    [all...]
coff-rs6000.c 3624 struct internal_filehdr filehdr; local
    [all...]
coff-alpha.c 445 void * filehdr)
447 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
465 alpha_ecoff_mkobject_hook (bfd *abfd, void * filehdr, void * aouthdr)
469 ecoff = _bfd_ecoff_mkobject_hook (abfd, filehdr, aouthdr);
473 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
    [all...]
coffgen.c 322 void * filehdr; local
330 filehdr = bfd_alloc (abfd, filhsz);
331 if (filehdr == NULL)
333 if (bfd_bread (filehdr, filhsz, abfd) != filhsz)
337 bfd_release (abfd, filehdr);
340 bfd_coff_swap_filehdr_in (abfd, filehdr, &internal_f);
341 bfd_release (abfd, filehdr);
    [all...]
coffcode.h     [all...]
coff-mips.c 240 mips_ecoff_bad_format_hook (bfd * abfd, void * filehdr)
242 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
    [all...]
peicode.h 283 void * filehdr,
286 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
    [all...]
ecoff.c 101 _bfd_ecoff_mkobject_hook (bfd *abfd, void * filehdr, void * aouthdr)
103 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
192 _bfd_ecoff_set_arch_mach_hook (bfd *abfd, void * filehdr)
194 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
script-sections.h 186 bool filehdr, bool phdrs, bool is_flags_valid, unsigned int flags,
  /toolchain/binutils/binutils-2.27/ld/
ldlang.h 444 bfd_boolean filehdr; member in struct:lang_phdr
ldgram.y 79 bfd_boolean filehdr;
1210 lang_new_phdr ($1, $3, $4.filehdr, $4.phdrs, $4.at,
1267 if (strcmp ($1, "FILEHDR") == 0 && $2 == NULL)
1268 $$.filehdr = TRUE;
ldlang.c     [all...]

Completed in 216 milliseconds