Searched refs:section_64 (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/
H A Dkernel_mach_header.h59 typedef struct section_64 kernel_section_t;
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sect.c109 struct section_64 *src = (struct section_64 *) ((void *) (macho + *sect_offset));
261 return sizeof(struct section_64);
502 struct section_64 *secthdr = NULL;
510 secthdr = (struct section_64 *) ((void *) (buf + *header_offset));
H A Dkxld_sect.h47 struct section_64;
H A Dkxld_util.c448 struct section_64 *sects = NULL;
522 sects = (struct section_64 *) &seg_hdr[1];
686 struct section_64 *sects = NULL;
707 sects = (struct section_64 *) &seg_hdr[1];
/darwin-on-arm/xnu/SETUP/setsegname/
H A Dsetsegname.c205 struct section_64 * sects;
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h343 * sections then section_64 structures directly follow the 64-bit segment
348 uint32_t cmdsize; /* includes sizeof section_64 structs */
417 struct section_64 { /* for 64-bit architectures */ struct
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c254 struct section_64 s64;
880 single_section_size = sizeof(struct section_64);

Completed in 100 milliseconds