Searched refs:hdr64 (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/SETUP/setsegname/
H A Dsetsegname.c125 struct mach_header_64 * hdr64; local
185 hdr64 = (typeof(hdr64)) hdr;
186 ncmds = hdr64->ncmds;
187 cmds = (typeof(cmds)) (hdr64+1);
/xnu-2782.1.97/libkern/kxld/
H A Dkxld_seg.c542 struct segment_command_64 *hdr64 = local
572 hdr64->filesize = (uint64_t) (*data_offset - base_data_offset);

Completed in 73 milliseconds