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

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp76 void printLoaderSectionRelocationEntry(LoadSectionRelocTy *LoaderSecRelEntPtr,
310 LoadSectionRelocTy *LoaderSecRelEntPtr, StringRef SymbolName) {
311 uint16_t Type = LoaderSecRelEntPtr->Type;
328 W.printHex("Virtual Address", LoaderSecRelEntPtr->VirtualAddr);
329 W.printNumber("Symbol", SymbolName, LoaderSecRelEntPtr->SymbolIndex);
335 W.printNumber("SectionNumber", LoaderSecRelEntPtr->SectionNum);
337 W.startLine() << format_hex(LoaderSecRelEntPtr->VirtualAddr,
342 << ")" << format_decimal(LoaderSecRelEntPtr->SectionNum, 8)
344 << LoaderSecRelEntPtr->SymbolIndex << ")\n";
354 const LoaderSectionRelocationEntry *LoaderSecRelEntPtr local
309 printLoaderSectionRelocationEntry( LoadSectionRelocTy *LoaderSecRelEntPtr, StringRef SymbolName) argument
[all...]

Completed in 179 milliseconds