Lines Matching defs:Seg
659 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load);
660 for (unsigned J = 0; J < Seg.nsects; ++J) {
687 MachO::segment_command Seg = O->getSegmentLoadCommand(Load);
688 for (unsigned J = 0; J < Seg.nsects; ++J) {
995 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load);
996 for (unsigned J = 0; J < Seg.nsects; ++J) {
1015 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load);
1016 for (unsigned J = 0; J < Seg.nsects; ++J) {
3233 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
3234 for (unsigned J = 0; J < Seg.nsects; ++J) {
3254 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load);
3255 for (unsigned J = 0; J < Seg.nsects; ++J) {
3289 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
3290 for (unsigned J = 0; J < Seg.nsects; ++J) {
3320 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load);
3321 for (unsigned J = 0; J < Seg.nsects; ++J) {
3440 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
3441 for (unsigned J = 0; J < Seg.nsects; ++J) {
10302 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command);
10303 if (Seg.fileoff == 0 && Seg.filesize != 0) {
10304 BaseSegmentAddress = Seg.vmaddr;
10308 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command);
10309 if (Seg.fileoff == 0 && Seg.filesize != 0) {
10310 BaseSegmentAddress = Seg.vmaddr;