HomeSort by relevance Sort by last modified time
    Searched refs:getRelocData (Results 1 - 14 of 14) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 141 const RelocData* getRelocData() const { return m_Data.reloc_data; }
142 RelocData* getRelocData() { return m_Data.reloc_data; }
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 595 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
596 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
799 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
800 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
    [all...]
  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 225 const RelocData* reloc_data = rel_sec->getRelocData();
252 const RelocData* reloc_data = pRelocSect->getRelocData();
302 const_cast<RelocData*>(rel_sect->getRelocData())->remove(*rel);
IdenticalCodeFolding.cpp 141 RelocData::iterator rel, relEnd = (*sect)->getRelocData()->end();
142 for (rel = (*sect)->getRelocData()->begin(); rel != relEnd; ++rel) {
235 for (Relocation& rel : *reloc_sect->getRelocData()) {
GarbageCollection.cpp 148 RelocData::iterator reloc_it, rEnd = reloc_sect->getRelocData()->end();
149 for (reloc_it = reloc_sect->getRelocData()->begin(); reloc_it != rEnd;
ELFObjectWriter.cpp 451 const RelocData* sect_data = pSection.getRelocData();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 580 RelocData::iterator reloc_it, rEnd = reloc_sect->getRelocData()->end();
581 for (reloc_it = reloc_sect->getRelocData()->begin(); reloc_it != rEnd;
830 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
831 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
    [all...]
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 136 (*rs)->getRelocData()->getRelocationList();
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 383 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
384 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 558 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
559 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 815 for (RelocData::iterator reloc = sec->getRelocData()->begin();
816 reloc != sec->getRelocData()->end();
    [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 599 pSection.getRelocData()->append(*relocation);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 826 pSection.getRelocData()->getRelocationList().insert(
    [all...]

Completed in 159 milliseconds