Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp310 LoadSectionRelocTy *LoaderSecRelEntPtr, StringRef SymbolName) { in printLoaderSectionRelocationEntry() argument
311 uint16_t Type = LoaderSecRelEntPtr->Type; in printLoaderSectionRelocationEntry()
328 W.printHex("Virtual Address", LoaderSecRelEntPtr->VirtualAddr); in printLoaderSectionRelocationEntry()
335 W.printNumber("SectionNumber", LoaderSecRelEntPtr->SectionNum); in printLoaderSectionRelocationEntry()
337 W.startLine() << format_hex(LoaderSecRelEntPtr->VirtualAddr, in printLoaderSectionRelocationEntry()
344 << LoaderSecRelEntPtr->SymbolIndex << ")\n"; in printLoaderSectionRelocationEntry()
354 const LoaderSectionRelocationEntry *LoaderSecRelEntPtr = in printLoaderSectionRelocationEntriesHelper() local
364 ++i, ++LoaderSecRelEntPtr) { in printLoaderSectionRelocationEntriesHelper()
366 if (LoaderSecRelEntPtr->SymbolIndex >= FirstSymIdxOfLoaderSec) { in printLoaderSectionRelocationEntriesHelper()
371 (LoaderSecRelEntPtr->SymbolIndex - FirstSymIdxOfLoaderSec) * in printLoaderSectionRelocationEntriesHelper()
[all …]