Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:SymIdx

427     for (unsigned SymIdx = 0; SymIdx != Symbols.size(); SymIdx++) {
429 if ((unsigned)Symbols[SymIdx].SectionIndex - 1 != SectIdx)
433 uint64_t Start = Symbols[SymIdx].Value - Sections[SectIdx].Address;
436 uint64_t End = (SymIdx+1 == Symbols.size() ||
437 Symbols[SymIdx].SectionIndex != Symbols[SymIdx+1].SectionIndex) ?
439 Symbols[SymIdx+1].Value - Sections[SectIdx].Address;
449 outs() << MachOObj->getStringAtIndex(Symbols[SymIdx].StringIndex)
482 MachOObj->getStringAtIndex(Symbols[SymIdx].StringIndex),