Searched refs:readRel (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/linkloader/include/impl/
H A DELFReloc.hxx56 ELFReloc_CRTP<Bitwidth>::readRel(Archiver &AR, size_t index) { function in class:ELFReloc_CRTP
H A DELFSectionRelTable.hxx72 rt->table.push_back(ELFRelocTy::readRel(AR, i));
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h99 /// readRel - read ELF rel and create Relocation
100 virtual bool readRel(Input& pInput,
212 /// readRel - read ELF rel and create Relocation
213 inline bool readRel(Input& pInput,
/frameworks/compile/linkloader/include/
H A DELFReloc.h62 static ELFRelocTy *readRel(Archiver &AR, size_t index);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp235 bool result = m_pELFReader->readRel(pInput, m_Linker, **section, *region);

Completed in 183 milliseconds