Searched refs:DRI (Results 1 – 9 of 9) sorted by relevance
88 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) { in getSymbolTableEntryBase() argument89 const char *P = reinterpret_cast<const char *>(DRI.p); in getSymbolTableEntryBase()341 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType() local342 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 …]
56 uint32_t ObjectFile::getSymbolAlignment(DataRefImpl DRI) const { return 0; } in getSymbolAlignment()
248 DataRefImpl DRI; in toDRI() local250 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() local272 DRI.p = reinterpret_cast<uintptr_t>(Sec); in toDRI()273 return DRI; in toDRI()[all …]
331 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;
206 DataRefImpl DRI = Symbol.getRawDataRefImpl(); in DumpSymtabCommand() local208 MachO::nlist_64 STE = Obj.getSymbol64TableEntry(DRI); in DumpSymtabCommand()213 MachO::nlist STE = Obj.getSymbolTableEntry(DRI); in DumpSymtabCommand()
299 DataRefImpl DRI, in getSymbol() argument302 MachO::nlist Entry = Obj->getSymbolTableEntry(DRI); in getSymbol()310 MachO::nlist_64 Entry = Obj->getSymbol64TableEntry(DRI); in getSymbol()
340 # the tdfx DRI module from XFree86 and is completely unrelated.
277 # the tdfx DRI module from XFree86 and is completely unrelated.
494 # the tdfx DRI module from XFree86 and is completely unrelated.