Searched refs:RelocationEntry (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 72 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);
|
D | RuntimeDyld.cpp | 314 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()
|
D | RuntimeDyldELF.cpp | 458 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()
|
D | RuntimeDyldMachO.cpp | 271 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/ |
D | ARMMachObjectWriter.cpp | 223 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/ |
D | MachOObjectFile.cpp | 683 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 …]
|
D | MachOObject.cpp | 320 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/ |
D | X86MachObjectWriter.cpp | 191 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/ |
D | MCMachObjectWriter.h | 94 std::vector<object::macho::RelocationEntry> > Relocations; 200 object::macho::RelocationEntry &MRE) { in addRelocation()
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 122 InMemoryStruct<macho::RelocationEntry> &Res) const; 125 void printRelocationTargetName(InMemoryStruct<macho::RelocationEntry>& RE,
|
D | MachOObject.h | 170 InMemoryStruct<macho::RelocationEntry> &Res) const;
|
D | MachOFormat.h | 313 struct RelocationEntry { struct
|
/external/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 718 std::vector<macho::RelocationEntry> &Relocs = Relocations[it]; in WriteObject() 786 std::vector<macho::RelocationEntry> &Relocs = Relocations[it]; in WriteObject()
|
/external/llvm/tools/macho-dump/ |
D | macho-dump.cpp | 98 InMemoryStruct<macho::RelocationEntry> RE; in DumpSectionData()
|