Searched refs:LC_TWOLEVEL_HINTS (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h266 #define LC_TWOLEVEL_HINTS 0x16 /* two-level namespace lookup hints */ macro
1088 uint32_t cmd; /* LC_TWOLEVEL_HINTS */
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c623 case LC_TWOLEVEL_HINTS:
624 printf("LC_TWOLEVEL_HINTS ");
1155 /* Copy a LC_TWOLEVEL_HINTS load command from the input file to the output
1241 case LC_TWOLEVEL_HINTS:
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c623 case LC_TWOLEVEL_HINTS:
624 printf("LC_TWOLEVEL_HINTS ");
1155 /* Copy a LC_TWOLEVEL_HINTS load command from the input file to the output
1241 case LC_TWOLEVEL_HINTS:
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h266 #define LC_TWOLEVEL_HINTS 0x16 /* two-level namespace lookup hints */ macro
1089 uint32_t cmd; /* LC_TWOLEVEL_HINTS */
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c119 else if(lc->cmd == LC_TWOLEVEL_HINTS){
122 "LC_TWOLEVEL_HINTS load command): ");
202 fatal_arch(arch, member, "malformed file (LC_TWOLEVEL_HINTS "
206 fatal_arch(arch, member, "malformed file (LC_TWOLEVEL_HINTS "
H A Dswap_headers.c1023 case LC_TWOLEVEL_HINTS:
1027 "(LC_TWOLEVEL_HINTS command %lu has incorrect "
1626 case LC_TWOLEVEL_HINTS:
H A Dofile.c3980 case LC_TWOLEVEL_HINTS:
3982 Mach_O_error(ofile, "malformed object (LC_TWOLEVEL_HINTS "
3988 "LC_TWOLEVEL_HINTS command)");
3995 Mach_O_error(ofile, "malformed object (LC_TWOLEVEL_HINTS "
4001 "(offset field of LC_TWOLEVEL_HINTS command %u "
4011 "sizeof(struct twolevel_hint) of LC_TWOLEVEL_HINTS "
5946 "LC_TWOLEVEL_HINTS load command not the same as "
/macosx-10.9.5/cctools-845/misc/
H A Dinstall_name_tool.c1029 case LC_TWOLEVEL_HINTS:
H A Dpagestuff.c557 else if(hints == NULL && lc->cmd == LC_TWOLEVEL_HINTS){
H A Dstrip.c4114 case LC_TWOLEVEL_HINTS:
4235 case LC_TWOLEVEL_HINTS:
H A Dredo_prebinding.c9271 case LC_TWOLEVEL_HINTS:
/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c1159 output_hints_info.twolevel_hints_command.cmd = LC_TWOLEVEL_HINTS;
H A Dpass1.c5224 case LC_TWOLEVEL_HINTS:
5230 "for LC_TWOLEVEL_HINTS", i);
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp428 case LC_TWOLEVEL_HINTS:
/macosx-10.9.5/cctools-845/otool/
H A Dmain.c2079 case LC_TWOLEVEL_HINTS:
2081 printf("more than one LC_TWOLEVEL_HINTS command (using "
H A Dofile_print.c2122 case LC_TWOLEVEL_HINTS:
3297 * print an LC_TWOLEVEL_HINTS command. The twolevel_hints_command structure
3307 printf(" cmd LC_TWOLEVEL_HINTS\n");

Completed in 287 milliseconds