Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h57 class RelocationEntry {
66 RelocationEntry(unsigned id, uint64_t offset, uint32_t data, int64_t addend) in RelocationEntry() function
122 typedef SmallVector<RelocationEntry, 64> RelocationList;
192 void resolveRelocationEntry(const RelocationEntry &RE, uint64_t Value);
DRuntimeDyld.cpp321 Relocations[Value.SectionID].push_back(RelocationEntry( in AddRelocation()
327 SymbolRelocations[Value.SymbolName].push_back(RelocationEntry( in AddRelocation()
365 void RuntimeDyldImpl::resolveRelocationEntry(const RelocationEntry &RE, in resolveRelocationEntry()
411 RelocationEntry Entry = Relocs[i]; in resolveSymbols()
/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()
422 macho::RelocationEntry MREPair; in RecordRelocation()
/external/llvm/lib/Object/
DMachOObjectFile.cpp681 InMemoryStruct<macho::RelocationEntry> &Res) const { in getRelocation()
712 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationAddress()
729 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationOffset()
743 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationSymbol()
763 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationType()
774 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationTypeName()
872 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationAdditionalInfo()
909 InMemoryStruct<macho::RelocationEntry>& RE, in printRelocationTargetName()
980 InMemoryStruct<macho::RelocationEntry> RE; in getRelocationValueString()
1018 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;
197 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.h294 struct RelocationEntry { struct
/external/llvm/lib/MC/
DMachObjectWriter.cpp697 std::vector<macho::RelocationEntry> &Relocs = Relocations[it]; in WriteObject()
756 std::vector<macho::RelocationEntry> &Relocs = Relocations[it]; in WriteObject()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp98 InMemoryStruct<macho::RelocationEntry> RE; in DumpSectionData()