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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 41 bool resolveI386Relocation(const RelocationEntry &RE, uint64_t Value);
42 bool resolveX86_64Relocation(const RelocationEntry &RE, uint64_t Value);
43 bool resolveARMRelocation(const RelocationEntry &RE, uint64_t Value);
44 bool resolveAArch64Relocation(const RelocationEntry &RE, uint64_t Value);
97 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
RuntimeDyldImpl.h 77 /// RelocationEntry - used to represent relocations internally in the dynamic
79 class RelocationEntry {
112 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend)
116 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend,
121 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend,
126 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend,
203 typedef SmallVector<RelocationEntry, 64> RelocationList;
307 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
311 void addRelocationForSymbol(const RelocationEntry &RE, StringRef SymbolName);
323 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0
    [all...]
RuntimeDyldMachO.cpp 262 void RuntimeDyldMachO::resolveRelocation(const RelocationEntry &RE,
300 bool RuntimeDyldMachO::resolveI386Relocation(const RelocationEntry &RE,
330 bool RuntimeDyldMachO::resolveX86_64Relocation(const RelocationEntry &RE,
362 bool RuntimeDyldMachO::resolveARMRelocation(const RelocationEntry &RE,
415 bool RuntimeDyldMachO::resolveAArch64Relocation(const RelocationEntry &RE,
487 RelocationEntry RE(JTSectionID, JTEntryOffset + 1,
523 RelocationEntry RE(PTSectionID, PTEntryOffset,
602 RelocationEntry R(SectionID, Offset, RelocType, 0,
645 RelocationEntry R(SectionID, Offset, RelocType, Addend,
757 RelocationEntry GOTRE(SectionID, Section.StubOffset
    [all...]
RuntimeDyldELF.cpp     [all...]
RuntimeDyldELF.h 110 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
RuntimeDyld.cpp 499 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE,
504 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE,
514 RelocationEntry RECopy = RE;
618 const RelocationEntry &RE = Relocs[i];

Completed in 531 milliseconds