Lines Matching refs:Seg

407       MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load);  in PrintIndirectSymbols()  local
408 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
435 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols() local
436 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
748 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations() local
749 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintRelocations()
769 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations() local
770 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintRelocations()
2672 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer() local
2673 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
2693 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer() local
2694 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
2728 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol() local
2729 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
2763 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol() local
2764 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
2887 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer() local
2888 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessPointerPointer()
9824 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie() local
9825 if (Seg.fileoff == 0 && Seg.filesize != 0) { in printMachOExportsTrie()
9826 BaseSegmentAddress = Seg.vmaddr; in printMachOExportsTrie()
9830 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command); in printMachOExportsTrie() local
9831 if (Seg.fileoff == 0 && Seg.filesize != 0) { in printMachOExportsTrie()
9832 BaseSegmentAddress = Seg.vmaddr; in printMachOExportsTrie()