Home
last modified time | relevance | path

Searched refs:RelocationRef (Results 1 – 24 of 24) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/Object/
DRelocVisitor.h50 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t SecAddr = 0,
137 int64_t getAddend32LE(RelocationRef R) { in getAddend32LE()
145 int64_t getAddend64LE(RelocationRef R) { in getAddend64LE()
153 int64_t getAddend32BE(RelocationRef R) { in getAddend32BE()
161 int64_t getAddend64BE(RelocationRef R) { in getAddend64BE()
171 RelocToApply visitELF_386_NONE(RelocationRef R) { in visitELF_386_NONE()
177 RelocToApply visitELF_386_32(RelocationRef R, uint64_t Value) { in visitELF_386_32()
182 RelocToApply visitELF_386_PC32(RelocationRef R, uint64_t Value, in visitELF_386_PC32()
191 RelocToApply visitELF_X86_64_NONE(RelocationRef R) { in visitELF_X86_64_NONE()
194 RelocToApply visitELF_X86_64_64(RelocationRef R, uint64_t Value) { in visitELF_X86_64_64()
[all …]
DObjectFile.h92 class RelocationRef {
97 RelocationRef() : OwningObject(NULL) { } in RelocationRef() function
99 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
101 bool operator==(const RelocationRef &Other) const;
103 error_code getNext(RelocationRef &Result) const;
129 typedef content_iterator<RelocationRef> relocation_iterator;
325 friend class RelocationRef; variable
327 RelocationRef &Res) const = 0;
538 inline RelocationRef::RelocationRef(DataRefImpl RelocationP, in RelocationRef() function
543 inline bool RelocationRef::operator==(const RelocationRef &Other) const {
[all …]
DELFObjectFile.h95 RelocationRef &Res) const;
547 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin()
562 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_end()
583 RelocationRef &Result) const { in getRelocationNext()
585 Result = RelocationRef(Rel, this); in getRelocationNext()
989 static inline error_code getELFRelocationAddend(const RelocationRef R, in getELFRelocationAddend()
DMachO.h95 RelocationRef &Res) const;
DCOFF.h277 RelocationRef &Res) const;
/freebsd-9-stable/contrib/llvm/tools/llvm-objdump/
Dllvm-objdump.h23 class RelocationRef; variable
32 bool RelocAddressLess(object::RelocationRef a, object::RelocationRef b);
DCOFFDump.cpp173 static error_code resolveSymbol(const std::vector<RelocationRef> &Rels, in resolveSymbol()
175 for (std::vector<RelocationRef>::const_iterator I = Rels.begin(), in resolveSymbol()
193 const std::vector<RelocationRef> &Rels, in getSectionContents()
209 static error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName()
218 const std::vector<RelocationRef> &Rels, in printCOFFSymbolAddress()
296 std::vector<RelocationRef> Rels; in printCOFFUnwindInfo()
Dllvm-objdump.cpp261 bool llvm::RelocAddressLess(RelocationRef a, RelocationRef b) { in RelocAddressLess()
419 std::vector<RelocationRef> Rels; in DisassembleObject()
462 std::vector<RelocationRef>::const_iterator rel_cur = Rels.begin(); in DisassembleObject()
463 std::vector<RelocationRef>::const_iterator rel_end = Rels.end(); in DisassembleObject()
/freebsd-9-stable/contrib/llvm/tools/llvm-readobj/
Dllvm-readobj.h18 class RelocationRef; variable
25 bool relocAddressLess(object::RelocationRef A,
26 object::RelocationRef B);
DCOFFDumper.cpp70 const std::vector<RelocationRef> &Rels);
75 const std::vector<RelocationRef> &Rels);
82 const std::vector<RelocationRef> &Rels,
88 const std::vector<RelocationRef> &Rels,
93 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy;
97 std::vector<RelocationRef> EmptyRelocs;
196 static error_code resolveSymbol(const std::vector<RelocationRef> &Rels, in resolveSymbol()
198 for (std::vector<RelocationRef>::const_iterator RelI = Rels.begin(), in resolveSymbol()
217 static error_code resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName()
477 static std::string formatSymbol(const std::vector<RelocationRef> &Rels, in formatSymbol()
[all …]
Dllvm-readobj.cpp147 bool relocAddressLess(RelocationRef a, RelocationRef b) { in relocAddressLess()
/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCRelocationInfo.h24 class RelocationRef; variable
43 virtual const MCExpr *createExprForRelocation(object::RelocationRef Rel);
DMCObjectSymbolizer.h41 const object::RelocationRef *findRelocationAt(uint64_t Addr);
70 typedef DenseMap<uint64_t, object::RelocationRef> AddrToRelocMap;
/freebsd-9-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86MachORelocationInfo.cpp27 const MCExpr *createExprForRelocation(RelocationRef Rel) { in createExprForRelocation()
75 RelocationRef RelNext; in createExprForRelocation()
DX86ELFRelocationInfo.cpp28 const MCExpr *createExprForRelocation(RelocationRef Rel) { in createExprForRelocation()
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCObjectSymbolizer.cpp107 if (const RelocationRef *R = findRelocationAt(Address)) { in tryAddingPcLoadReferenceComment()
148 if (const RelocationRef *R = findRelocationAt(Address + Offset)) { in tryAddingSymbolicOperand()
231 const RelocationRef *MCObjectSymbolizer::findRelocationAt(uint64_t Addr) { in findRelocationAt()
DMCRelocationInfo.cpp25 MCRelocationInfo::createExprForRelocation(object::RelocationRef Rel) { in createExprForRelocation()
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h91 RelocationRef RelI,
DRuntimeDyldELF.h137 RelocationRef RelI,
DRuntimeDyldImpl.h300 RelocationRef RelI,
DRuntimeDyldMachO.cpp325 RelocationRef RelI, in processRelocationRef()
DRuntimeDyldELF.cpp851 RelocationRef RelI, in processRelocationRef()
/freebsd-9-stable/contrib/llvm/lib/Object/
DCOFFObjectFile.cpp348 return relocation_iterator(RelocationRef(ret, this)); in section_rel_begin()
362 return relocation_iterator(RelocationRef(ret, this)); in section_rel_end()
764 RelocationRef &Res) const { in getRelocationNext()
767 Res = RelocationRef(Rel, this); in getRelocationNext()
DMachOObjectFile.cpp812 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin()
834 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
838 RelocationRef &Res) const { in getRelocationNext()
842 Res = RelocationRef(Rel, this); in getRelocationNext()