Searched refs:abs32 (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocationFunctions.h | 17 DECL_ARM_APPLY_RELOC_FUNC(abs32) \ 44 { &abs32, 2, "R_ARM_ABS32" }, \ 80 { &abs32, 38, "R_ARM_TARGET1" }, \
|
D | ARMRelocator.cpp | 787 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) { in abs32() function
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocationFunctions.h | 18 DECL_MIPS_APPLY_RELOC_FUNC(abs32) \ 49 { &abs32, 2, "R_MIPS_32", 32}, \
|
D | MipsRelocator.cpp | 843 static MipsRelocator::Result abs32(MipsRelocationInfo& pReloc, in abs32() function
|