/frameworks/compile/mclinker/lib/Target/X86/ |
X86RelocationFunctions.h | 19 DECL_X86_32_APPLY_RELOC_FUNC(gotoff32) \ 40 { &gotoff32, 9, "R_386_GOTOFF", 32 }, \
|
X86Relocator.cpp | 911 X86Relocator::Result gotoff32(Relocation& pReloc, X86_32Relocator& pParent) function [all...] |
/external/elfutils/backends/ |
s390_reloc.def | 41 RELOC_TYPE (GOTOFF32, REL)
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMRelocationFunctions.h | 18 DECL_ARM_APPLY_RELOC_FUNC(gotoff32) \ 64 { &gotoff32, 24, "R_ARM_GOTOFF32" }, \
|
ARMRelocator.cpp | 900 ARMRelocator::Result gotoff32(Relocation& pReloc, ARMRelocator& pParent) function [all...] |