Home
last modified time | relevance | path

Searched refs:RelocationEntry (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h72 class RelocationEntry {
87 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend) in RelocationEntry() function
146 typedef SmallVector<RelocationEntry, 64> RelocationList;
215 void addRelocationForSection(const RelocationEntry &RE, unsigned SectionID);
219 void addRelocationForSymbol(const RelocationEntry &RE, StringRef SymbolName);
227 void resolveRelocationEntry(const RelocationEntry &RE, uint64_t Value);
DRuntimeDyld.cpp314 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE, in addRelocationForSection()
319 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE, in addRelocationForSymbol()
330 RelocationEntry RECopy = RE; in addRelocationForSymbol()
383 void RuntimeDyldImpl::resolveRelocationEntry(const RelocationEntry &RE, in resolveRelocationEntry()
DRuntimeDyldELF.cpp458 RelocationEntry RE(Rel.SectionID, StubTargetAddr - Section.Address, in processRelocationRef()
496 RelocationEntry REHi(Rel.SectionID, in processRelocationRef()
499 RelocationEntry RELo(Rel.SectionID, in processRelocationRef()
517 RelocationEntry RE(Rel.SectionID, Rel.Offset, RelType, Value.Addend); in processRelocationRef()
DRuntimeDyldMachO.cpp271 RelocationEntry RE(Rel.SectionID, StubTargetAddr - Section.Address, in processRelocationRef()
283 RelocationEntry RE(Rel.SectionID, Rel.Offset, RelType, Value.Addend); in processRelocationRef()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp223 macho::RelocationEntry MRE; in RecordARMScatteredHalfRelocation()
234 macho::RelocationEntry MRE; in RecordARMScatteredHalfRelocation()
288 macho::RelocationEntry MRE; in RecordARMScatteredRelocation()
298 macho::RelocationEntry MRE; in RecordARMScatteredRelocation()
400 macho::RelocationEntry MRE; in RecordRelocation()
429 macho::RelocationEntry MREPair; in RecordRelocation()
/external/llvm/lib/Object/
DMachOObjectFile.cpp683 InMemoryStruct<macho::RelocationEntry> &Res) const { in getRelocation()
714 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationAddress()
731 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationOffset()
745 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationSymbol()
765 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationType()
776 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationTypeName()
874 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationAdditionalInfo()
911 InMemoryStruct<macho::RelocationEntry>& RE, in printRelocationTargetName()
982 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationValueString()
1020 InMemoryStruct<macho::RelocationEntry> RENext; in getRelocationValueString()
[all …]
DMachOObject.cpp320 void SwapStruct(macho::RelocationEntry &Value) { in SwapStruct()
326 InMemoryStruct<macho::RelocationEntry> &Res) const { in ReadRelocationEntry()
328 Index * sizeof(macho::RelocationEntry)); in ReadRelocationEntry()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp191 macho::RelocationEntry MRE; in RecordX86_64Relocation()
328 macho::RelocationEntry MRE; in RecordX86_64Relocation()
384 macho::RelocationEntry MRE; in RecordScatteredRelocation()
394 macho::RelocationEntry MRE; in RecordScatteredRelocation()
441 macho::RelocationEntry MRE; in RecordTLVPRelocation()
536 macho::RelocationEntry MRE; in RecordX86Relocation()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h94 std::vector<object::macho::RelocationEntry> > Relocations;
200 object::macho::RelocationEntry &MRE) { in addRelocation()
/external/llvm/include/llvm/Object/
DMachO.h122 InMemoryStruct<macho::RelocationEntry> &Res) const;
125 void printRelocationTargetName(InMemoryStruct<macho::RelocationEntry>& RE,
DMachOObject.h170 InMemoryStruct<macho::RelocationEntry> &Res) const;
DMachOFormat.h313 struct RelocationEntry { struct
/external/llvm/lib/MC/
DMachObjectWriter.cpp718 std::vector<macho::RelocationEntry> &Relocs = Relocations[it]; in WriteObject()
786 std::vector<macho::RelocationEntry> &Relocs = Relocations[it]; in WriteObject()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp98 InMemoryStruct<macho::RelocationEntry> RE; in DumpSectionData()