Searched refs:LC_SEGMENT (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dkernel_mach_header.h73 #define LC_SEGMENT_KERNEL LC_SEGMENT
/macosx-10.10/dyld-353.2.1/src/
H A DdyldExceptions.c50 #define LC_SEGMENT_COMMAND LC_SEGMENT
H A DdyldInitialization.cpp58 #define LC_SEGMENT_COMMAND LC_SEGMENT
H A Dglue.c55 #define LC_SEGMENT_COMMAND LC_SEGMENT
H A DthreadLocalVariables.c47 #define LC_SEGMENT_COMMAND LC_SEGMENT
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXDebug.c93 if (lc->cmd == LC_SEGMENT) {
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.c532 } else if (cmd == LC_SEGMENT) {
767 if (cmd == LC_SEGMENT) {
862 if (lc->cmd == LC_SEGMENT) {
936 if (lc->cmd == LC_SEGMENT) {
1087 case LC_SEGMENT:
1178 case LC_SEGMENT:
/macosx-10.10/Csu-85/
H A Dlazy_dylib_loader.c52 #define LC_SEGMENT_COMMAND LC_SEGMENT
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c128 #define target_LC_SEGMENT LC_SEGMENT
585 case LC_SEGMENT:
586 printf("LC_SEGMENT ");
708 if (lc->cmd == LC_SEGMENT || lc->cmd == LC_SEGMENT_64)
772 if (lc.cmd == LC_SEGMENT || lc.cmd == LC_SEGMENT_64)
807 /* Copy a LC_SEGMENT load command other than the __DATA segment from
841 /* Copy a LC_SEGMENT load command for the __DATA segment in the input
H A Dunexnext.c291 case LC_SEGMENT:
/macosx-10.10/emacs-93/
H A Dunexmacosx.c128 #define target_LC_SEGMENT LC_SEGMENT
585 case LC_SEGMENT:
586 printf("LC_SEGMENT ");
708 if (lc->cmd == LC_SEGMENT || lc->cmd == LC_SEGMENT_64)
772 if (lc.cmd == LC_SEGMENT || lc.cmd == LC_SEGMENT_64)
807 /* Copy a LC_SEGMENT load command other than the __DATA segment from
841 /* Copy a LC_SEGMENT load command for the __DATA segment in the input
/macosx-10.10/xnu-2782.1.97/SETUP/setsegname/
H A Dsetsegname.c206 if (LC_SEGMENT == cmdtype) {
/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
208 if (cmd_type == LC_SEGMENT) {
319 case LC_SEGMENT:
/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
208 if (cmd_type == LC_SEGMENT) {
319 case LC_SEGMENT:
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_util.c345 case LC_SEGMENT:
649 case LC_SEGMENT:
H A Dkxld_seg.c643 seghdr->cmd = LC_SEGMENT;
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Doutput.c858 LC_SEGMENT,
950 if (LC_SEGMENT == thecmd) {
962 if ((LC_SEGMENT == thecmd) && (!strcmp(curcmd->segname, SEG_CTF))) {
/macosx-10.10/objc4-646/
H A Dmarkgc.c293 case LC_SEGMENT:
/macosx-10.10/kext_tools-384.1.4/
H A Dkctool_main.c275 if (cmdHeader->cmd != LC_SEGMENT) continue;
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDebug.c556 if (lc->cmd == LC_SEGMENT) {
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h244 #define LC_SEGMENT 0x1 /* segment of this file to be mapped */ macro
328 uint32_t cmd; /* LC_SEGMENT */
972 * set to the offset from the vmaddr of the first LC_SEGMENT command.
974 * vmaddr of the first read-write LC_SEGMENT command.
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_core.c421 sc->cmd = LC_SEGMENT;
H A Dmach_loader.c669 case LC_SEGMENT:
675 * Having an LC_SEGMENT command for the
1764 case LC_SEGMENT:
/macosx-10.10/objc4-646/runtime/
H A Dobjc-os.h614 # define SEGMENT_CMD LC_SEGMENT
/macosx-10.10/dtrace-147/libelf/
H A Dclscook.c201 #define _LC_SEGMENT LC_SEGMENT

Completed in 308 milliseconds

12