HomeSort by relevance Sort by last modified time
    Searched refs:TC_FORCE_RELOCATION (Results 26 - 43 of 43) sorted by null

12

  /toolchain/binutils/binutils-2.25/gas/config/
tc-spu.h 58 #define TC_FORCE_RELOCATION(FIXP) \
tc-aarch64.h 67 #define TC_FORCE_RELOCATION(FIX) aarch64_force_relocation (FIX)
115 || TC_FORCE_RELOCATION (FIX))
tc-sh64.h 106 || TC_FORCE_RELOCATION (FIX))
111 || TC_FORCE_RELOCATION (FIX) \
tc-avr.h 122 #define TC_FORCE_RELOCATION(fix) avr_force_relocation (fix)
tc-microblaze.h 53 || TC_FORCE_RELOCATION (FIX))
tc-arm.h 91 #define TC_FORCE_RELOCATION(FIX) arm_force_relocation (FIX)
202 || TC_FORCE_RELOCATION (FIX))
214 || TC_FORCE_RELOCATION(FIX))
tc-alpha.h 57 #define TC_FORCE_RELOCATION(FIX) alpha_force_relocation (FIX)
tc-hppa.h 131 #define TC_FORCE_RELOCATION(FIX) hppa_force_relocation (FIX)
tc-mips.h 139 #define TC_FORCE_RELOCATION(FIX) mips_force_relocation (FIX)
tc-mmix.h 172 #define TC_FORCE_RELOCATION(fix) mmix_force_relocation (fix)
tc-i386.h 179 || TC_FORCE_RELOCATION (FIX))
329 #define TC_FORCE_RELOCATION(FIX) (obj_mach_o_force_reloc (FIX))
tc-ia64.h 139 #define TC_FORCE_RELOCATION(f) ia64_force_relocation (f)
325 || TC_FORCE_RELOCATION (FIX)))
tc-nds32.h 94 (! SEG_NORMAL (SEC) || TC_FORCE_RELOCATION (FIX))
95 #define TC_FORCE_RELOCATION(fix) nds32_force_relocation (fix)
tc-ppc.h 255 #define TC_FORCE_RELOCATION(FIX) ppc_force_relocation (FIX)
tc-xtensa.h 345 #define TC_FORCE_RELOCATION(fix) xtensa_force_relocation (fix)
tc-frv.c     [all...]
tc-mn10300.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.c 31 #ifndef TC_FORCE_RELOCATION
32 #define TC_FORCE_RELOCATION(FIX) \
38 (TC_FORCE_RELOCATION (FIX))
44 || TC_FORCE_RELOCATION (FIX))
    [all...]

Completed in 162 milliseconds

12