Searched refs:macho_section (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/src/
H A DthreadLocalVariables.c44 typedef struct section_64 macho_section; typedef in typeref:struct:section_64
49 typedef struct section macho_section; typedef in typeref:struct:section
192 const macho_section* const sectionsStart = (macho_section*)((char*)seg + sizeof(macho_segment_command));
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));
235 const macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
236 for (const macho_section* sec
[all...]
H A DdyldExceptions.c47 #define macho_section section_64 macro
53 #define macho_section section macro
H A DdyldInitialization.cpp55 #define macho_section section_64 macro
60 #define macho_section section macro
151 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
152 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
153 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
H A DImageLoaderMachO.cpp69 struct macho_section : public section_64 {}; struct in inherits:section_64
76 struct macho_section : public section {}; struct in inherits: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* sec
[all...]
H A DImageLoaderMachOClassic.cpp74 struct macho_section : public section_64 {}; struct in inherits:section_64
81 struct macho_section : public section {}; struct in inherits:section
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];
1326 uintptr_t ImageLoaderMachOClassic::bindIndirectSymbol(uintptr_t* ptrToBind, const struct macho_section* sect, const char* symbolName, uintptr_t targetAddr, const ImageLoader* targetImage, const LinkContext& context)
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* sec
[all...]
H A DImageLoaderMachOCompressed.cpp51 struct macho_section : public section_64 {}; struct in inherits:section_64
58 struct macho_section : public section {}; struct in inherits:section
1147 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1148 const struct macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
1149 for (const struct macho_section* sect=sectionsStart; sect < sectionsEnd; ++sect) {
1636 const struct macho_section* stubsSection = NULL;
1637 const struct macho_section* lazyPointerSection = NULL;
1646 const struct macho_section* const sectionsStart = (struct macho_section*)((cha
[all...]
H A DImageLoaderMachOClassic.h109 uintptr_t bindIndirectSymbol(uintptr_t* ptrToBind, const struct macho_section* sect,
H A Ddyld.cpp4018 #define macho_section section_64 macro
4022 #define macho_section section macro
4044 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
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.c48 typedef struct section_64 macho_section; typedef in typeref:struct:section_64
55 typedef struct section macho_section; typedef in typeref:struct:section
197 const macho_section* const sectionsStart = (macho_section*)((char*)seg + sizeof(macho_segment_command));
198 const macho_section* const sectionsEnd = &sectionsStart[seg->nsects];
199 const macho_section* 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>));
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<
[all...]
H A DMachOLayout.hpp458 const macho_section<P>* const sectionsStart = (macho_section<P>*)((uint8_t*)segCmd + sizeof(macho_segment_command<P>));
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>));
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>));
495 const macho_section<
[all...]
H A DMachOBinder.hpp552 const macho_section<P>* const sectionsStart = (macho_section<P>*)((uint8_t*)seg + sizeof(macho_segment_command<P>));
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>));
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<
[all...]
H A Ddsc_extractor.cpp131 macho_section<P>* const sectionsStart = (macho_section<P>*)((char*)segCmd + sizeof(macho_segment_command<P>));
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.cpp802 const macho_section<P> *cstring_l = mh_l->getSection("__TEXT", "__cstring");
803 const macho_section<P> *cstring_r = mh_r->getSection("__TEXT", "__cstring");
870 const macho_section<P>* const fSection;
911 const_cast<macho_section<P>*>(fSection)->set_size(fCount * sizeof(pint_t));
922 const macho_section<P>* const fSection;
1867 macho_section<P>* const sectionsStart = (macho_section<P>*)((char*)seg + sizeof(macho_segment_command<P>));
1868 macho_section<P>* const sectionsEnd = &sectionsStart[seg->nsects()];
1869 for(macho_section<P>* sect = sectionsStart; sect < sectionsEnd; ++sect) {
2198 const macho_section<
[all...]
H A DMachOFileAbstraction.hpp208 class macho_section { class
811 const macho_section<P>* getSection(const char *segname, const char *sectname) const
816 const macho_section<P>* sectcmd = (macho_section<P>*)(segcmd+1);
H A DObjCModernAbstraction.hpp136 const macho_section<P>* sect = mh->getSection("__DATA", "__objc_imageinfo");
927 const macho_section<P> *imageInfoSection = header->getSection("__DATA", "__objc_imageinfo");

Completed in 298 milliseconds