/frameworks/compile/mclinker/lib/Target/X86/ |
X86RelocationFunctions.h | 17 DECL_X86_32_APPLY_RELOC_FUNC(plt32) \ 35 { &plt32, 4, "R_386_PLT32", 32 }, \ 85 DECL_X86_64_APPLY_RELOC_FUNC(plt32) \ 94 { &plt32, 4, "R_X86_64_PLT32", 32 }, \
|
X86Relocator.cpp | 386 X86Relocator::Result plt32(Relocation& pReloc, X86_32Relocator& pParent) function 900 X86Relocator::Result plt32(Relocation& pReloc, X86_64Relocator& pParent) function
|
/external/elfutils/backends/ |
x86_64_reloc.def | 32 RELOC_TYPE (PLT32, REL)
|
arm_reloc.def | 55 RELOC_TYPE (PLT32, REL)
|
i386_reloc.def | 33 RELOC_TYPE (PLT32, REL)
|
s390_reloc.def | 36 RELOC_TYPE (PLT32, REL)
|
sh_reloc.def | 58 RELOC_TYPE (PLT32, REL)
|
sparc_reloc.def | 52 RELOC_TYPE (PLT32, 0)
|
ppc64_reloc.def | 53 RELOC_TYPE (PLT32, REL)
|
ppc_reloc.def | 55 RELOC_TYPE (PLT32, REL)
|