Searched refs:LoaderSectionAddr (Results 1 – 2 of 2) sorted by relevance
162 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in printLoaderSection() local164 if (LoaderSectionAddr == 0) in printLoaderSection()169 printLoaderSectionHeader(LoaderSectionAddr); in printLoaderSection()172 printLoaderSectionSymbols(LoaderSectionAddr); in printLoaderSection()175 printLoaderSectionRelocationEntries(LoaderSectionAddr); in printLoaderSection()180 void XCOFFDumper::printLoaderSectionHeader(uintptr_t LoaderSectionAddr) { in printLoaderSectionHeader() argument197 reinterpret_cast<const LoaderSectionHeader64 *>(LoaderSectionAddr); in printLoaderSectionHeader()203 reinterpret_cast<const LoaderSectionHeader32 *>(LoaderSectionAddr); in printLoaderSectionHeader()228 void XCOFFDumper::printLoaderSectionSymbolsHelper(uintptr_t LoaderSectionAddr) { in printLoaderSectionSymbolsHelper() argument230 reinterpret_cast<const LoaderSectionHeader *>(LoaderSectionAddr); in printLoaderSectionSymbolsHelper()[all …]
1110 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in getImportFileTable() local1111 if (!LoaderSectionAddr) in getImportFileTable()1118 viewAs<LoaderSectionHeader64>(LoaderSectionAddr); in getImportFileTable()1123 viewAs<LoaderSectionHeader32>(LoaderSectionAddr); in getImportFileTable()1130 reinterpret_cast<void *>(LoaderSectionAddr + OffsetToImportFileTable), in getImportFileTable()1136 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()1144 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()