Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocationFunctions.h17 DECL_ARM_APPLY_RELOC_FUNC(abs32) \
44 { &abs32, 2, "R_ARM_ABS32" }, \
80 { &abs32, 38, "R_ARM_TARGET1" }, \
DARMRelocator.cpp787 ARMRelocator::Result abs32(Relocation& pReloc, ARMRelocator& pParent) { in abs32() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocationFunctions.h18 DECL_MIPS_APPLY_RELOC_FUNC(abs32) \
49 { &abs32, 2, "R_MIPS_32", 32}, \
DMipsRelocator.cpp843 static MipsRelocator::Result abs32(MipsRelocationInfo& pReloc, in abs32() function