Home
last modified time | relevance | path

Searched refs:TE_PE (Results 1 – 25 of 27) sorted by relevance

12

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-coff.h44 #ifdef TE_PE
105 #ifdef TE_PE
111 #ifdef TE_PE
152 #ifdef TE_PE
384 #ifdef TE_PE
Dtc-i386.h99 || defined (TE_PE) || defined (TE_PEP) || defined (OBJ_MACH_O))
158 #if defined (TE_PE) && defined (STRICT_PE_FORMAT)
317 #ifdef TE_PE
Dobj-coff.c28 #ifdef TE_PE
54 #ifdef TE_PE
174 #ifdef TE_PE
553 #ifdef TE_PE in obj_coff_ident()
673 #ifdef TE_PE in obj_coff_endef()
743 #ifdef TE_PE in obj_coff_endef()
1065 #ifdef TE_PE
1102 #ifdef TE_PE in weak_uniquify()
1218 #ifdef TE_PE in coff_frob_symbol()
1848 #ifdef TE_PE
Dtc-arm.h65 # if defined TE_PE
253 #ifndef TE_PE
378 #ifdef TE_PE
Dte-epoc-pe.h20 #define TE_PE macro
Dte-pe.h20 #define TE_PE macro
Dte-pep.h23 #define TE_PE macro
Dte-interix.h21 #define TE_PE macro
Dtc-ppc.h38 #ifndef TE_PE
107 #ifdef TE_PE
Dtc-mcore.h58 # if defined TE_PE
Dtc-i386.c156 #ifdef TE_PE
514 || defined (TE_PE) || defined (TE_PEP) || defined (OBJ_MACH_O))
527 #if defined (TE_PE) || defined (TE_PEP)
1085 #ifdef TE_PE
2695 #if defined (OBJ_COFF) && defined (TE_PE) in md_begin()
7558 #ifdef TE_PE in x86_cons_fix_new()
7745 #ifdef TE_PE
7912 #ifdef TE_PE
9162 #if defined (OBJ_COFF) && defined (TE_PE) in md_estimate_size_before_relax()
9421 #ifdef TE_PE in md_apply_fix()
[all …]
Dtc-ppc.c34 #ifdef TE_PE
53 #ifdef TE_PE
139 #ifdef TE_PE
277 #ifdef TE_PE
1036 #ifdef TE_PE
1401 #ifdef TE_PE in ppc_target_format()
1702 #ifdef TE_PE in md_begin()
2459 #ifdef TE_PE
2791 #ifdef TE_PE in md_assemble()
5012 #ifdef TE_PE
[all …]
Dtc-arm.c4649 #ifdef TE_PE
4738 #ifdef TE_PE
22171 #ifdef TE_PE
23454 #ifdef TE_PE in md_apply_fix()
24127 #ifdef TE_PE in tc_gen_reloc()
24333 #ifdef TE_PE in cons_fix_new_arm()
24366 #if defined (OBJ_COFF) && defined (TE_PE) in arm_force_relocation()
/toolchain/binutils/binutils-2.27/gas/
Dtc.h42 #ifdef TE_PE
Ddw2gencfi.h56 #if defined (TE_PE) || defined (TE_PEP)
Dsymbols.c63 #ifdef TE_PE
1218 #if defined (OBJ_COFF) && defined (TE_PE) in resolve_symbol_value()
2247 #ifdef TE_PE in S_SET_EXTERNAL()
2665 #if defined (OBJ_COFF) && defined (TE_PE) in symbol_equated_reloc_p()
DChangeLog-20042040 * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define.
2041 * config/tc-i386.c (md_pseudo_table) [TE_PE]: Add "secrel32".
2042 [TE_PE] (O_secrel): Define.
2043 [TE_PE] (x86_pe_cons_fix_new): New.
2044 [TE_PE] (pe_directive_secrel): Likewise.
2045 (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL.
DChangeLog-2006770 (pe_directive_secrel) [TE_PE]: New function.
773 [TE_PE]: Handle secrel32.
782 (md_apply_fix) [TE_PE]: Handle BFD_RELOC_32_SECREL.
787 [TE_PE]: Define O_secrel, TC_DWARF2_EMIT_OFFSET, and declare
DChangeLog-2009756 * config/obj-coff.c (weak_uniquify): Use an_external_name when TE_PE.
757 * symbols.c (an_external_name): Define when TE_PE.
758 (S_SET_EXTERNAL): Assign an_external_name when TE_PE.
759 * tc.h (an_external_name): Declare when TE_PE.
DChangeLog-96971441 * config/obj-coff.c (symbol_to_chars): If TE_PE, don't add the
4722 TE_PE (Lfoo, not .Lfoo).
5213 * config/obj-coff.h (obj_handle_link_once): Define if TE_PE.
5214 (obj_coff_pe_handle_link_once): Declare if TE_PE.
5215 * config/obj-coff.c: If TE_PE and not BFD_ASSEMBLER, #include
5217 (obj_coff_pe_handle_link_once): New function, defined if TE_PE.
5218 (c_section_symbol): If TE_PE, set the x_comdat field in the aux
DChangeLog-9295777 * config/tc-ppc.c (md_apply_fix3): Removed some TE_PE specific
799 * config/tc-ppc.h (OBJ_XCOFF): Define if OBJ_COFF and not TE_PE.
802 (LEX_QM): Define if TE_PE.
804 Remove checks of TE_PE within #ifdef OBJ_XCOFF sections.
813 (ppc_frob_symbol): Remove TE_PE section checks.
841 (ppc_frob_label): Removed some xcoff specific processing from TE_PE
842 (ppc_frob_symbol): Removed some xcoff specific processing from TE_PE
844 (ppc_frob_section): Removed some xcoff specific processing from TE_PE
845 (ppc_fix_adjustable): Removed from TE_PE mainline
846 (md_apply_fix3): For TE_PE toc entries, we don't need to mess
[all …]
DChangeLog-9899414 the value if TE_PE and a global defined symbol.
437 relocations against global symbols if TE_PE.
451 C_FCN symbol differently if TE_PE.
2540 for BFD_ASSEMBLER to only change value when COFF if TE_PE.
Dread.c3246 #if defined (OBJ_COFF) && !defined (TE_PE) in assign_symbol()
DChangeLog-20131929 * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
DChangeLog-2007265 * config/tc-i386.h (TC_ALIGN_LIMIT)[TE_PE]: Define.

12