Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp88 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) { in getSymbolTableEntryBase() argument
89 const char *P = reinterpret_cast<const char *>(DRI.p); in getSymbolTableEntryBase()
341 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() local
342 uint32_t Flags = getSectionFlags(this, DRI); in getSectionType()
379 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment()
380 uint32_t flags = getSymbolFlags(DRI); in getSymbolAlignment()
382 MachO::nlist_base Entry = getSymbolTableEntryBase(this, DRI); in getSymbolAlignment()
388 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl()
389 return getNValue(DRI); in getCommonSymbolSizeImpl()
409 uint32_t MachOObjectFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags()
[all …]
HDObjectFile.cpp56 uint32_t ObjectFile::getSymbolAlignment(DataRefImpl DRI) const { return 0; } in getSymbolAlignment()
/NextBSD/contrib/llvm/include/llvm/Object/
HDELFObjectFile.h248 DataRefImpl DRI; in toDRI() local
250 DRI.d.a = 0; in toDRI()
251 DRI.d.b = 0; in toDRI()
252 return DRI; in toDRI()
261 DRI.d.a = SymTableIndex; in toDRI()
262 DRI.d.b = SymbolNum; in toDRI()
263 return DRI; in toDRI()
271 DataRefImpl DRI; in toDRI() local
272 DRI.p = reinterpret_cast<uintptr_t>(Sec); in toDRI()
273 return DRI; in toDRI()
[all …]
HDMachO.h331 MachO::section getSection(DataRefImpl DRI) const;
332 MachO::section_64 getSection64(DataRefImpl DRI) const;
335 MachO::nlist getSymbolTableEntry(DataRefImpl DRI) const;
336 MachO::nlist_64 getSymbol64TableEntry(DataRefImpl DRI) const;
/NextBSD/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp206 DataRefImpl DRI = Symbol.getRawDataRefImpl(); in DumpSymtabCommand() local
208 MachO::nlist_64 STE = Obj.getSymbol64TableEntry(DRI); in DumpSymtabCommand()
213 MachO::nlist STE = Obj.getSymbolTableEntry(DRI); in DumpSymtabCommand()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp299 DataRefImpl DRI, in getSymbol() argument
302 MachO::nlist Entry = Obj->getSymbolTableEntry(DRI); in getSymbol()
310 MachO::nlist_64 Entry = Obj->getSymbol64TableEntry(DRI); in getSymbol()
/NextBSD/sys/pc98/conf/
HDNOTES340 # the tdfx DRI module from XFree86 and is completely unrelated.
/NextBSD/sys/amd64/conf/
HDNOTES277 # the tdfx DRI module from XFree86 and is completely unrelated.
/NextBSD/sys/i386/conf/
HDNOTES494 # the tdfx DRI module from XFree86 and is completely unrelated.