Home
last modified time | relevance | path

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

/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.cpp589 Relocation* IRBuilder::AddRelocation(LDSection& pSection, in AddRelocation() function in mcld::IRBuilder