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

/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h459 /// AddRelocation - To add a relocation entry
467 static Relocation* AddRelocation(LDSection& pSection,
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp243 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
278 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset);
799 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset, r_addend);
834 IRBuilder::AddRelocation(pSection, r_type, *symbol, r_offset);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp467 builder.AddRelocation(*rel_text, llvm::ELF::R_ARM_PLT32, *z1gv, 0x4);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp667 /// AddRelocation - add a relocation entry
670 Relocation* IRBuilder::AddRelocation(LDSection& pSection, function in class:IRBuilder

Completed in 3000 milliseconds