• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/dyld-353.2.1/launch-cache/

Lines Matching refs:Segment

792             const std::vector<MachOLayoutAbstraction::Segment>& segs_l =
794 const std::vector<MachOLayoutAbstraction::Segment>& segs_r =
840 MachOLayoutAbstraction::Segment* fFirstLinkEditSegment;
1186 std::vector<MachOLayoutAbstraction::Segment>& segs = ((MachOLayoutAbstraction*)(it->layout))->getSegments();
1188 MachOLayoutAbstraction::Segment& seg = segs[i];
1208 std::vector<MachOLayoutAbstraction::Segment>& segs = ((MachOLayoutAbstraction*)(it->layout))->getSegments();
1210 MachOLayoutAbstraction::Segment& seg = segs[i];
1229 std::vector<MachOLayoutAbstraction::Segment>& segs = ((MachOLayoutAbstraction*)(it->layout))->getSegments();
1231 MachOLayoutAbstraction::Segment& seg = segs[i];
1245 std::vector<MachOLayoutAbstraction::Segment>& segs = ((MachOLayoutAbstraction*)(it->layout))->getSegments();
1247 MachOLayoutAbstraction::Segment& seg = segs[i];
1568 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments();
1569 for(std::vector<MachOLayoutAbstraction::Segment>::const_iterator it = segments.begin(); it != segments.end(); ++it) {
1570 const MachOLayoutAbstraction::Segment& seg = *it;
1853 const MachOLayoutAbstraction::Segment* layoutSeg = fLayout.getSegment(seg->segname());
2077 // update all LINKEDIT Segment objects to point to same merged LINKEDIT area
2079 std::vector<MachOLayoutAbstraction::Segment>& segs = ((MachOLayoutAbstraction*)(it->layout))->getSegments();
2081 MachOLayoutAbstraction::Segment& seg = segs[i];
2600 const std::vector<MachOLayoutAbstraction::Segment>& segs = it->layout->getSegments();
2602 const MachOLayoutAbstraction::Segment& seg = segs[i];
2635 std::vector<MachOLayoutAbstraction::Segment>& segs = ((MachOLayoutAbstraction*)(it->layout))->getSegments();
2637 MachOLayoutAbstraction::Segment& seg = segs[i];
2909 const std::vector<MachOLayoutAbstraction::Segment>& segs = it->layout->getSegments();
2910 for(std::vector<MachOLayoutAbstraction::Segment>::const_iterator sit = segs.begin(); sit != segs.end(); ++sit) {
2911 const MachOLayoutAbstraction::Segment& seg = *sit;
3125 const std::vector<MachOLayoutAbstraction::Segment>& segs = it->layout->getSegments();
3127 const MachOLayoutAbstraction::Segment& seg = segs[i];