Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp76 void printLoaderSectionRelocationEntry(LoadSectionRelocTy *LoaderSecRelEntPtr,
309 LoadSectionRelocTy *LoaderSecRelEntPtr, StringRef SymbolName) { in printLoaderSectionRelocationEntry() argument
310 uint16_t Type = LoaderSecRelEntPtr->Type; in printLoaderSectionRelocationEntry()
327 W.printHex("Virtual Address", LoaderSecRelEntPtr->VirtualAddr); in printLoaderSectionRelocationEntry()
328 W.printNumber("Symbol", SymbolName, LoaderSecRelEntPtr->SymbolIndex); in printLoaderSectionRelocationEntry()
334 W.printNumber("SectionNumber", LoaderSecRelEntPtr->SectionNum); in printLoaderSectionRelocationEntry()
336 W.startLine() << format_hex(LoaderSecRelEntPtr->VirtualAddr, in printLoaderSectionRelocationEntry()
341 << ")" << format_decimal(LoaderSecRelEntPtr->SectionNum, 8) in printLoaderSectionRelocationEntry()
343 << LoaderSecRelEntPtr->SymbolIndex << ")\n"; in printLoaderSectionRelocationEntry()
353 const LoaderSectionRelocationEntry *LoaderSecRelEntPtr = in printLoaderSectionRelocationEntriesHelper() local
[all …]