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

Lines Matching refs:sectionsStart

1172 				const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1173 const struct macho_section* const section = &sectionsStart[sectionIndex-currentSectionIndex];
1399 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1400 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1401 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1653 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1654 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1655 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1708 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1709 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1710 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1825 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1826 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1827 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1948 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1949 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1950 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
2022 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
2023 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
2024 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {