| /trueos/contrib/llvm/include/llvm/Object/ |
| HD | MachO.h | 30 DataRefImpl DicePimpl; 36 DiceRef(DataRefImpl DiceP, const ObjectFile *Owner); 47 DataRefImpl getRawDataRefImpl() const; 62 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const; 63 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const; 64 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const; 65 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const; 66 virtual error_code getSymbolAlignment(DataRefImpl Symb, uint32_t &Res) const; 67 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const; 68 virtual error_code getSymbolType(DataRefImpl Symb, [all …]
|
| HD | ObjectFile.h | 30 union DataRefImpl { union 37 DataRefImpl() { in DataRefImpl() function 38 std::memset(this, 0, sizeof(DataRefImpl)); in DataRefImpl() 75 inline bool operator==(const DataRefImpl &a, const DataRefImpl &b) { 78 return std::memcmp(&a, &b, sizeof(DataRefImpl)) == 0; 81 inline bool operator<(const DataRefImpl &a, const DataRefImpl &b) { 84 return std::memcmp(&a, &b, sizeof(DataRefImpl)) < 0; 93 DataRefImpl RelocationPimpl; 99 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner); 126 DataRefImpl getRawDataRefImpl() const; [all …]
|
| HD | ELFObjectFile.h | 58 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const; 59 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const; 60 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const; 61 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const; 62 virtual error_code getSymbolAlignment(DataRefImpl Symb, uint32_t &Res) const; 63 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const; 64 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const; 65 virtual error_code getSymbolType(DataRefImpl Symb, 67 virtual error_code getSymbolSection(DataRefImpl Symb, 69 virtual error_code getSymbolValue(DataRefImpl Symb, uint64_t &Val) const; [all …]
|
| HD | COFF.h | 238 const coff_symbol *toSymb(DataRefImpl Symb) const; 239 const coff_section *toSec(DataRefImpl Sec) const; 240 const coff_relocation *toRel(DataRefImpl Rel) const; 246 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const; 247 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const; 248 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const; 249 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const; 250 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const; 251 virtual error_code getSymbolFlags(DataRefImpl Symb, uint32_t &Res) const; 252 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const; [all …]
|
| HD | RelocVisitor.h | 139 DataRefImpl DRI = R.getRawDataRefImpl(); in getAddend32LE() 147 DataRefImpl DRI = R.getRawDataRefImpl(); in getAddend64LE() 155 DataRefImpl DRI = R.getRawDataRefImpl(); in getAddend32BE() 163 DataRefImpl DRI = R.getRawDataRefImpl(); in getAddend64BE()
|
| /trueos/contrib/llvm/lib/Object/ |
| HD | COFFObjectFile.cpp | 59 const coff_symbol *COFFObjectFile::toSymb(DataRefImpl Symb) const { in toSymb() 77 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const { in toSec() 94 error_code COFFObjectFile::getSymbolNext(DataRefImpl Symb, in getSymbolNext() 103 error_code COFFObjectFile::getSymbolName(DataRefImpl Symb, in getSymbolName() 109 error_code COFFObjectFile::getSymbolFileOffset(DataRefImpl Symb, in getSymbolFileOffset() 125 error_code COFFObjectFile::getSymbolAddress(DataRefImpl Symb, in getSymbolAddress() 141 error_code COFFObjectFile::getSymbolType(DataRefImpl Symb, in getSymbolType() 167 error_code COFFObjectFile::getSymbolFlags(DataRefImpl Symb, in getSymbolFlags() 191 error_code COFFObjectFile::getSymbolSize(DataRefImpl Symb, in getSymbolSize() 210 error_code COFFObjectFile::getSymbolSection(DataRefImpl Symb, in getSymbolSection() [all …]
|
| HD | MachOObjectFile.cpp | 263 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) { in getSymbolTableEntryBase() 413 DataRefImpl Sec) { in getSectionFlags() 457 error_code MachOObjectFile::getSymbolNext(DataRefImpl Symb, in getSymbolNext() 467 error_code MachOObjectFile::getSymbolName(DataRefImpl Symb, in getSymbolName() 476 error_code MachOObjectFile::getSymbolAddress(DataRefImpl Symb, in getSymbolAddress() 489 MachOObjectFile::getSymbolFileOffset(DataRefImpl Symb, in getSymbolFileOffset() 495 DataRefImpl SecRel; in getSymbolFileOffset() 511 error_code MachOObjectFile::getSymbolAlignment(DataRefImpl DRI, in getSymbolAlignment() 524 error_code MachOObjectFile::getSymbolSize(DataRefImpl DRI, in getSymbolSize() 551 DataRefImpl DRI = I->getRawDataRefImpl(); in getSymbolSize() [all …]
|
| HD | ObjectFile.cpp | 30 error_code ObjectFile::getSymbolAlignment(DataRefImpl DRI, in getSymbolAlignment() 36 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection()
|
| /trueos/contrib/llvm/tools/llvm-readobj/ |
| HD | MachODumper.cpp | 166 DataRefImpl Sec, in getSection() 195 DataRefImpl DRI, in getSymbol() 236 DataRefImpl DR = SecI->getRawDataRefImpl(); in printSections() 351 DataRefImpl DR = RelI->getRawDataRefImpl(); in printRelocation()
|
| /trueos/contrib/llvm/tools/llvm-nm/ |
| HD | llvm-nm.cpp | 315 DataRefImpl Symb = I->getRawDataRefImpl(); in getSymbolNMTypeChar() 456 static uint8_t getNType(MachOObjectFile &Obj, DataRefImpl Symb) { in getNType() 467 DataRefImpl Symb = I->getRawDataRefImpl(); in getSymbolNMTypeChar() 481 DataRefImpl Ref = Sec->getRawDataRefImpl(); in getSymbolNMTypeChar()
|
| /trueos/contrib/llvm/tools/llvm-objdump/ |
| HD | llvm-objdump.cpp | 435 DataRefImpl DR = i->getRawDataRefImpl(); in DisassembleObject() 743 DataRefImpl DR = Section->getRawDataRefImpl(); in PrintSymbolTable()
|
| HD | MachODump.cpp | 319 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleInputMachO2()
|
| /trueos/contrib/llvm/tools/macho-dump/ |
| HD | macho-dump.cpp | 208 DataRefImpl DRI = I->getRawDataRefImpl(); in DumpSymtabCommand()
|
| /trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldELF.cpp | 129 DataRefImpl ShdrRef = Sec.getRawDataRefImpl(); in updateSectionAddress()
|