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

Lines Matching refs:macho_section

69 	struct macho_section			: public section_64  {};	
76 struct macho_section : public section {};
420 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
421 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
422 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
597 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)segCmd + sizeof(struct macho_segment_command));
598 const struct macho_section* const sectionsEnd = &sectionsStart[segCmd->nsects];
599 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
612 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)segCmd + sizeof(struct macho_segment_command));
613 const struct macho_section* const sectionsEnd = &sectionsStart[segCmd->nsects];
614 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
841 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
842 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
843 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1347 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1348 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1349 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1374 const macho_section* sect = (macho_section*)&fMachOData[fEHFrameSectionOffset];
1379 const macho_section* sect = (macho_section*)&fMachOData[fUnwindInfoSectionOffset];
1398 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1399 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1400 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1547 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1548 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1549 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1699 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1700 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1701 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1741 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1742 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1743 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1795 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1796 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1797 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {