Home
last modified time | relevance | path

Searched refs:obj_pe (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
Dcofflink.c39 || (obj_pe (abfd) && (sym).n_sclass == C_NT_WEAK))
369 if (! obj_pe (abfd)) in coff_link_add_symbols()
397 if (obj_pe (abfd) && (flags & BSF_SECTION_SYM) != 0) in coff_link_add_symbols()
437 if (obj_pe (abfd) in coff_link_add_symbols()
465 if (obj_pe (abfd) && (flags & BSF_SECTION_SYM) != 0) in coff_link_add_symbols()
742 if (obj_pe (abfd) && o->reloc_count >= 0xffff) in _bfd_coff_final_link()
1044 if (obj_pe (abfd) && o->reloc_count >= 0xffff) in _bfd_coff_final_link()
1764 if (obj_pe (input_bfd) in _bfd_coff_link_input_bfd()
1791 if (! obj_pe (input_bfd)) in _bfd_coff_link_input_bfd()
1793 if (! obj_pe (finfo->output_bfd)) in _bfd_coff_link_input_bfd()
[all …]
Dlibcoff-in.h29 #define obj_pe(bfd) (coff_data (bfd)->pe) macro
Dcoffgen.c590 if (! obj_pe (abfd)) in fixup_symbol_value()
1005 if (! obj_pe (abfd)) in coff_write_alien_symbol()
1021 native->u.syment.n_sclass = obj_pe (abfd) ? C_NT_WEAK : C_WEAKEXT; in coff_write_alien_symbol()
2311 if (! obj_pe (abfd)) in bfd_coff_set_symbol_class()
Dpe-mips.c687 if (! obj_pe (input_bfd)) in coff_pe_mips_relocate_section()
Dlibcoff.h33 #define obj_pe(bfd) (coff_data (bfd)->pe) macro
Dcoffcode.h2467 if (obj_pe (abfd) && s->reloc_count >= 0xffff) in coff_write_relocs()
3409 if (obj_pe (abfd) && current->reloc_count >= 0xffff) in coff_write_object_contents()
3439 if (obj_pe (abfd) && current->reloc_count >= 0xffff) in coff_write_object_contents()
Dcoff-ppc.c1075 if (! obj_pe (output_bfd))
DChangeLog-94953063 * cofflink.c (COFF_WITH_PE code): Test on obj_pe bit rather
3066 * libcoff-in.h (obj_pe): New.
DChangeLog-02037637 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
/freebsd-10-stable/contrib/binutils/ld/
Dpe-dll.c2862 && obj_pe (abfd) in pe_bfd_is_dll()