Lines Matching refs:Seg
666 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols() local
667 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
694 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols() local
695 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
1002 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations() local
1003 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintRelocations()
1022 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations() local
1023 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintRelocations()
3006 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer() local
3007 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
3027 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer() local
3028 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
3062 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol() local
3063 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
3093 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol() local
3094 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
3213 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer() local
3214 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessPointerPointer()
10258 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie() local
10259 if (Seg.fileoff == 0 && Seg.filesize != 0) { in printMachOExportsTrie()
10260 BaseSegmentAddress = Seg.vmaddr; in printMachOExportsTrie()
10264 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command); in printMachOExportsTrie() local
10265 if (Seg.fileoff == 0 && Seg.filesize != 0) { in printMachOExportsTrie()
10266 BaseSegmentAddress = Seg.vmaddr; in printMachOExportsTrie()