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) {
3225 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
3226 for (unsigned J = 0; J < Seg.nsects; ++J) {
3246 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load);
3247 for (unsigned J = 0; J < Seg.nsects; ++J) {
3281 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
3282 for (unsigned J = 0; J < Seg.nsects; ++J) {
3312 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load);
3313 for (unsigned J = 0; J < Seg.nsects; ++J) {
3432 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load);
3433 for (unsigned J = 0; J < Seg.nsects; ++J) {
10280 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command);
10281 if (Seg.fileoff == 0 && Seg.filesize != 0) {
10282 BaseSegmentAddress = Seg.vmaddr;
10286 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command);
10287 if (Seg.fileoff == 0 && Seg.filesize != 0) {
10288 BaseSegmentAddress = Seg.vmaddr;