Searched refs:DRI (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/llvm/lib/Object/ |
| HD | MachOObjectFile.cpp | 263 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) { in getSymbolTableEntryBase() argument 264 const char *P = reinterpret_cast<const char *>(DRI.p); in getSymbolTableEntryBase() 511 error_code MachOObjectFile::getSymbolAlignment(DataRefImpl DRI, in getSymbolAlignment() argument 514 this->getSymbolFlags(DRI, flags); in getSymbolAlignment() 516 nlist_base Entry = getSymbolTableEntryBase(this, DRI); in getSymbolAlignment() 524 error_code MachOObjectFile::getSymbolSize(DataRefImpl DRI, in getSymbolSize() argument 530 nlist_base Entry = getSymbolTableEntryBase(this, DRI); in getSymbolSize() 532 getSymbolAddress(DRI, Value); in getSymbolSize() 539 this->getSymbolFlags(DRI, flags); in getSymbolSize() 551 DataRefImpl DRI = I->getRawDataRefImpl(); in getSymbolSize() local [all …]
|
| HD | ObjectFile.cpp | 30 error_code ObjectFile::getSymbolAlignment(DataRefImpl DRI, in getSymbolAlignment() argument
|
| /trueos/contrib/llvm/include/llvm/Object/ |
| HD | RelocVisitor.h | 139 DataRefImpl DRI = R.getRawDataRefImpl(); in getAddend32LE() local 141 Obj->getRelocationAddend(DRI, Addend); in getAddend32LE() 147 DataRefImpl DRI = R.getRawDataRefImpl(); in getAddend64LE() local 149 Obj->getRelocationAddend(DRI, Addend); in getAddend64LE() 155 DataRefImpl DRI = R.getRawDataRefImpl(); in getAddend32BE() local 157 Obj->getRelocationAddend(DRI, Addend); in getAddend32BE() 163 DataRefImpl DRI = R.getRawDataRefImpl(); in getAddend64BE() local 165 Obj->getRelocationAddend(DRI, Addend); in getAddend64BE()
|
| HD | ELFObjectFile.h | 128 DataRefImpl DRI; in toDRI() local 129 DRI.p = reinterpret_cast<uintptr_t>(Symb.get()) | in toDRI() 131 return DRI; in toDRI() 140 DataRefImpl DRI; in toDRI() local 141 DRI.p = reinterpret_cast<uintptr_t>(Sec.get()); in toDRI() 142 return DRI; in toDRI() 146 DataRefImpl DRI; in toDRI() local 147 DRI.p = reinterpret_cast<uintptr_t>(Sec); in toDRI() 148 return DRI; in toDRI() 157 DataRefImpl DRI; in toDRI() local [all …]
|
| HD | MachO.h | 167 MachO::section getSection(DataRefImpl DRI) const; 168 MachO::section_64 getSection64(DataRefImpl DRI) const; 171 MachO::nlist getSymbolTableEntry(DataRefImpl DRI) const; 172 MachO::nlist_64 getSymbol64TableEntry(DataRefImpl DRI) const;
|
| /trueos/contrib/llvm/tools/llvm-readobj/ |
| HD | MachODumper.cpp | 195 DataRefImpl DRI, in getSymbol() argument 198 MachO::nlist Entry = Obj->getSymbolTableEntry(DRI); in getSymbol() 206 MachO::nlist_64 Entry = Obj->getSymbol64TableEntry(DRI); in getSymbol()
|
| /trueos/contrib/llvm/tools/macho-dump/ |
| HD | macho-dump.cpp | 208 DataRefImpl DRI = I->getRawDataRefImpl(); in DumpSymtabCommand() local 210 MachO::nlist_64 STE = Obj.getSymbol64TableEntry(DRI); in DumpSymtabCommand() 215 MachO::nlist STE = Obj.getSymbolTableEntry(DRI); in DumpSymtabCommand()
|
| /trueos/sys/amd64/conf/ |
| HD | NOTES | 257 # the tdfx DRI module from XFree86 and is completely unrelated.
|
| /trueos/sys/pc98/conf/ |
| HD | NOTES | 340 # the tdfx DRI module from XFree86 and is completely unrelated.
|
| /trueos/sys/i386/conf/ |
| HD | NOTES | 475 # the tdfx DRI module from XFree86 and is completely unrelated.
|