Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/LD/
H A 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()
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h450 static Relocation* AddRelocation(LDSection& pSection,
/aosp12/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp494 builder.AddRelocation(*rel_text, llvm::ELF::R_ARM_PLT32, *z1gv, 0x4); in TEST_F()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp590 Relocation* IRBuilder::AddRelocation(LDSection& pSection, in AddRelocation() function in mcld::IRBuilder