Searched refs:filehdr (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/sys/i386/ibcs2/
H A Dcoff.h35 struct filehdr { struct
H A Dimgact_coff.c163 struct filehdr *fhdr;
228 fhdr = (struct filehdr *)ptr;
245 ahdr = (struct aouthdr*)(ptr + sizeof(struct filehdr));
247 scns = (struct scnhdr*)(ptr + sizeof(struct filehdr)
296 const struct filehdr *fhdr = (const struct filehdr*)imgp->image_header;
327 ((const char*)(imgp->image_header) + sizeof(struct filehdr));
331 ((const char*)(imgp->image_header) + sizeof(struct filehdr) +
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoff64-rs6000.c2167 xcoff64_bad_format_hook (abfd, filehdr)
2169 PTR filehdr;
2171 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
2200 struct internal_filehdr filehdr;
2222 memset (&filehdr, 0, sizeof (struct internal_filehdr));
2223 filehdr.f_magic = bfd_xcoff_magic_number (abfd);
2224 filehdr.f_nscns = 3;
2225 filehdr.f_timdat = 0;
2226 filehdr.f_nsyms = 0; /* at least 6, no more than 8 */
2227 filehdr
2199 struct internal_filehdr filehdr; local
[all...]
H A Dlibcoff.h108 /* Copy of some of the f_flags bits in the COFF filehdr structure,
865 #define bfd_coff_bad_format_hook(abfd, filehdr) \
866 ((coff_backend_info (abfd)->_bfd_coff_bad_format_hook) (abfd, filehdr))
868 #define bfd_coff_set_arch_mach_hook(abfd, filehdr)\
869 ((coff_backend_info (abfd)->_bfd_coff_set_arch_mach_hook) (abfd, filehdr))
870 #define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
872 (abfd, filehdr, aouthdr))
H A Dcoff-rs6000.c3692 struct internal_filehdr filehdr;
3710 memset (&filehdr, 0, sizeof (struct internal_filehdr));
3711 filehdr.f_magic = bfd_xcoff_magic_number (abfd);
3712 filehdr.f_nscns = 1;
3713 filehdr.f_timdat = 0;
3714 filehdr.f_nsyms = 0; /* at least 6, no more than 10 */
3715 filehdr.f_symptr = 0; /* set below */
3716 filehdr.f_opthdr = 0;
3717 filehdr.f_flags = 0;
3821 &syment_ext[filehdr
3686 struct internal_filehdr filehdr; local
[all...]
H A Dcoff-alpha.c42 PARAMS ((bfd *abfd, PTR filehdr));
44 PARAMS ((bfd *, PTR filehdr, PTR aouthdr));
482 alpha_ecoff_bad_format_hook (abfd, filehdr)
484 PTR filehdr;
486 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
504 alpha_ecoff_mkobject_hook (abfd, filehdr, aouthdr)
506 PTR filehdr;
511 ecoff = _bfd_ecoff_mkobject_hook (abfd, filehdr, aouthdr);
515 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
2046 /* Do final adjustments to the filehdr an
[all...]
H A Dcoff-mips.c40 PARAMS ((bfd *abfd, PTR filehdr));
258 mips_ecoff_bad_format_hook (abfd, filehdr)
260 PTR filehdr;
262 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
1393 /* Do final adjustments to filehdr and aouthdr. */
H A Dcoffgen.c234 void * filehdr; local
242 filehdr = bfd_alloc (abfd, filhsz);
243 if (filehdr == NULL)
245 if (bfd_bread (filehdr, filhsz, abfd) != filhsz)
249 bfd_release (abfd, filehdr);
252 bfd_coff_swap_filehdr_in (abfd, filehdr, &internal_f);
253 bfd_release (abfd, filehdr);
H A Dcoffcode.h1356 .#define bfd_coff_bad_format_hook(abfd, filehdr) \
1357 . ((coff_backend_info (abfd)->_bfd_coff_bad_format_hook) (abfd, filehdr))
1359 .#define bfd_coff_set_arch_mach_hook(abfd, filehdr)\
1360 . ((coff_backend_info (abfd)->_bfd_coff_set_arch_mach_hook) (abfd, filehdr))
1361 .#define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
1363 . (abfd, filehdr, aouthdr))
1432 coff_bad_format_hook (bfd * abfd ATTRIBUTE_UNUSED, void * filehdr)
1434 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
1457 ticoff0_bad_format_hook (bfd *abfd ATTRIBUTE_UNUSED, void * filehdr)
1459 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
1431 coff_bad_format_hook(bfd * abfd ATTRIBUTE_UNUSED, void * filehdr) argument
1456 ticoff0_bad_format_hook(bfd *abfd ATTRIBUTE_UNUSED, void * filehdr) argument
1469 ticoff1_bad_format_hook(bfd *abfd ATTRIBUTE_UNUSED, void * filehdr) argument
1777 coff_mkobject_hook(bfd * abfd, void * filehdr, void * aouthdr ATTRIBUTE_UNUSED) argument
1861 coff_set_arch_mach_hook(bfd *abfd, void * filehdr) argument
[all...]
H A Dpeicode.h280 void * filehdr,
283 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
278 pe_mkobject_hook(bfd * abfd, void * filehdr, void * aouthdr ATTRIBUTE_UNUSED) argument
H A Decoff.c102 _bfd_ecoff_mkobject_hook (bfd *abfd, void * filehdr, void * aouthdr)
104 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
193 _bfd_ecoff_set_arch_mach_hook (bfd *abfd, void * filehdr)
195 struct internal_filehdr *internal_f = filehdr;
101 _bfd_ecoff_mkobject_hook(bfd *abfd, void * filehdr, void * aouthdr) argument
192 _bfd_ecoff_set_arch_mach_hook(bfd *abfd, void * filehdr) argument
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h45 struct filehdr;
H A Dmips-tdump.c210 struct filehdr global_hdr; /* a.out header */
241 static void print_global_hdr (struct filehdr *);
745 print_global_hdr (struct filehdr *ptr)
H A Dmips-tfile.c1464 static struct filehdr orig_file_header; /* global object file header */
4365 sizeof (struct filehdr),
4374 else if (sys_read < (int) sizeof (struct filehdr))
4376 (int) sizeof (struct filehdr),
4398 else if (sys_read < (int) sizeof (struct filehdr))
4400 (int) sizeof (struct filehdr),
4412 file_offset = orig_file_header.f_symptr + sizeof (struct filehdr);
H A Dsys-protos.h617 extern int ldfhread(struct ldfile *, struct filehdr *);
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.h393 bfd_boolean filehdr; member in struct:lang_phdr
H A Dldgram.y82 bfd_boolean filehdr;
1064 lang_new_phdr ($1, $3, $4.filehdr, $4.phdrs, $4.at,
1122 $$.filehdr = TRUE;
H A Dldlang.c6202 bfd_boolean filehdr,
6213 n->filehdr = filehdr;
6317 at, l->filehdr, l->phdrs, c, secs))
6198 lang_new_phdr(const char *name, etree_type *type, bfd_boolean filehdr, bfd_boolean phdrs, etree_type *at, etree_type *flags) argument

Completed in 240 milliseconds