Searched refs:abs32 (Results 1 - 4 of 4) sorted by relevance
/frameworks/compile/mclinker/lib/Target/ARM/ |
H A D | ARMRelocationFunctions.h | 16 DECL_ARM_APPLY_RELOC_FUNC(abs32) \ 44 { &abs32, 2, "R_ARM_ABS32" }, \ 80 { &abs32, 38, "R_ARM_TARGET1" }, \
|
H A D | ARMRelocator.cpp | 839 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) function
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsRelocationFunctions.h | 16 DECL_MIPS_APPLY_RELOC_FUNC(abs32) \ 40 { &abs32, 2, "R_MIPS_32", 32}, \
|
H A D | MipsRelocator.cpp | 802 MipsRelocator::Result abs32(MipsRelocationInfo& pReloc, MipsRelocator& pParent) function 1012 // FIXME (simon): Consider to merge with abs32() or use the same function
|
Completed in 70 milliseconds