Home
last modified time | relevance | path

Searched refs:AddRelocation (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/binary_translation/assembler/
Dmachine_code_test.cc58 mc.AddRelocation(0, RelocationType::RelocRecoveryPoint, 1, 3); in TEST()
87 mc.AddRelocation( in TEST()
89 mc.AddRelocation( in TEST()
/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dcommon.h117 void AddRelocation(uint32_t dst, RelocationType type, uint32_t pc, intptr_t data) { in AddRelocation() function
118 code_->AddRelocation(dst, type, pc, data); in AddRelocation()
Dx86_32.h154 AddRelocation( in Call()
177 AddRelocation( in Jcc()
192 AddRelocation( in Jmp()
Dmachine_code.h86 void AddRelocation(uint32_t dst, RelocationType type, uint32_t pc, intptr_t data) { in AddRelocation() function
Dcommon_x86.h772 AddRelocation(0, RelocationType::RelocRecoveryPoint, pc, label->position()); in ResolveJumps()
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h450 static Relocation* AddRelocation(LDSection& pSection,
/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp227 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); in readRela()
254 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset); in readRel()
722 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend); in readRela()
748 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset); in readRel()
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp494 builder.AddRelocation(*rel_text, llvm::ELF::R_ARM_PLT32, *z1gv, 0x4); in TEST_F()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp590 Relocation* IRBuilder::AddRelocation(LDSection& pSection, in AddRelocation() function in mcld::IRBuilder