Lines Matching refs:Entry64
256 XCOFFCsectAuxRef(const XCOFFCsectAuxEnt64 *Entry64) : Entry64(Entry64) {}
273 assert(Entry64 && "64-bit interface called on 32-bit object file.");
274 return (static_cast<uint64_t>(Entry64->SectionOrLengthHighByte) << 32) |
275 Entry64->SectionOrLengthLowByte;
278 #define GETVALUE(X) Entry32 ? Entry32->X : Entry64->X
292 : reinterpret_cast<uintptr_t>(Entry64);
317 assert(Entry64 && "64-bit interface called on 32-bit object file.");
318 return Entry64->AuxType;
329 const XCOFFCsectAuxEnt64 *Entry64 = nullptr;
689 Entry64 = reinterpret_cast<const XCOFFSymbolEntry64 *>(SymEntDataRef.p);
695 const XCOFFSymbolEntry64 *getSymbol64() { return Entry64; }
701 uint64_t getValue64() const { return Entry64->Value; }
703 #define GETVALUE(X) Entry32 ? Entry32->X : Entry64->X
729 : reinterpret_cast<uintptr_t>(Entry64);
740 const XCOFFSymbolEntry64 *Entry64 = nullptr;