Searched refs:segment_command_64 (Results 1 - 25 of 69) sorted by relevance

123

/macosx-10.9.5/cctools-845/libmacho/
H A Dgetsegbyname.c95 const struct segment_command_64 *
100 struct segment_command_64 *sgp;
109 sgp = (struct segment_command_64 *)
115 sgp = (struct segment_command_64 *)((char *)sgp + sgp->cmdsize);
H A Dget_end.c93 struct segment_command_64 *sgp;
98 sgp = (struct segment_command_64 *)
104 sgp = (struct segment_command_64 *)((char *)sgp + sgp->cmdsize);
H A Dgetsecbyname.c101 struct segment_command_64 *sgp;
105 sgp = (struct segment_command_64 *)
112 sizeof(struct segment_command_64));
123 sgp = (struct segment_command_64 *)((char *)sgp + sgp->cmdsize);
355 struct segment_command_64 *sgp, *zero;
362 sgp = (struct segment_command_64 *)
374 sizeof(struct segment_command_64));
389 sgp = (struct segment_command_64 *)((char *)sgp + sgp->cmdsize);
403 struct segment_command_64 *sgp, *zero, *find;
408 sgp = (struct segment_command_64 *)
[all...]
/macosx-10.9.5/cctools-845/as/
H A Darch64_32.h10 typedef struct segment_command_64 segment_command_t;
/macosx-10.9.5/cctools-845/libstuff/
H A Dofile_get_word.c40 struct segment_command_64 *sg64;
75 sg64 = (struct segment_command_64 *)lc;
77 ((char *)sg64 + sizeof(struct segment_command_64));
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_seg.h44 struct segment_command_64;
69 kern_return_t kxld_seg_init_from_macho_64(KXLDSeg *seg, struct segment_command_64 *src)
H A Dkxld_seg.c107 kxld_seg_init_from_macho_64(KXLDSeg *seg, struct segment_command_64 *src)
488 size += sizeof(struct segment_command_64);
542 struct segment_command_64 *hdr64 =
543 (struct segment_command_64 *) ((void *) (buf + *header_offset));
672 struct segment_command_64 *seghdr = NULL;
680 seghdr = (struct segment_command_64 *) ((void *) (buf + *header_offset));
H A Dkxld_util.c447 struct segment_command_64 *seg_hdr = NULL;
516 seg_hdr = (struct segment_command_64 *) ((void *) load_hdr);
685 struct segment_command_64 *seg_hdr = NULL;
706 seg_hdr = (struct segment_command_64 *) ((void *) load_hdr);
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dmacho_util.c486 struct segment_command_64 * seg_cmd =
487 (struct segment_command_64 *)lc_cmd;
778 struct segment_command_64 *seg = NULL;
797 seg = (struct segment_command_64 *) lc;
877 struct segment_command_64 *seg = NULL;
895 seg = (struct segment_command_64 *) lc;
943 struct segment_command_64 * macho_get_segment_by_name_64(
947 struct segment_command_64 *segment = NULL;
959 segment = (struct segment_command_64 *) lc;
1011 struct segment_command_64 *segmen
[all...]
H A Dmacho_util.h285 struct segment_command_64 * macho_get_segment_by_name_64(
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dgetsect.h89 extern const struct segment_command_64 *getsegbyname(
H A Dswap.h64 struct segment_command_64 *sg,
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/
H A Dkernel_mach_header.h58 typedef struct segment_command_64 kernel_segment_command_t;
/macosx-10.9.5/cctools-845/misc/
H A Dctf_insert.c460 struct segment_command_64 *sg64;
465 struct segment_command_64 *sg64_CTF;
479 added_header_size = sizeof(struct segment_command_64) +
518 sg64 = (struct segment_command_64 *)lc;
524 ((char *)sg64 + sizeof(struct segment_command_64));
592 sg64_CTF = (struct segment_command_64 *)
594 memset(sg64_CTF, '\0', sizeof(struct segment_command_64));
596 sg64_CTF->cmdsize = sizeof(struct segment_command_64) +
608 ((char *)sg64_CTF + sizeof(struct segment_command_64));
622 sizeof(struct segment_command_64)
[all...]
H A Dsize.c223 struct segment_command_64 *sg64;
299 sg64 = (struct segment_command_64 *)lc;
316 sizeof(struct segment_command_64));
387 sg64 = (struct segment_command_64 *)lc;
390 sizeof(struct segment_command_64));
H A Dsegedit.c90 struct segment_command_64 *sgp64;/* pointer to the segment_command_64 */
245 struct segment_command_64 *sgp64;
355 sgp64 = (struct segment_command_64 *)lcp;
357 sizeof(struct segment_command_64));
392 struct segment_command_64 *sgp64;
410 sgp64 = (struct segment_command_64 *)lcp;
412 sizeof(struct segment_command_64));
486 struct segment_command_64 *sgp64, *linkedit_sgp64;
561 sgp64 = (struct segment_command_64 *)lc
[all...]
H A Dstrings.c327 struct segment_command_64 *sg64;
409 sg64 = (struct segment_command_64 *)lc;
411 sizeof(struct segment_command_64));
/macosx-10.9.5/dyld-239.4/src/
H A DdyldExceptions.c45 #define macho_segment_command segment_command_64
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_core.c259 segment_command_sz = sizeof(struct segment_command_64);
361 struct segment_command_64 *sc64;
403 sc64 = (struct segment_command_64 *)(header + hoffset);
405 sc64->cmdsize = sizeof(struct segment_command_64);
/macosx-10.9.5/cctools-845/gprof/
H A Dgetnfile.c95 struct segment_command_64 *sg64;
197 sg64 = (struct segment_command_64 *)lc;
199 ((char *)sg64 + sizeof(struct segment_command_64));
497 struct segment_command_64 *sg64;
555 sg64 = (struct segment_command_64 *)lc;
853 struct segment_command_64 *sg64;
884 sg64 = (struct segment_command_64 *)lc;
886 ((char *)sg64 + sizeof(struct segment_command_64));
/macosx-10.9.5/cctools-845/efitools/
H A Dmakerelocs.c166 struct segment_command_64 *sg64;
246 sg64 = (struct segment_command_64 *)lc;
250 ((char *)sg64 + sizeof(struct segment_command_64));
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmacho++.cpp205 struct segment_command_64 *seg64 = NULL;
215 seg64 = (struct segment_command_64 *)cmd;
339 const segment_command_64 *seg64 = reinterpret_cast<const segment_command_64 *>(seg);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmacho++.cpp205 struct segment_command_64 *seg64 = NULL;
215 seg64 = (struct segment_command_64 *)cmd;
339 const segment_command_64 *seg64 = reinterpret_cast<const segment_command_64 *>(seg);
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbreakout.h143 struct segment_command_64
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Doutput.c1025 fill_ctf_segments_64(struct segment_command_64 *seg, struct section_64 *sect, uint64_t vmaddr, size_t size, uint32_t offset, int swap)
1027 struct segment_command_64 tmpseg = {
1029 sizeof(struct segment_command_64) + sizeof(struct section_64),
1069 struct segment_command_64 ctfseg_command;
1071 struct segment_command_64 *curcmd, *ctfcmd;
1101 curcmd = (struct segment_command_64 *) (p + sizeof(struct mach_header_64));
1131 curcmd = (struct segment_command_64 *) (((char *)curcmd) + size);
1139 ((struct segment_command_64 *)curcmd)->vmaddr, ctfsize, sz /* file offset */, swap);

Completed in 218 milliseconds

123