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