Searched refs:segment_command (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_seg.h43 struct segment_command;
64 kern_return_t kxld_seg_init_from_macho_32(KXLDSeg *seg, struct segment_command *src)
H A Dkxld_seg.c78 kxld_seg_init_from_macho_32(KXLDSeg *seg, struct segment_command *src)
487 size += sizeof(struct segment_command);
541 struct segment_command *hdr32 =
542 (struct segment_command *) ((void *) (buf + *header_offset));
633 struct segment_command *seghdr = NULL;
641 seghdr = (struct segment_command *) ((void *) (buf + *header_offset));
H A Dkxld_util.c276 struct segment_command *seg_hdr = NULL;
347 seg_hdr = (struct segment_command *) load_hdr;
629 struct segment_command *seg_hdr = NULL;
650 seg_hdr = (struct segment_command *) load_hdr;
H A Dkxld_object.c541 struct segment_command *seg_hdr =
542 (struct segment_command *) cmd_hdr;
592 struct segment_command *seg_hdr =
593 (struct segment_command *) cmd_hdr;
876 struct segment_command *seg_hdr =
877 (struct segment_command *) cmd_hdr;
/darwin-on-arm/xnu/libkern/libkern/
H A Dkernel_mach_header.h68 typedef struct segment_command kernel_segment_command_t;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c249 size_t segment_command_sz = sizeof(struct segment_command);
360 struct segment_command *sc;
416 sc = (struct segment_command *) (header + hoffset);
418 sc->cmdsize = sizeof(struct segment_command);
H A Dmach_loader.c231 widen_segment_command(const struct segment_command *scp32,
868 struct segment_command_64 segment_command, *scp; local
882 segment_command_size = sizeof(struct segment_command);
892 scp = &segment_command;
893 widen_segment_command((struct segment_command *)lcp, scp);
1574 struct segment_command *seg32;
1648 seg32 = (struct segment_command *)lcp;
/darwin-on-arm/xnu/SETUP/setsegname/
H A Dsetsegname.c194 struct segment_command * segcmd;
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h326 struct segment_command { /* for 32-bit architectures */ struct
360 /* Constants for the flags field of the segment_command */

Completed in 101 milliseconds