Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp162 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in printLoaderSection() local
164 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() argument
197 reinterpret_cast<const LoaderSectionHeader64 *>(LoaderSectionAddr); in printLoaderSectionHeader()
203 reinterpret_cast<const LoaderSectionHeader32 *>(LoaderSectionAddr); in printLoaderSectionHeader()
228 void XCOFFDumper::printLoaderSectionSymbolsHelper(uintptr_t LoaderSectionAddr) { in printLoaderSectionSymbolsHelper() argument
230 reinterpret_cast<const LoaderSectionHeader *>(LoaderSectionAddr); in printLoaderSectionSymbolsHelper()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1110 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in getImportFileTable() local
1111 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()