Searched refs:viewAs (Results 1 – 1 of 1) sorted by relevance
46 template <typename T> static const T *viewAs(uintptr_t in) { in viewAs() function129 return viewAs<XCOFF::SymbolAuxType>( in getSymbolAuxType()153 return viewAs<XCOFFSectionHeader32>(Ref.p); in toSection32()162 return viewAs<XCOFFSectionHeader64>(Ref.p); in toSection64()573 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationOffset()626 return viewAs<XCOFFRelocation64>(Rel.p)->Type; in getRelocationType()627 return viewAs<XCOFFRelocation32>(Rel.p)->Type; in getRelocationType()1110 viewAs<LoaderSectionHeader64>(LoaderSectionAddr); in getImportFileTable()1115 viewAs<LoaderSectionHeader32>(LoaderSectionAddr); in getImportFileTable()1325 return XCOFFCsectAuxRef(viewAs<XCOFFCsectAuxEnt32>(AuxAddr)); in getXCOFFCsectAuxRef()[all …]