Searched refs:LC_ID_DYLIB (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/cctools-845/ld/
H A Ddylibs.c74 * create_dylib_id_command() creates the LC_ID_DYLIB load command from the
97 dl->cmd = LC_ID_DYLIB;
138 if(lc->cmd == LC_ID_DYLIB ||
208 if(mdl->dl->cmd == LC_ID_DYLIB){
210 * If the new one is also a LC_ID_DYLIB use the one with the
213 * a LC_ID_DYLIB.
215 if(dl->cmd == LC_ID_DYLIB){
233 if(dl->cmd == LC_ID_DYLIB){
H A Dpass1.c2085 if(p->type == DYLIB && p->dl->cmd == LC_ID_DYLIB){
2175 p->type == DYLIB && p->dl->cmd == LC_ID_DYLIB){
2403 if(p->dl->cmd == LC_ID_DYLIB){
2474 if(p->type == DYLIB && p->dl->cmd == LC_ID_DYLIB){
3098 p->dl->cmd == LC_ID_DYLIB &&
3744 if(lc->cmd == LC_ID_DYLIB){
3750 "LC_ID_DYLIB command (%s) is not %s)", file_name,
3935 * and if so merge the two. If only one is an LC_ID_DYLIB then use
3941 if(p->dl->cmd == LC_ID_DYLIB){
3943 * If the new one is also a LC_ID_DYLIB us
[all...]
/macosx-10.9.5/cctools-845/libstuff/
H A Ddylib_roots.c246 if(lc->cmd == LC_ID_DYLIB){
H A Dcheckout.c182 else if(lc->cmd == LC_ID_DYLIB){
185 "LC_ID_DYLIB load command): ");
197 fatal_arch(arch, member, "malformed file (no LC_ID_DYLIB load "
H A Dswap_headers.c218 case LC_ID_DYLIB:
219 cmd_name = "LC_ID_DYLIB";
1247 case LC_ID_DYLIB:
H A Dwriteout.c638 if(lc.cmd == LC_ID_DYLIB){
659 if(lcp->cmd == LC_ID_DYLIB){
/macosx-10.9.5/cctools-845/misc/
H A Dcheck_dylib.c264 if(lc->cmd == LC_ID_DYLIB){
H A Dcmpdylib.c196 /* Get the LC_ID_DYLIB from the old dylib */
204 if(old_dl == NULL && lc->cmd == LC_ID_DYLIB){
229 /* Get the LC_ID_DYLIB from the new dylib */
237 if(new_dl == NULL && lc->cmd == LC_ID_DYLIB){
262 /* check the values of the LC_ID_DYLIB's */
H A Dinstall_name_tool.c100 * unintended side effect of changing the time stamps in LC_ID_DYLIB commands
129 * The "-id name" option changes the install name in the LC_ID_DYLIB load
682 case LC_ID_DYLIB:
852 case LC_ID_DYLIB:
H A Dredo_prebinding.c1426 case LC_ID_DYLIB:
2267 case LC_ID_DYLIB:
2959 case LC_ID_DYLIB:
3008 if(lc->cmd == LC_ID_DYLIB && check_only == TRUE){
3758 if(lc->cmd == LC_ID_DYLIB){
3775 if(dl_load->cmd == LC_ID_DYLIB){
3804 if(lc->cmd == LC_ID_DYLIB){
3816 * can be called with an LC_ID_DYLIB for the install library to check
3837 if(lc->cmd == LC_ID_DYLIB){
8832 if(lc2->cmd == LC_ID_DYLIB){
[all...]
H A Dchecksyms.c698 case LC_ID_DYLIB:
712 printf("malformed dynamic library (no LC_ID_DYLIB command)\n");
H A Dsegedit.c628 case LC_ID_DYLIB:
/macosx-10.9.5/objc4-551.1/
H A Dmarkgc.c257 * contains a dylib_command (cmd == LC_ID_DYLIB) to identify the library.
263 uint32_t cmd; /* LC_ID_DYLIB, LC_LOAD_{,WEAK_}DYLIB,
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h256 #define LC_ID_DYLIB 0xd /* dynamically linked shared lib ident */ macro
643 * contains a dylib_command (cmd == LC_ID_DYLIB) to identify the library.
649 uint32_t cmd; /* LC_ID_DYLIB, LC_LOAD_{,WEAK_}DYLIB,
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h256 #define LC_ID_DYLIB 0xd /* dynamically linked shared lib ident */ macro
644 * contains a dylib_command (cmd == LC_ID_DYLIB) to identify the library.
650 uint32_t cmd; /* LC_ID_DYLIB, LC_LOAD_{,WEAK_}DYLIB,
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOLayout.hpp467 case LC_ID_DYLIB:
H A Ddyld_shared_cache_util.cpp132 case LC_ID_DYLIB:
H A DMachOBinder.hpp187 case LC_ID_DYLIB:
H A DMachORebaser.hpp261 case LC_ID_DYLIB:
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp431 case LC_ID_DYLIB:
951 case LC_ID_DYLIB:
H A DdyldAPIsInLibSystem.cpp417 if(lc->cmd == LC_ID_DYLIB){
H A Ddyld.cpp3875 // scan load commands for LC_ID_DYLIB
3882 case LC_ID_DYLIB:
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c599 case LC_ID_DYLIB:
600 printf("LC_ID_DYLIB ");
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c599 case LC_ID_DYLIB:
600 printf("LC_ID_DYLIB ");
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1968 case LC_ID_DYLIB:
2354 case LC_ID_DYLIB:
2383 if(l.cmd == LC_ID_DYLIB)
2384 printf("LC_ID_DYLIB ");
2955 * print an LC_ID_DYLIB, LC_LOAD_DYLIB, LC_LOAD_WEAK_DYLIB, LC_REEXPORT_DYLIB,
2967 if(dl->cmd == LC_ID_DYLIB)
2968 printf(" cmd LC_ID_DYLIB\n");

Completed in 307 milliseconds

12