Searched refs:dylib_command (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.9.5/cctools-845/ld/
H A Ddylibs.h37 struct dylib_command *dl; /* The load command for this dynamicly linked */
H A Dpass1.h90 struct dylib_command *dl;
164 struct dylib_command *dl,
H A Ddylibs.c71 struct dylib_command *dl);
85 struct dylib_command *dl;
93 cmdsize = sizeof(struct dylib_command) +
99 dl->dylib.name.offset = sizeof(struct dylib_command);
103 strcpy((char *)dl + sizeof(struct dylib_command), name);
125 struct dylib_command *dl;
151 dl = (struct dylib_command *)lc;
198 struct dylib_command *dl)
H A Dpass2.c1037 struct dylib_command *dl;
1104 dl = (struct dylib_command *)(output_addr + header_offset);
H A Dpass1.c2054 struct dylib_command *dl;
2197 dl = (struct dylib_command *)lc;
3613 struct dylib_command *dl;
3745 dl = (struct dylib_command *)lc;
3913 * dylib_name specified in the dylib_command (or a new dynamic_library struct
3920 struct dylib_command *dl,
4191 struct dylib_command *dl, *dlid;
4904 dl = (struct dylib_command *)lc;
4908 if(dl->cmdsize < sizeof(struct dylib_command)){
4944 dl = (struct dylib_command *)l
[all...]
/macosx-10.9.5/objc4-551.1/
H A Dmarkgc.c257 * contains a dylib_command (cmd == LC_ID_DYLIB) to identify the library.
259 * dylib_command (cmd == LC_LOAD_DYLIB, LC_LOAD_WEAK_DYLIB, or
262 struct dylib_command {
270 void dodylib(void *start, struct dylib_command *dylibCmd, bool needsFlip) {
274 size_t count = dylibCmd->cmdsize - sizeof(struct dylib_command);
300 dodylib(start, (struct dylib_command *)lc, needsFlip);
/macosx-10.9.5/cctools-845/misc/
H A Dinstall_name_tool.c642 struct dylib_command *dl_load1, *dl_load2, *dl_id1, *dl_id2;
683 dl_id1 = (struct dylib_command *)lc1;
686 new_size = sizeof(struct dylib_command) +
697 dl_load1 = (struct dylib_command *)lc1;
701 new_size = sizeof(struct dylib_command) +
854 memcpy(lc2, lc1, sizeof(struct dylib_command));
855 dl_id2 = (struct dylib_command *)lc2;
856 dl_id2->cmdsize = sizeof(struct dylib_command) +
858 dl_id2->dylib.name.offset = sizeof(struct dylib_command);
872 dl_load1 = (struct dylib_command *)lc
[all...]
H A Dcheck_dylib.c244 struct dylib_command *dl;
265 dl = (struct dylib_command *)lc;
H A Dcmpdylib.c184 struct dylib_command *old_dl, *new_dl;
205 old_dl = (struct dylib_command *)lc;
238 new_dl = (struct dylib_command *)lc;
H A Dredo_prebinding.c350 struct dylib_command *dl_load,
1225 struct dylib_command *dl_load;
1310 dl_load = (struct dylib_command *)lc;
1376 struct dylib_command *dl_id;
1427 dl_id = (struct dylib_command *)lc;
2248 struct dylib_command *dl_id;
2268 dl_id = (struct dylib_command *)lc;
2932 struct dylib_command *dl_load, *dl_id;
2960 dl_id = (struct dylib_command *)lc;
3003 dl_load = (struct dylib_command *)l
[all...]
H A Dchecksyms.c649 struct dylib_command *dlid;
700 dlid = (struct dylib_command *)lc;
/macosx-10.9.5/Csu-79/
H A Dlazy_dylib_loader.c89 const struct dylib_command* dylib = (struct dylib_command*)cmd;
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h94 struct dylib_command *dl,
H A Dloader.h644 * contains a dylib_command (cmd == LC_ID_DYLIB) to identify the library.
646 * dylib_command (cmd == LC_LOAD_DYLIB, LC_LOAD_WEAK_DYLIB, or
649 struct dylib_command { struct
/macosx-10.9.5/dyld-239.4/src/
H A DdyldAPIsInLibSystem.cpp355 struct dylib_command *dl;
376 dl = (struct dylib_command *)lc;
401 struct dylib_command *dl;
418 dl = (struct dylib_command *)lc;
453 const dylib_command* dylibCmd;
480 dylibCmd = (dylib_command*)cmd;
H A DImageLoaderMachO.cpp810 const dylib_command* dylibID = (dylib_command*)(&fMachOData[fDylibIDOffset]);
953 const dylib_command* dylibID = (dylib_command*)cmd;
992 const struct dylib_command* dylib = (struct dylib_command*)cmd;
1014 const dylib_command* dylibID = (dylib_command*)(&fMachOData[fDylibIDOffset]);
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-os.mm378 const struct dylib_command *cmd;
381 cmd = (const struct dylib_command *) (hi->mhdr + 1);
389 cmd = (const struct dylib_command *)((char *)cmd + cmd->cmdsize);
/macosx-10.9.5/cctools-845/cbtlibs/
H A Dlibsyminfo.c437 struct dylib_command *dl;
500 dl = (struct dylib_command *)lc;
794 struct dylib_command *dl;
814 dl = (struct dylib_command *)lc;
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c84 struct dylib_command *dl_id;
186 dl_id = (struct dylib_command *)lc;
H A Dswap_headers.c80 struct dylib_command *dl;
237 dl = (struct dylib_command *)lc;
238 if(dl->cmdsize < sizeof(struct dylib_command)){
1253 dl = (struct dylib_command *)lc;
H A Dwriteout.c308 struct dylib_command dl, *dlp;
639 dlp = (struct dylib_command *)lcp;
660 dlp = (struct dylib_command *)lcp;
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h147 struct dylib_command *dl,
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h643 * contains a dylib_command (cmd == LC_ID_DYLIB) to identify the library.
645 * dylib_command (cmd == LC_LOAD_DYLIB, LC_LOAD_WEAK_DYLIB, or
648 struct dylib_command { struct
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h244 struct dylib_command *dl,
H A Dofile_print.c1807 struct dylib_command dl;
1974 memset((char *)&dl, '\0', sizeof(struct dylib_command));
1975 size = left < sizeof(struct dylib_command) ?
1976 left : sizeof(struct dylib_command);
2304 struct dylib_command dl;
2355 memset((char *)&dl, '\0', sizeof(struct dylib_command));
2356 size = left < sizeof(struct dylib_command) ?
2357 left : sizeof(struct dylib_command);
2956 * LC_LAZY_LOAD_DYLIB, or LC_LOAD_UPWARD_DYLIB command. The dylib_command
2961 struct dylib_command *d
[all...]

Completed in 229 milliseconds

12