Lines Matching refs:viewAs
46 template <typename T> static const T *viewAs(uintptr_t in) { in viewAs() function
98 return viewAs<XCOFF::SymbolAuxType>( in getSymbolAuxType()
122 return viewAs<XCOFFSectionHeader32>(Ref.p); in toSection32()
131 return viewAs<XCOFFSectionHeader64>(Ref.p); in toSection64()
514 Rel.p = reinterpret_cast<uintptr_t>(viewAs<XCOFFRelocation64>(Rel.p) + 1); in moveRelocationNext()
516 Rel.p = reinterpret_cast<uintptr_t>(viewAs<XCOFFRelocation32>(Rel.p) + 1); in moveRelocationNext()
521 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationOffset()
535 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationOffset()
555 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationSymbol()
561 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationSymbol()
574 return viewAs<XCOFFRelocation64>(Rel.p)->Type; in getRelocationType()
575 return viewAs<XCOFFRelocation32>(Rel.p)->Type; in getRelocationType()
582 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationTypeName()
585 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationTypeName()
1012 viewAs<LoaderSectionHeader64>(LoaderSectionAddr); in getImportFileTable()
1017 viewAs<LoaderSectionHeader32>(LoaderSectionAddr); in getImportFileTable()
1195 return XCOFFCsectAuxRef(viewAs<XCOFFCsectAuxEnt32>(AuxAddr)); in getXCOFFCsectAuxRef()
1208 return XCOFFCsectAuxRef(viewAs<XCOFFCsectAuxEnt64>(AuxAddr)); in getXCOFFCsectAuxRef()