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

/xnu-2422.115.4/libkern/libkern/
H A Dkernel_mach_header.h59 typedef struct section_64 kernel_section_t;
/xnu-2422.115.4/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];
/xnu-2422.115.4/SETUP/setsegname/
H A Dsetsegname.c218 struct section_64 * sects;
/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h344 * sections then section_64 structures directly follow the 64-bit segment
349 uint32_t cmdsize; /* includes sizeof section_64 structs */
418 struct section_64 { /* for 64-bit architectures */ struct
/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c266 struct section_64 s64;
934 single_section_size = sizeof(struct section_64);

Completed in 44 milliseconds