Searched refs:LoaderSectionAddr (Results 1 – 2 of 2) sorted by relevance
160 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in printLoaderSection() local162 if (LoaderSectionAddr == 0) in printLoaderSection()167 printLoaderSectionHeader(LoaderSectionAddr); in printLoaderSection()170 printLoaderSectionSymbols(LoaderSectionAddr); in printLoaderSection()173 printLoaderSectionRelocationEntries(LoaderSectionAddr); in printLoaderSection()178 void XCOFFDumper::printLoaderSectionHeader(uintptr_t LoaderSectionAddr) { in printLoaderSectionHeader() argument195 reinterpret_cast<const LoaderSectionHeader64 *>(LoaderSectionAddr); in printLoaderSectionHeader()201 reinterpret_cast<const LoaderSectionHeader32 *>(LoaderSectionAddr); in printLoaderSectionHeader()226 void XCOFFDumper::printLoaderSectionSymbolsHelper(uintptr_t LoaderSectionAddr) { in printLoaderSectionSymbolsHelper() argument228 reinterpret_cast<const LoaderSectionHeader *>(LoaderSectionAddr); in printLoaderSectionSymbolsHelper()[all …]
1094 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in getImportFileTable() local1095 if (!LoaderSectionAddr) in getImportFileTable()1102 viewAs<LoaderSectionHeader64>(LoaderSectionAddr); in getImportFileTable()1107 viewAs<LoaderSectionHeader32>(LoaderSectionAddr); in getImportFileTable()1114 reinterpret_cast<void *>(LoaderSectionAddr + OffsetToImportFileTable), in getImportFileTable()1120 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()1128 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()