Searched refs:rpath_command (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/cctools-845/misc/
H A Dinstall_name_tool.c651 struct rpath_command *rpath1, *rpath2;
771 rpath1 = (struct rpath_command *)lc1;
784 new_size = rnd(sizeof(struct rpath_command) +
821 new_size = rnd(sizeof(struct rpath_command) +
933 rpath1 = (struct rpath_command *)lc1;
945 memcpy(lc2, lc1, sizeof(struct rpath_command));
946 rpath2 = (struct rpath_command *)lc2;
947 rpath2->cmdsize = rnd(sizeof(struct rpath_command) +
950 rpath2->path.offset = sizeof(struct rpath_command);
973 rpath2 = (struct rpath_command *)lc
[all...]
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h343 struct rpath_command *rpath_cmd,
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c93 struct rpath_command *rpath;
1123 rpath = (struct rpath_command *)lc;
1124 if(rpath->cmdsize < sizeof(struct rpath_command)){
1651 rpath = (struct rpath_command *)lc;
H A Dofile.c3375 struct rpath_command *rpath;
5833 if(l.cmdsize < sizeof(struct rpath_command)){
5838 rpath = (struct rpath_command *)lc;
5841 if(rpath->cmdsize < sizeof(struct rpath_command)){
H A Dbytesex.c2527 struct rpath_command *rpath_cmd,
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1143 * The rpath_command contains a path which at runtime should be added to
1146 struct rpath_command { struct
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h306 struct rpath_command *rpath,
H A Dofile_print.c1821 struct rpath_command rpath;
2168 memset((char *)&rpath, '\0', sizeof(struct rpath_command));
2169 size = left < sizeof(struct rpath_command) ?
2170 left : sizeof(struct rpath_command);
3506 * print an LC_RPATH command. The rpath_command structure specified must be
3511 struct rpath_command *rpath,
3518 if(rpath->cmdsize < sizeof(struct rpath_command))
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h1144 * The rpath_command contains a path which at runtime should be added to
1147 struct rpath_command { struct
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h562 struct rpath_command { struct in namespace:llvm::MachO
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp1036 const char* path = (char*)cmd + ((struct rpath_command*)cmd)->path.offset;

Completed in 314 milliseconds