Lines Matching refs:Seg

672       MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load);  in PrintIndirectSymbols()  local
673 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
700 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols() local
701 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
1008 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations() local
1009 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintRelocations()
1028 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations() local
1029 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintRelocations()
3029 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer() local
3030 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
3050 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer() local
3051 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
3085 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol() local
3086 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
3116 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol() local
3117 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
3236 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer() local
3237 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessPointerPointer()
10297 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie() local
10298 if (Seg.fileoff == 0 && Seg.filesize != 0) { in printMachOExportsTrie()
10299 BaseSegmentAddress = Seg.vmaddr; in printMachOExportsTrie()
10303 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command); in printMachOExportsTrie() local
10304 if (Seg.fileoff == 0 && Seg.filesize != 0) { in printMachOExportsTrie()
10305 BaseSegmentAddress = Seg.vmaddr; in printMachOExportsTrie()