Home
last modified time | relevance | path

Searched refs:CreateRelocData (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp31 m_pRelocData = IRBuilder::CreateRelocData(pSection); in OutputRelocSection()
H A DGNULDBackend.cpp2543 IRBuilder::CreateRelocData(*output_sect); in preLayout()
/aosp12/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp130 IRBuilder::CreateRelocData(**rs); /// create relocation data for the header in TEST_F()
H A DLinkerTest.cpp388 builder.CreateRelocData(*rel_text); in TEST_F()
/aosp12/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h244 static RelocData* CreateRelocData(LDSection& pSection);
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp315 IRBuilder::CreateRelocData( in readRelocations()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp294 RelocData* IRBuilder::CreateRelocData(LDSection& pSection) { in CreateRelocData() function in mcld::IRBuilder