Searched refs:LC_SEGMENT_64 (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dkernel_mach_header.h63 #define LC_SEGMENT_KERNEL LC_SEGMENT_64
/macosx-10.10/dyld-353.2.1/src/
H A DdyldExceptions.c44 #define LC_SEGMENT_COMMAND LC_SEGMENT_64
H A DdyldInitialization.cpp53 #define LC_SEGMENT_COMMAND LC_SEGMENT_64
H A Dglue.c50 #define LC_SEGMENT_COMMAND LC_SEGMENT_64
H A DthreadLocalVariables.c42 #define LC_SEGMENT_COMMAND LC_SEGMENT_64
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.c495 if (cmd == LC_SEGMENT_64) {
806 if (cmd == LC_SEGMENT_64) {
904 if (lc->cmd == LC_SEGMENT_64) {
968 if (lc->cmd == LC_SEGMENT_64) {
1093 case LC_SEGMENT_64:
1184 case LC_SEGMENT_64:
/macosx-10.10/Csu-85/
H A Dlazy_dylib_loader.c45 #define LC_SEGMENT_COMMAND LC_SEGMENT_64
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c123 #define target_LC_SEGMENT LC_SEGMENT_64
636 case LC_SEGMENT_64:
637 printf("LC_SEGMENT_64 ");
708 if (lc->cmd == LC_SEGMENT || lc->cmd == LC_SEGMENT_64)
772 if (lc.cmd == LC_SEGMENT || lc.cmd == LC_SEGMENT_64)
/macosx-10.10/emacs-93/
H A Dunexmacosx.c123 #define target_LC_SEGMENT LC_SEGMENT_64
636 case LC_SEGMENT_64:
637 printf("LC_SEGMENT_64 ");
708 if (lc->cmd == LC_SEGMENT || lc->cmd == LC_SEGMENT_64)
772 if (lc.cmd == LC_SEGMENT || lc.cmd == LC_SEGMENT_64)
/macosx-10.10/xnu-2782.1.97/SETUP/setsegname/
H A Dsetsegname.c216 } else if (LC_SEGMENT_64 == cmdtype) {
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c692 case LC_SEGMENT_64:
698 * Having an LC_SEGMENT_64 command for the
957 if (LC_SEGMENT_64 == lcp->cmd) {
968 if (LC_SEGMENT_64 == lcp->cmd)
1121 LC_SEGMENT_64 == lcp->cmd, single_section_size,
1755 case LC_SEGMENT_64:
H A Dkern_core.c408 sc64->cmd = LC_SEGMENT_64;
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmacho++.cpp200 /* There should be either an LC_SEGMENT, an LC_SEGMENT_64, or an LC_SYMTAB
214 } else if (cmd_type == LC_SEGMENT_64) {
320 case LC_SEGMENT_64:
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmacho++.cpp200 /* There should be either an LC_SEGMENT, an LC_SEGMENT_64, or an LC_SYMTAB
214 } else if (cmd_type == LC_SEGMENT_64) {
320 case LC_SEGMENT_64:
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_util.c514 case LC_SEGMENT_64:
705 case LC_SEGMENT_64:
H A Dkxld_seg.c683 seghdr->cmd = LC_SEGMENT_64;
H A Dkxld_object.c556 case LC_SEGMENT_64:
611 case LC_SEGMENT_64:
908 case LC_SEGMENT_64:
925 "LC_SEGMENT_64 in a 32-bit kext."));
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Doutput.c1028 LC_SEGMENT_64,
1115 if (LC_SEGMENT_64 == thecmd) {
1127 if ((LC_SEGMENT_64 == thecmd) && (!strcmp(curcmd->segname, SEG_CTF))) {
/macosx-10.10/objc4-646/
H A Dmarkgc.c288 case LC_SEGMENT_64:
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h275 #define LC_SEGMENT_64 0x19 /* 64-bit segment of this file to be macro
348 uint32_t cmd; /* LC_SEGMENT_64 */
/macosx-10.10/objc4-646/runtime/
H A Dobjc-os.h616 # define SEGMENT_CMD LC_SEGMENT_64
/macosx-10.10/dtrace-147/libelf/
H A Dclscook.c167 #define _LC_SEGMENT LC_SEGMENT_64
H A Dbegin.c473 case LC_SEGMENT_64:
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp148 template <> struct macho_segment_content<Pointer64<BigEndian> > { segment_command_64 fields; enum { CMD = LC_SEGMENT_64 }; };
150 template <> struct macho_segment_content<Pointer64<LittleEndian> > { segment_command_64 fields; enum { CMD = LC_SEGMENT_64 }; };
/macosx-10.10/xnu-2782.1.97/SETUP/kextsymboltool/
H A Dkextsymboltool.c749 segcmd.cmd = LC_SEGMENT_64;

Completed in 321 milliseconds

12