Searched refs:LoaderSecRelEntPtr (Results 1 – 1 of 1) sorted by relevance
310 LoadSectionRelocTy *LoaderSecRelEntPtr, StringRef SymbolName) { in printLoaderSectionRelocationEntry() argument311 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() local364 ++i, ++LoaderSecRelEntPtr) { in printLoaderSectionRelocationEntriesHelper()366 if (LoaderSecRelEntPtr->SymbolIndex >= FirstSymIdxOfLoaderSec) { in printLoaderSectionRelocationEntriesHelper()371 (LoaderSecRelEntPtr->SymbolIndex - FirstSymIdxOfLoaderSec) * in printLoaderSectionRelocationEntriesHelper()[all …]