Lines Matching refs:Seg

659       MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load);  in PrintIndirectSymbols()  local
660 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
687 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols() local
688 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
995 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations() local
996 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintRelocations()
1015 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations() local
1016 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintRelocations()
3225 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer() local
3226 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
3246 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer() local
3247 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
3281 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol() local
3282 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
3312 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol() local
3313 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
3432 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer() local
3433 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessPointerPointer()
10168 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie() local
10169 if (Seg.fileoff == 0 && Seg.filesize != 0) { in printMachOExportsTrie()
10170 BaseSegmentAddress = Seg.vmaddr; in printMachOExportsTrie()
10174 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command); in printMachOExportsTrie() local
10175 if (Seg.fileoff == 0 && Seg.filesize != 0) { in printMachOExportsTrie()
10176 BaseSegmentAddress = Seg.vmaddr; in printMachOExportsTrie()