Searched refs:ident_command (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h130 struct ident_command *ident,
H A Dloader.h1407 * The ident_command contains a free format string table following the
1408 * ident_command structure. The strings are null terminated and the size of
1412 struct ident_command { struct
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h311 struct ident_command *id_cmd,
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c77 struct ident_command *id;
993 id = (struct ident_command *)lc;
1612 id = (struct ident_command *)lc;
H A Dofile.c3362 struct ident_command *id;
5818 if(l.cmdsize < sizeof(struct ident_command)){
5823 id = (struct ident_command *)lc;
H A Dbytesex.c2351 struct ident_command *id_cmd,
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1395 * The ident_command contains a free format string table following the
1396 * ident_command structure. The strings are null terminated and the size of
1400 struct ident_command { struct
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h612 struct ident_command { struct in namespace:llvm::MachO
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c340 struct ident_command *id_cmd,
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2078 if(l.cmdsize < sizeof(struct ident_command))
2082 begin = (char *)lc + sizeof(struct ident_command);
2083 left -= sizeof(struct ident_command);
2089 p = ((char *)lc) + sizeof(struct ident_command);

Completed in 216 milliseconds