Lines Matching refs:LoaderSecRelEntPtr
77 void printLoaderSectionRelocationEntry(LoadSectionRelocTy *LoaderSecRelEntPtr,
312 LoadSectionRelocTy *LoaderSecRelEntPtr, StringRef SymbolName) { in printLoaderSectionRelocationEntry() argument
313 uint16_t Type = LoaderSecRelEntPtr->Type; in printLoaderSectionRelocationEntry()
330 W.printHex("Virtual Address", LoaderSecRelEntPtr->VirtualAddr); in printLoaderSectionRelocationEntry()
332 LoaderSecRelEntPtr->SymbolIndex); in printLoaderSectionRelocationEntry()
338 W.printNumber("SectionNumber", LoaderSecRelEntPtr->SectionNum); in printLoaderSectionRelocationEntry()
340 W.startLine() << format_hex(LoaderSecRelEntPtr->VirtualAddr, in printLoaderSectionRelocationEntry()
345 << ")" << format_decimal(LoaderSecRelEntPtr->SectionNum, 8) in printLoaderSectionRelocationEntry()
348 << " (" << LoaderSecRelEntPtr->SymbolIndex << ")\n"; in printLoaderSectionRelocationEntry()
358 const LoaderSectionRelocationEntry *LoaderSecRelEntPtr = in printLoaderSectionRelocationEntriesHelper() local
368 ++i, ++LoaderSecRelEntPtr) { in printLoaderSectionRelocationEntriesHelper()
370 if (LoaderSecRelEntPtr->SymbolIndex >= FirstSymIdxOfLoaderSec) { in printLoaderSectionRelocationEntriesHelper()
375 (LoaderSecRelEntPtr->SymbolIndex - FirstSymIdxOfLoaderSec) * in printLoaderSectionRelocationEntriesHelper()
391 getImplicitLoaderSectionSymName(LoaderSecRelEntPtr->SymbolIndex); in printLoaderSectionRelocationEntriesHelper()
393 printLoaderSectionRelocationEntry(LoaderSecRelEntPtr, SymbolName); in printLoaderSectionRelocationEntriesHelper()