Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp161 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in printLoaderSection() local
163 if (LoaderSectionAddr == 0) in printLoaderSection()
168 printLoaderSectionHeader(LoaderSectionAddr); in printLoaderSection()
171 printLoaderSectionSymbols(LoaderSectionAddr); in printLoaderSection()
174 printLoaderSectionRelocationEntries(LoaderSectionAddr); in printLoaderSection()
229 reinterpret_cast<const LoaderSectionHeader *>(LoaderSectionAddr); in printLoaderSectionSymbolsHelper()
351 uintptr_t LoaderSectionAddr) { in printLoaderSectionRelocationEntriesHelper() argument
353 reinterpret_cast<const LoaderSectionHeader *>(LoaderSectionAddr); in printLoaderSectionRelocationEntriesHelper()
394 uintptr_t LoaderSectionAddr) { in printLoaderSectionRelocationEntries() argument
401 LoaderSectionAddr); in printLoaderSectionRelocationEntries()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1102 uintptr_t LoaderSectionAddr = LoaderSectionAddrOrError.get(); in getImportFileTable() local
1103 if (!LoaderSectionAddr) in getImportFileTable()
1110 viewAs<LoaderSectionHeader64>(LoaderSectionAddr); in getImportFileTable()
1115 viewAs<LoaderSectionHeader32>(LoaderSectionAddr); in getImportFileTable()
1122 reinterpret_cast<void *>(LoaderSectionAddr + OffsetToImportFileTable), in getImportFileTable()
1128 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()
1136 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()