Searched refs:abs32 (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFunctions.h17 DECL_ARM_APPLY_RELOC_FUNC(abs32) \
44 { &abs32, 2, "R_ARM_ABS32" }, \
80 { &abs32, 38, "R_ARM_TARGET1" }, \
H A DARMRelocator.cpp787 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) { function in namespace:mcld
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFunctions.h18 DECL_MIPS_APPLY_RELOC_FUNC(abs32) \
49 { &abs32, 2, "R_MIPS_32", 32}, \
H A DMipsRelocator.cpp843 static MipsRelocator::Result abs32(MipsRelocationInfo& pReloc, function in namespace:mcld
1040 // FIXME (simon): Consider to merge with abs32() or use the same function

Completed in 2501 milliseconds