Home
last modified time | relevance | path

Searched refs:LoaderSectionAddr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp160 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in printLoaderSection() local
162 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() argument
195 reinterpret_cast<const LoaderSectionHeader64 *>(LoaderSectionAddr); in printLoaderSectionHeader()
201 reinterpret_cast<const LoaderSectionHeader32 *>(LoaderSectionAddr); in printLoaderSectionHeader()
226 void XCOFFDumper::printLoaderSectionSymbolsHelper(uintptr_t LoaderSectionAddr) { in printLoaderSectionSymbolsHelper() argument
228 reinterpret_cast<const LoaderSectionHeader *>(LoaderSectionAddr); in printLoaderSectionSymbolsHelper()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1094 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in getImportFileTable() local
1095 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()