Searched refs:macho_segment_command (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldInitialization.cpp54 #define macho_segment_command segment_command_64 macro
59 #define macho_segment_command segment_command macro
117 const struct macho_segment_command* segCmd = (struct macho_segment_command*)cmd;
139 const struct macho_segment_command* linkEditSeg = NULL;
141 const struct macho_segment_command* firstWritableSeg = NULL;
148 const struct macho_segment_command* seg = (struct macho_segment_command*)cmd;
151 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
H A DthreadLocalVariables.c43 typedef struct segment_command_64 macho_segment_command; typedef in typeref:struct:segment_command_64
48 typedef struct segment_command macho_segment_command; typedef in typeref:struct:segment_command
187 const macho_segment_command* seg = (macho_segment_command*)cmd;
192 const macho_section* const sectionsStart = (macho_section*)((char*)seg + sizeof(macho_segment_command));
233 const macho_segment_command* seg = (macho_segment_command*)cmd;
234 const macho_section* const sectionsStart = (macho_section*)((char*)seg + sizeof(macho_segment_command));
275 const macho_segment_command* seg = (macho_segment_command*)cm
[all...]
H A DdyldExceptions.c46 #define macho_segment_command segment_command_64 macro
52 #define macho_segment_command segment_command macro
H A DImageLoaderMachO.cpp68 struct macho_segment_command : public segment_command_64 {}; struct in inherits:segment_command_64
75 struct macho_segment_command : public segment_command {}; struct in inherits:segment_command
108 const struct macho_segment_command* segCmd = (struct macho_segment_command*)cmd;
130 struct macho_segment_command* segCmd;
157 segCmd = (struct macho_segment_command*)cmd;
204 segCmd = (struct macho_segment_command*)cmd;
418 const struct macho_segment_command* seg = (struct macho_segment_command*)cmd;
420 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
[all...]
H A Dglue.c51 typedef struct segment_command_64 macho_segment_command; typedef in typeref:struct:segment_command_64
56 typedef struct segment_command macho_segment_command; typedef in typeref:struct:segment_command
509 const macho_segment_command* seg = (macho_segment_command*)cmd;
H A DImageLoaderMachOClassic.cpp73 struct macho_segment_command : public segment_command_64 {}; struct in inherits:segment_command_64
80 struct macho_segment_command : public segment_command {}; struct in inherits:segment_command
1169 const struct macho_segment_command* seg = (struct macho_segment_command*)cmd;
1172 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1398 const struct macho_segment_command* seg = (struct macho_segment_command*)cmd;
1399 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1652 const struct macho_segment_command* seg = (struct macho_segment_command*)cm
[all...]
H A DImageLoaderMachOCompressed.cpp50 struct macho_segment_command : public segment_command_64 {}; struct in inherits:segment_command_64
57 struct macho_segment_command : public segment_command {}; struct in inherits:segment_command
1146 const struct macho_segment_command* seg = (struct macho_segment_command*)cmd;
1147 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
1645 const struct macho_segment_command* seg = (struct macho_segment_command*)cmd;
1646 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
H A DImageLoaderMachO.h164 const struct macho_segment_command* segLoadCommand(unsigned int segIndex) const;
H A Ddyld.cpp4017 #define macho_segment_command segment_command_64 macro
4021 #define macho_segment_command segment_command macro
4040 const struct macho_segment_command* seg = (struct macho_segment_command*)cmd;
4044 const struct macho_section* const sectionsStart = (struct macho_section*)((char*)seg + sizeof(struct macho_segment_command));
4503 struct macho_segment_command* seg = (struct macho_segment_command*)cmd;
4524 struct macho_segment_command* seg = (struct macho_segment_command*)cmd;
/macosx-10.10.1/Csu-85/
H A Dlazy_dylib_loader.c50 typedef struct segment_command_64 macho_segment_command; typedef in typeref:struct:segment_command_64
57 typedef struct segment_command macho_segment_command; typedef in typeref:struct:segment_command
146 const macho_segment_command* seg = (macho_segment_command*)cmd;
196 const macho_segment_command* seg = (macho_segment_command*)cmd;
197 const macho_section* const sectionsStart = (macho_section*)((char*)seg + sizeof(macho_segment_command));
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp94 void adjustSegmentLoadCommand(macho_segment_command<P>* seg);
242 void Rebaser<x86>::adjustSegmentLoadCommand(macho_segment_command<P>* seg)
250 void Rebaser<A>::adjustSegmentLoadCommand(macho_segment_command<P>* seg)
287 case macho_segment_command<P>::CMD:
290 macho_segment_command<P>* seg = (macho_segment_command<P>*)cmd;
294 macho_section<P>* const sectionsStart = (macho_section<P>*)((char*)seg + sizeof(macho_segment_command<P>));
412 if ( cmd->cmd() == macho_segment_command<P>::CMD ) {
413 macho_segment_command<P>* seg = (macho_segment_command<
[all...]
H A DMachOLayout.hpp212 uint64_t segmentSize(const macho_segment_command<typename A::P>* segCmd) const;
213 uint64_t segmentFileSize(const macho_segment_command<typename A::P>* segCmd) const;
214 uint64_t segmentAlignment(const macho_segment_command<typename A::P>* segCmd) const;
454 uint64_t MachOLayout<A>::segmentSize(const macho_segment_command<typename A::P>* segCmd) const
458 const macho_section<P>* const sectionsStart = (macho_section<P>*)((uint8_t*)segCmd + sizeof(macho_segment_command<P>));
474 uint64_t MachOLayout<A>::segmentAlignment(const macho_segment_command<typename A::P>* segCmd) const
478 const macho_section<P>* const sectionsStart = (macho_section<P>*)((uint8_t*)segCmd + sizeof(macho_segment_command<P>));
489 uint64_t MachOLayout<A>::segmentFileSize(const macho_segment_command<typename A::P>* segCmd) const
494 const macho_section<P>* const sectionsStart = (macho_section<P>*)((uint8_t*)segCmd + sizeof(macho_segment_command<P>));
576 case macho_segment_command<
[all...]
H A DMachOBinder.hpp135 const macho_segment_command<P>* fFristWritableSegment;
549 if ( cmd->cmd() == macho_segment_command<P>::CMD ) {
550 const macho_segment_command<P>* seg = (macho_segment_command<P>*)cmd;
552 const macho_section<P>* const sectionsStart = (macho_section<P>*)((uint8_t*)seg + sizeof(macho_segment_command<P>));
927 if ( cmd->cmd() == macho_segment_command<P>::CMD ) {
928 const macho_segment_command<P>* seg = (macho_segment_command<P>*)cmd;
929 const macho_section<P>* const sectionsStart = (macho_section<P>*)((uint8_t*)seg + sizeof(macho_segment_command<P>));
1112 if ( cmd->cmd() == macho_segment_command<
[all...]
H A Ddsc_iterator.cpp94 if ( cmd->cmd() == macho_segment_command<P>::CMD ) {
95 macho_segment_command<P>* segCmd = (macho_segment_command<P>*)cmd;
H A Ddsc_extractor.cpp115 macho_segment_command<P>* linkEditSegCmd = NULL;
126 case macho_segment_command<P>::CMD:
129 macho_segment_command<P>* segCmd = (macho_segment_command<P>*)cmd;
131 macho_section<P>* const sectionsStart = (macho_section<P>*)((char*)segCmd + sizeof(macho_segment_command<P>));
H A DMachOFileAbstraction.hpp153 class macho_segment_command { class
794 const macho_segment_command<P>* getSegment(const char *segname) const
800 if ( cmd->cmd() == macho_segment_command<P>::CMD ) {
801 const macho_segment_command<P>* segcmd = (macho_segment_command<P>*)cmd;
813 const macho_segment_command<P>* segcmd = getSegment(segname);
H A Dupdate_dyld_shared_cache.cpp1837 if ( cmd->cmd() == macho_segment_command<P>::CMD ) {
1838 macho_segment_command<P>* seg = (macho_segment_command<P>*)cmd;
1867 macho_section<P>* const sectionsStart = (macho_section<P>*)((char*)seg + sizeof(macho_segment_command<P>));

Completed in 256 milliseconds