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

12

/haiku-buildtools/legacy/binutils/bfd/
H A Dticoff.h23 ticoff0_bad_format_hook (abfd, filehdr)
25 PTR filehdr; variable
27 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
36 ticoff1_bad_format_hook (abfd, filehdr)
38 PTR filehdr; variable
40 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
H A Dcoff64-rs6000.c2151 xcoff64_bad_format_hook (abfd, filehdr)
2153 PTR filehdr;
2155 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
2184 struct internal_filehdr filehdr;
2206 memset (&filehdr, 0, sizeof (struct internal_filehdr));
2207 filehdr.f_magic = bfd_xcoff_magic_number (abfd);
2208 filehdr.f_nscns = 3;
2209 filehdr.f_timdat = 0;
2210 filehdr.f_nsyms = 0; /* at least 6, no more than 8 */
2211 filehdr
2183 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.c3679 struct internal_filehdr filehdr;
3697 memset (&filehdr, 0, sizeof (struct internal_filehdr));
3698 filehdr.f_magic = bfd_xcoff_magic_number (abfd);
3699 filehdr.f_nscns = 1;
3700 filehdr.f_timdat = 0;
3701 filehdr.f_nsyms = 0; /* at least 6, no more than 10 */
3702 filehdr.f_symptr = 0; /* set below */
3703 filehdr.f_opthdr = 0;
3704 filehdr.f_flags = 0;
3808 &syment_ext[filehdr
3673 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;
2030 /* 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;
1377 /* 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
1773 coff_mkobject_hook(bfd * abfd, void * filehdr, void * aouthdr ATTRIBUTE_UNUSED) argument
1857 coff_set_arch_mach_hook(bfd *abfd, void * filehdr) argument
[all...]
/haiku-buildtools/gcc/gcc/
H A Dcollect2-aix.h287 struct internal_filehdr filehdr; member in struct:internal_ldfile
292 #define HEADER(FILE) ((FILE)->filehdr)
H A Dcollect2-aix.c131 internal = &ldfile->filehdr;
202 struct external_big_ar_filehdr filehdr; local
206 && read (ldfile->fd, &filehdr, sizeof (filehdr)) == sizeof (filehdr)
207 && memcmp (filehdr.fl_magic, FL_MAGIC_BIG_AR, FL_MAGIC_SIZE) == 0
208 && PARSE_INTEGER (offset, filehdr.fl_firstmemoff)
/haiku-buildtools/binutils/bfd/
H A Dcoff64-rs6000.c2148 xcoff64_bad_format_hook (bfd * abfd, void *filehdr)
2150 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
2176 struct internal_filehdr filehdr;
2198 memset (&filehdr, 0, sizeof (struct internal_filehdr));
2199 filehdr.f_magic = bfd_xcoff_magic_number (abfd);
2200 filehdr.f_nscns = 3;
2201 filehdr.f_timdat = 0;
2202 filehdr.f_nsyms = 0; /* at least 6, no more than 8 */
2203 filehdr.f_symptr = 0; /* set below */
2204 filehdr
2147 xcoff64_bad_format_hook(bfd * abfd, void *filehdr) argument
2175 struct internal_filehdr filehdr; local
[all...]
H A Dlibcoff.h114 /* 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))
H A Dcoff-rs6000.c3633 struct internal_filehdr filehdr;
3651 memset (&filehdr, 0, sizeof (struct internal_filehdr));
3652 filehdr.f_magic = bfd_xcoff_magic_number (abfd);
3653 filehdr.f_nscns = 1;
3654 filehdr.f_timdat = 0;
3655 filehdr.f_nsyms = 0; /* at least 6, no more than 10 */
3656 filehdr.f_symptr = 0; /* set below */
3657 filehdr.f_opthdr = 0;
3658 filehdr.f_flags = 0;
3762 &syment_ext[filehdr
3627 struct internal_filehdr filehdr; local
[all...]
H A Dcoff-alpha.c445 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;
1983 /* Do final adjustments to the filehdr and the aouthdr. This routine
2321 /* Do final adjustments to filehdr and aouthdr. */
440 alpha_ecoff_bad_format_hook(bfd *abfd ATTRIBUTE_UNUSED, void * filehdr) argument
461 alpha_ecoff_mkobject_hook(bfd *abfd, void * filehdr, void * aouthdr) argument
H A Dcoffgen.c324 void * filehdr; local
332 filehdr = bfd_alloc (abfd, filhsz);
333 if (filehdr == NULL)
335 if (bfd_bread (filehdr, filhsz, abfd) != filhsz)
339 bfd_release (abfd, filehdr);
342 bfd_coff_swap_filehdr_in (abfd, filehdr, &internal_f);
343 bfd_release (abfd, filehdr);
H A Dcoffcode.h1567 .#define bfd_coff_bad_format_hook(abfd, filehdr) \
1568 . ((coff_backend_info (abfd)->_bfd_coff_bad_format_hook) (abfd, filehdr))
1570 .#define bfd_coff_set_arch_mach_hook(abfd, filehdr)\
1571 . ((coff_backend_info (abfd)->_bfd_coff_set_arch_mach_hook) (abfd, filehdr))
1572 .#define bfd_coff_mkobject_hook(abfd, filehdr, aouthdr)\
1574 . (abfd, filehdr, aouthdr))
1652 coff_bad_format_hook (bfd * abfd ATTRIBUTE_UNUSED, void * filehdr)
1654 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
1677 ticoff0_bad_format_hook (bfd *abfd ATTRIBUTE_UNUSED, void * filehdr)
1679 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr;
1651 coff_bad_format_hook(bfd * abfd ATTRIBUTE_UNUSED, void * filehdr) argument
1676 ticoff0_bad_format_hook(bfd *abfd ATTRIBUTE_UNUSED, void * filehdr) argument
1689 ticoff1_bad_format_hook(bfd *abfd ATTRIBUTE_UNUSED, void * filehdr) argument
2018 coff_mkobject_hook(bfd * abfd, void * filehdr, void * aouthdr ATTRIBUTE_UNUSED) argument
2111 coff_set_arch_mach_hook(bfd *abfd, void * filehdr) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-types.h45 struct filehdr;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash66.C49 struct filehdr struct
/haiku-buildtools/legacy/binutils/ld/
H A Dldgram.h286 bfd_boolean filehdr; member in struct:YYSTYPE::phdr_info
H A Dldlang.h381 bfd_boolean filehdr; member in struct:lang_phdr
H A Dldgram.y82 bfd_boolean filehdr;
1055 lang_new_phdr ($1, $3, $4.filehdr, $4.phdrs, $4.at,
1113 $$.filehdr = TRUE;
/haiku-buildtools/binutils/ld/
H A Dldgram.h335 bfd_boolean filehdr; member in struct:YYSTYPE::phdr_info
H A Dldlang.h447 bfd_boolean filehdr; member in struct:lang_phdr
H A Dldgram.y79 bfd_boolean filehdr;
1210 lang_new_phdr ($1, $3, $4.filehdr, $4.phdrs, $4.at,
1268 $$.filehdr = TRUE;
/haiku-buildtools/binutils/gold/
H A Dscript-sections.h189 bool filehdr, bool phdrs, bool is_flags_valid, unsigned int flags,

Completed in 371 milliseconds

12