Lines Matching refs:Seg
405 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols() local
406 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
433 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols() local
434 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
2235 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer() local
2236 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
2256 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer() local
2257 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
2291 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol() local
2292 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
2331 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol() local
2332 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
2459 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer() local
2460 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessPointerPointer()