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

123

/macosx-10.9.5/cctools-845/as/
H A Darch64_32.h27 #define LC_SEGMENT_VALUE LC_SEGMENT
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/
H A Dkernel_mach_header.h73 #define LC_SEGMENT_KERNEL LC_SEGMENT
/macosx-10.9.5/cctools-845/libmacho/
H A Dgetsegbyname.c85 if(sgp->cmd == LC_SEGMENT)
H A Dgetsecbyname.c70 if(sgp->cmd == LC_SEGMENT)
149 if(sgp->cmd == (fSwap ? OSSwapInt32(LC_SEGMENT) : LC_SEGMENT)) {
279 if(sgp->cmd == LC_SEGMENT){
325 if(sgp->cmd == LC_SEGMENT){
H A Dget_end.c83 if(sgp->cmd == LC_SEGMENT)
/macosx-10.9.5/dyld-239.4/src/
H A DdyldExceptions.c49 #define LC_SEGMENT_COMMAND LC_SEGMENT
H A DdyldInitialization.cpp58 #define LC_SEGMENT_COMMAND LC_SEGMENT
/macosx-10.9.5/cctools-845/libstuff/
H A Dofile_get_word.c46 if(lc->cmd == LC_SEGMENT){
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXDebug.c93 if (lc->cmd == LC_SEGMENT) {
/macosx-10.9.5/cctools-845/ld/
H A Dfvmlibs.c106 else if(lc->cmd == LC_SEGMENT){
155 if(lc->cmd == LC_SEGMENT){
292 print("\t cmd LC_SEGMENT\n");
/macosx-10.9.5/cctools-845/misc/
H A Dseg_hack.c157 else if(lc->cmd == LC_SEGMENT){
229 else if(lc->cmd == LC_SEGMENT){
H A Dsize.c253 if(lc->cmd == LC_SEGMENT){
358 if(lc->cmd == LC_SEGMENT){
H A Dcheck_dylib.c318 if(lc->cmd == LC_SEGMENT){
H A Dctf_insert.c441 * add_ctf_section() sees if there is space to add an LC_SEGMENT load command
493 if(lc->cmd == LC_SEGMENT){
560 sg_CTF->cmd = LC_SEGMENT;
H A Dsegedit.c345 case LC_SEGMENT:
399 if(lcp->cmd == LC_SEGMENT){
525 case LC_SEGMENT:
1054 case LC_SEGMENT:
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dmacho_util.c522 } else if (cmd == LC_SEGMENT) {
757 if (cmd == LC_SEGMENT) {
852 if (lc->cmd == LC_SEGMENT) {
926 if (lc->cmd == LC_SEGMENT) {
1077 case LC_SEGMENT:
1168 case LC_SEGMENT:
/macosx-10.9.5/Csu-79/
H A Dlazy_dylib_loader.c49 #define LC_SEGMENT_COMMAND LC_SEGMENT
/macosx-10.9.5/cctools-845/gprof/
H A Dgetnfile.c182 if(lc->cmd == LC_SEGMENT){
233 else if(lib_lc->cmd == LC_SEGMENT){
547 if(lc->cmd == LC_SEGMENT){
869 if(lc->cmd == LC_SEGMENT){
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c128 #define target_LC_SEGMENT LC_SEGMENT
581 case LC_SEGMENT:
582 printf("LC_SEGMENT ");
704 if (lc->cmd == LC_SEGMENT || lc->cmd == LC_SEGMENT_64)
768 if (lc.cmd == LC_SEGMENT || lc.cmd == LC_SEGMENT_64)
803 /* Copy a LC_SEGMENT load command other than the __DATA segment from
837 /* Copy a LC_SEGMENT load command for the __DATA segment in the input
H A Dunexnext.c291 case LC_SEGMENT:
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c128 #define target_LC_SEGMENT LC_SEGMENT
581 case LC_SEGMENT:
582 printf("LC_SEGMENT ");
704 if (lc->cmd == LC_SEGMENT || lc->cmd == LC_SEGMENT_64)
768 if (lc.cmd == LC_SEGMENT || lc.cmd == LC_SEGMENT_64)
803 /* Copy a LC_SEGMENT load command other than the __DATA segment from
837 /* Copy a LC_SEGMENT load command for the __DATA segment in the input
/macosx-10.9.5/xnu-2422.115.4/SETUP/setsegname/
H A Dsetsegname.c206 if (LC_SEGMENT == cmdtype) {
/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_util.c345 case LC_SEGMENT:
649 case LC_SEGMENT:

Completed in 298 milliseconds

123