Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/bfd/
H A Dpeicode.h326 internal_f->f_nsyms; in pe_mkobject_hook()
328 pe->real_flags = internal_f->f_flags; in pe_mkobject_hook()
330 if ((internal_f->f_flags & F_DLL) != 0) in pe_mkobject_hook()
776 struct internal_filehdr internal_f; in pe_ILF_build_a_bfd() local
1058 memset (& internal_f, 0, sizeof (internal_f)); in pe_ILF_build_a_bfd()
1060 internal_f.f_magic = magic; in pe_ILF_build_a_bfd()
1061 internal_f.f_symptr = 0; in pe_ILF_build_a_bfd()
1062 internal_f.f_nsyms = 0; in pe_ILF_build_a_bfd()
1409 struct internal_filehdr internal_f; in pe_bfd_object_p() local
1486 opt_hdr_size = internal_f.f_opthdr; in pe_bfd_object_p()
[all …]
H A Dcoffcode.h1653 if (BADMAG (*internal_f)) in coff_bad_format_hook()
2026 internal_f->f_nsyms; in coff_mkobject_hook()
2098 switch (internal_f->f_magic) in coff_set_arch_mach_hook()
3427 internal_f.f_nscns = 0; in coff_write_object_contents()
3464 internal_f.f_nscns++; in coff_write_object_contents()
3612 internal_f.f_nscns--; in coff_write_object_contents()
3733 internal_f.f_nscns++; in coff_write_object_contents()
3761 internal_f.f_timdat = 0; in coff_write_object_contents()
3762 internal_f.f_flags = 0; in coff_write_object_contents()
3768 internal_f.f_opthdr = 0; in coff_write_object_contents()
[all …]
H A Dcoffgen.c249 if ((internal_f->f_flags & F_EXEC)) in coff_real_object_p()
251 if (!(internal_f->f_flags & F_LNNO)) in coff_real_object_p()
253 if (!(internal_f->f_flags & F_LSYMS)) in coff_real_object_p()
261 if (internal_f->f_nsyms) in coff_real_object_p()
332 struct internal_filehdr internal_f; in coff_object_p() local
361 || internal_f.f_opthdr > aoutsz) in coff_object_p()
366 nscns = internal_f.f_nscns; in coff_object_p()
368 if (internal_f.f_opthdr) in coff_object_p()
376 != internal_f.f_opthdr) in coff_object_p()
383 memset (((char *) opthdr) + internal_f.f_opthdr, 0, aoutsz - internal_f.f_opthdr); in coff_object_p()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Dpeicode.h308 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()
755 struct internal_filehdr internal_f; in pe_ILF_build_a_bfd() local
1034 memset (& internal_f, 0, sizeof (internal_f)); in pe_ILF_build_a_bfd()
1036 internal_f.f_magic = magic; in pe_ILF_build_a_bfd()
1037 internal_f.f_symptr = 0; in pe_ILF_build_a_bfd()
1038 internal_f.f_nsyms = 0; in pe_ILF_build_a_bfd()
1378 struct internal_filehdr internal_f; in pe_bfd_object_p() local
1452 opt_hdr_size = internal_f.f_opthdr; in pe_bfd_object_p()
[all …]
H A Dcoffcode.h1651 if (BADMAG (*internal_f)) in coff_bad_format_hook()
1663 if (internal_f->f_opthdr != 0 && bfd_coff_aoutsz (abfd) != internal_f->f_opthdr) in coff_bad_format_hook()
2043 internal_f->f_nsyms; in coff_mkobject_hook()
2115 switch (internal_f->f_magic) in coff_set_arch_mach_hook()
3696 internal_f.f_nscns = 0; in coff_write_object_contents()
3733 internal_f.f_nscns++; in coff_write_object_contents()
3869 internal_f.f_nscns--; in coff_write_object_contents()
3990 internal_f.f_nscns++; in coff_write_object_contents()
4018 internal_f.f_timdat = 0; in coff_write_object_contents()
4019 internal_f.f_flags = 0; in coff_write_object_contents()
[all …]
H A Dcoffgen.c246 if ((internal_f->f_flags & F_EXEC)) in coff_real_object_p()
248 if (!(internal_f->f_flags & F_LNNO)) in coff_real_object_p()
250 if (!(internal_f->f_flags & F_LSYMS)) in coff_real_object_p()
258 if (internal_f->f_nsyms) in coff_real_object_p()
323 struct internal_filehdr internal_f; in coff_object_p() local
352 || internal_f.f_opthdr > aoutsz) in coff_object_p()
357 nscns = internal_f.f_nscns; in coff_object_p()
359 if (internal_f.f_opthdr) in coff_object_p()
367 != internal_f.f_opthdr) in coff_object_p()
374 memset (((char *) opthdr) + internal_f.f_opthdr, 0, aoutsz - internal_f.f_opthdr); in coff_object_p()
[all …]
/dragonfly/contrib/gdb-7/bfd/
H A Dcoffgen.c239 if (!(internal_f->f_flags & F_RELFLG)) in coff_real_object_p()
241 if ((internal_f->f_flags & F_EXEC)) in coff_real_object_p()
243 if (!(internal_f->f_flags & F_LNNO)) in coff_real_object_p()
245 if (!(internal_f->f_flags & F_LSYMS)) in coff_real_object_p()
253 if (internal_f->f_nsyms) in coff_real_object_p()
318 struct internal_filehdr internal_f; in coff_object_p() local
347 || internal_f.f_opthdr > aoutsz) in coff_object_p()
352 nscns = internal_f.f_nscns; in coff_object_p()
354 if (internal_f.f_opthdr) in coff_object_p()
362 != internal_f.f_opthdr) in coff_object_p()
[all …]