Searched refs:AddRelocation (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ |
D | IRBuilder.h | 450 static Relocation* AddRelocation(LDSection& pSection,
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFReader.cpp | 227 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/ |
D | LinkerTest.cpp | 494 builder.AddRelocation(*rel_text, llvm::ELF::R_ARM_PLT32, *z1gv, 0x4); in TEST_F()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 589 Relocation* IRBuilder::AddRelocation(LDSection& pSection, in AddRelocation() function in mcld::IRBuilder
|