Searched refs:sectionsStart (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/src/
H A DthreadLocalVariables.c192 const macho_section* const sectionsStart = (macho_section*)((char*)seg + sizeof(macho_segment_command)); local
193 const macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
194 for (const macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
234 const macho_section* const sectionsStart = (macho_section*)((char*)seg + sizeof(macho_segment_command)); local
235 const macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
236 for (const macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
280 const macho_section* const sectionsStart = (macho_section*)((char*)seg + sizeof(macho_segment_command)); local
281 const macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
282 for (const macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
H A DdyldInitialization.cpp151 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
152 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
153 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
H A DImageLoaderMachO.cpp420 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
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)); local
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)); local
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 local
1347 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
1398 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
1547 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
1699 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
1741 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
1795 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
[all...]
H A DImageLoaderMachOClassic.cpp1172 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
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)); local
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)); local
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)); local
1709 const struct macho_section* const sectionsEnd = &sectionsStart[se
1825 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
1948 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
2022 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
[all...]
H A DImageLoaderMachOCompressed.cpp1147 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
1148 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1149 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1646 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
1647 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1648 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
H A Ddyld.cpp4044 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command)); local
4045 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
4046 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
/macosx-10.10.1/Csu-85/
H A Dlazy_dylib_loader.c197 const macho_section* const sectionsStart = (macho_section*)((char*)seg + sizeof(macho_segment_command)); local
198 const macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
200 for (sect=sectionsStart; sect < sectionsEnd; ++sect) {
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp294 macho_section<P>* const sectionsStart = (macho_section<P>*)((char*)seg + sizeof(macho_segment_command<P>)); local
295 macho_section<P>* const sectionsEnd = &sectionsStart[seg->nsects()];
296 for(macho_section<P>* sect = sectionsStart; sect < sectionsEnd; ++sect) {
414 macho_section<P>* const sectionsStart = (macho_section<P>*)((char*)seg + sizeof(macho_segment_command<P>));
415 macho_section<P>* const sectionsEnd = &sectionsStart[seg->nsects()];
416 for(macho_section<P>* sect = sectionsStart; sect < sectionsEnd; ++sect) {
714 const macho_section<P>* const sectionsStart = (macho_section<P>*)((char*)seg + sizeof(macho_segment_command<P>)); local
715 const macho_section<P>* const sectionsEnd = &sectionsStart[seg->nsects()];
716 for(const macho_section<P>* sect = sectionsStart; sect < sectionsEnd; ++sect) {
880 const macho_section<P>* const sectionsStart local
[all...]
H A DMachOLayout.hpp458 const macho_section<P>* const sectionsStart = (macho_section<P>*)((uint8_t*)segCmd + sizeof(macho_segment_command<P>)); local
459 const macho_section<P>* const lastSection = &sectionsStart[segCmd->nsects()-1];
478 const macho_section<P>* const sectionsStart = (macho_section<P>*)((uint8_t*)segCmd + sizeof(macho_segment_command<P>)); local
479 const macho_section<P>* const sectionsEnd = &sectionsStart[segCmd->nsects()-1];
480 for (const macho_section<P>* sect=sectionsStart; sect < sectionsEnd; ++sect) {
494 const macho_section<P>* const sectionsStart = (macho_section<P>*)((uint8_t*)segCmd + sizeof(macho_segment_command<P>)); local
495 const macho_section<P>* const sectionsEnd = &sectionsStart[segCmd->nsects()];
496 for (const macho_section<P>* sect=sectionsStart; sect < sectionsEnd; ++sect) {
H A DMachOBinder.hpp552 const macho_section<P>* const sectionsStart = (macho_section<P>*)((uint8_t*)seg + sizeof(macho_segment_command<P>)); local
553 const macho_section<P>* const sectionsEnd = &sectionsStart[seg->nsects()];
554 for (const macho_section<P>* sect=sectionsStart; sect < sectionsEnd; ++sect) {
929 const macho_section<P>* const sectionsStart = (macho_section<P>*)((uint8_t*)seg + sizeof(macho_segment_command<P>)); local
930 const macho_section<P>* const sectionsEnd = &sectionsStart[seg->nsects()];
931 for (const macho_section<P>* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1114 const macho_section<P>* const sectionsStart = (macho_section<P>*)((uint8_t*)seg + sizeof(macho_segment_command<P>)); local
1115 const macho_section<P>* const sectionsEnd = &sectionsStart[seg->nsects()];
1116 for (const macho_section<P>* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1245 macho_section<P>* const sectionsStart local
[all...]
H A Ddsc_extractor.cpp131 macho_section<P>* const sectionsStart = (macho_section<P>*)((char*)segCmd + sizeof(macho_segment_command<P>)); local
132 macho_section<P>* const sectionsEnd = &sectionsStart[segCmd->nsects()];
133 for(macho_section<P>* sect = sectionsStart; sect < sectionsEnd; ++sect) {
H A Dupdate_dyld_shared_cache.cpp1867 macho_section<P>* const sectionsStart = (macho_section<P>*)((char*)seg + sizeof(macho_segment_command<P>)); local
1868 macho_section<P>* const sectionsEnd = &sectionsStart[seg->nsects()];
1869 for(macho_section<P>* sect = sectionsStart; sect < sectionsEnd; ++sect) {

Completed in 141 milliseconds