Home
last modified time | relevance | path

Searched refs:DRI (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp263 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 …]
HDObjectFile.cpp30 error_code ObjectFile::getSymbolAlignment(DataRefImpl DRI, in getSymbolAlignment() argument
/trueos/contrib/llvm/include/llvm/Object/
HDRelocVisitor.h139 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()
HDELFObjectFile.h128 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 …]
HDMachO.h167 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/
HDMachODumper.cpp195 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/
HDmacho-dump.cpp208 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/
HDNOTES257 # the tdfx DRI module from XFree86 and is completely unrelated.
/trueos/sys/pc98/conf/
HDNOTES340 # the tdfx DRI module from XFree86 and is completely unrelated.
/trueos/sys/i386/conf/
HDNOTES475 # the tdfx DRI module from XFree86 and is completely unrelated.