| /freebsd-9-stable/contrib/llvm/include/llvm/Object/ |
| D | RelocVisitor.h | 50 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 …]
|
| D | ObjectFile.h | 92 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 …]
|
| D | ELFObjectFile.h | 95 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()
|
| D | MachO.h | 95 RelocationRef &Res) const;
|
| D | COFF.h | 277 RelocationRef &Res) const;
|
| /freebsd-9-stable/contrib/llvm/tools/llvm-objdump/ |
| D | llvm-objdump.h | 23 class RelocationRef; variable 32 bool RelocAddressLess(object::RelocationRef a, object::RelocationRef b);
|
| D | COFFDump.cpp | 173 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()
|
| D | llvm-objdump.cpp | 261 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/ |
| D | llvm-readobj.h | 18 class RelocationRef; variable 25 bool relocAddressLess(object::RelocationRef A, 26 object::RelocationRef B);
|
| D | COFFDumper.cpp | 70 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 …]
|
| D | llvm-readobj.cpp | 147 bool relocAddressLess(RelocationRef a, RelocationRef b) { in relocAddressLess()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/MC/ |
| D | MCRelocationInfo.h | 24 class RelocationRef; variable 43 virtual const MCExpr *createExprForRelocation(object::RelocationRef Rel);
|
| D | MCObjectSymbolizer.h | 41 const object::RelocationRef *findRelocationAt(uint64_t Addr); 70 typedef DenseMap<uint64_t, object::RelocationRef> AddrToRelocMap;
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MachORelocationInfo.cpp | 27 const MCExpr *createExprForRelocation(RelocationRef Rel) { in createExprForRelocation() 75 RelocationRef RelNext; in createExprForRelocation()
|
| D | X86ELFRelocationInfo.cpp | 28 const MCExpr *createExprForRelocation(RelocationRef Rel) { in createExprForRelocation()
|
| /freebsd-9-stable/contrib/llvm/lib/MC/ |
| D | MCObjectSymbolizer.cpp | 107 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()
|
| D | MCRelocationInfo.cpp | 25 MCRelocationInfo::createExprForRelocation(object::RelocationRef Rel) { in createExprForRelocation()
|
| /freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldMachO.h | 91 RelocationRef RelI,
|
| D | RuntimeDyldELF.h | 137 RelocationRef RelI,
|
| D | RuntimeDyldImpl.h | 300 RelocationRef RelI,
|
| D | RuntimeDyldMachO.cpp | 325 RelocationRef RelI, in processRelocationRef()
|
| D | RuntimeDyldELF.cpp | 851 RelocationRef RelI, in processRelocationRef()
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | COFFObjectFile.cpp | 348 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()
|
| D | MachOObjectFile.cpp | 812 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()
|