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

  /toolchain/binutils/binutils-2.25/bfd/
coff64-rs6000.c 2181 struct internal_filehdr filehdr; local
    [all...]
libcoff.h 109 /* Copy of some of the f_flags bits in the COFF filehdr structure,
903 #define bfd_coff_bad_format_hook(abfd, filehdr) \
904 ((coff_backend_info (abfd)->_bfd_coff_bad_format_hook) (abfd, filehdr))
906 #define bfd_coff_set_arch_mach_hook(abfd, filehdr)\
907 ((coff_backend_info (abfd)->_bfd_coff_set_arch_mach_hook) (abfd, filehdr))
908 #define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
910 (abfd, filehdr, aouthdr))
    [all...]
coff-rs6000.c 3657 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 318 void * filehdr; local
326 filehdr = bfd_alloc (abfd, filhsz);
327 if (filehdr == NULL)
329 if (bfd_bread (filehdr, filhsz, abfd) != filhsz)
333 bfd_release (abfd, filehdr);
336 bfd_coff_swap_filehdr_in (abfd, filehdr, &internal_f);
337 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.25/gold/
script-sections.h 186 bool filehdr, bool phdrs, bool is_flags_valid, unsigned int flags,
  /toolchain/binutils/binutils-2.25/ld/
ldlang.h 439 bfd_boolean filehdr; member in struct:lang_phdr
ldgram.y 79 bfd_boolean filehdr;
1206 lang_new_phdr ($1, $3, $4.filehdr, $4.phdrs, $4.at,
1263 if (strcmp ($1, "FILEHDR") == 0 && $2 == NULL)
1264 $$.filehdr = TRUE;
ldlang.c     [all...]

Completed in 294 milliseconds