Home
last modified time | relevance | path

Searched refs:internal_f (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dpeicode.h285 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; in pe_mkobject_hook() local
292 pe->coff.sym_filepos = internal_f->f_symptr; in pe_mkobject_hook()
304 pe->coff.timestamp = internal_f->f_timdat; in pe_mkobject_hook()
308 internal_f->f_nsyms; in pe_mkobject_hook()
310 pe->real_flags = internal_f->f_flags; in pe_mkobject_hook()
312 if ((internal_f->f_flags & F_DLL) != 0) in pe_mkobject_hook()
315 if ((internal_f->f_flags & IMAGE_FILE_DEBUG_STRIPPED) == 0) in pe_mkobject_hook()
324 if (! _bfd_coff_arm_set_private_flags (abfd, internal_f->f_flags)) in pe_mkobject_hook()
741 struct internal_filehdr internal_f; in pe_ILF_build_a_bfd() local
992 memset (& internal_f, 0, sizeof (internal_f)); in pe_ILF_build_a_bfd()
[all …]
Dcoffcode.h1638 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; in coff_bad_format_hook() local
1640 if (BADMAG (*internal_f)) in coff_bad_format_hook()
1652 if (internal_f->f_opthdr != 0 && bfd_coff_aoutsz (abfd) != internal_f->f_opthdr) in coff_bad_format_hook()
1663 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; in ticoff0_bad_format_hook() local
1665 if (COFF0_BADMAG (*internal_f)) in ticoff0_bad_format_hook()
1676 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; in ticoff1_bad_format_hook() local
1678 if (COFF1_BADMAG (*internal_f)) in ticoff1_bad_format_hook()
2007 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; in coff_mkobject_hook() local
2015 coff->sym_filepos = internal_f->f_symptr; in coff_mkobject_hook()
2028 coff->timestamp = internal_f->f_timdat; in coff_mkobject_hook()
[all …]
Dcoff64-rs6000.c733 struct internal_filehdr internal_f; in xcoff64_write_object_contents() local
786 internal_f.f_opthdr = bfd_coff_aoutsz (abfd); in xcoff64_write_object_contents()
791 internal_f.f_opthdr = 0; in xcoff64_write_object_contents()
794 internal_f.f_nscns = 0; in xcoff64_write_object_contents()
805 internal_f.f_nscns++; in xcoff64_write_object_contents()
856 internal_f.f_timdat = 0; in xcoff64_write_object_contents()
858 internal_f.f_flags = 0; in xcoff64_write_object_contents()
861 internal_f.f_flags |= F_RELFLG; in xcoff64_write_object_contents()
863 internal_f.f_flags |= F_LNNO; in xcoff64_write_object_contents()
865 internal_f.f_flags |= F_EXEC; in xcoff64_write_object_contents()
[all …]
Dcoffgen.c229 struct internal_filehdr *internal_f, in coff_real_object_p() argument
240 if (!(internal_f->f_flags & F_RELFLG)) in coff_real_object_p()
242 if ((internal_f->f_flags & F_EXEC)) in coff_real_object_p()
244 if (!(internal_f->f_flags & F_LNNO)) in coff_real_object_p()
246 if (!(internal_f->f_flags & F_LSYMS)) in coff_real_object_p()
250 if ((internal_f->f_flags & F_EXEC) != 0) in coff_real_object_p()
253 bfd_get_symcount (abfd) = internal_f->f_nsyms; in coff_real_object_p()
254 if (internal_f->f_nsyms) in coff_real_object_p()
265 tdata = bfd_coff_mkobject_hook (abfd, (void *) internal_f, (void *) internal_a); in coff_real_object_p()
280 if (! bfd_coff_set_arch_mach_hook (abfd, (void *) internal_f)) in coff_real_object_p()
[all …]
Decoff.c102 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; in _bfd_ecoff_mkobject_hook() local
111 ecoff->sym_filepos = internal_f->f_symptr; in _bfd_ecoff_mkobject_hook()
193 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; in _bfd_ecoff_set_arch_mach_hook() local
197 switch (internal_f->f_magic) in _bfd_ecoff_set_arch_mach_hook()
2354 struct internal_filehdr internal_f; in _bfd_ecoff_write_object_contents() local
2399 internal_f.f_nscns = 0; in _bfd_ecoff_write_object_contents()
2410 ++internal_f.f_nscns; in _bfd_ecoff_write_object_contents()
2508 internal_f.f_magic = ecoff_get_magic (abfd); in _bfd_ecoff_write_object_contents()
2515 internal_f.f_timdat = 0; in _bfd_ecoff_write_object_contents()
2521 internal_f.f_nsyms = external_hdr_size; in _bfd_ecoff_write_object_contents()
[all …]
Dcoff-alpha.c443 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; in alpha_ecoff_bad_format_hook() local
445 if (! ALPHA_ECOFF_BADMAG (*internal_f)) in alpha_ecoff_bad_format_hook()
448 if (ALPHA_ECOFF_COMPRESSEDMAG (*internal_f)) in alpha_ecoff_bad_format_hook()
469 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; in alpha_ecoff_mkobject_hook() local
473 switch (internal_f->f_flags & F_ALPHA_OBJECT_TYPE_MASK) in alpha_ecoff_mkobject_hook()
Dcoff-mips.c238 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; in mips_ecoff_bad_format_hook() local
240 switch (internal_f->f_magic) in mips_ecoff_bad_format_hook()
/toolchain/binutils/binutils-2.25/include/coff/
DChangeLog-9103434 information in the flags field of the internal_f structure used by BFD