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

/darwin-on-arm/xnu/SETUP/setsegname/
H A Dsetsegname.c132 struct mach_header_64 * hdr64; local
172 hdr64 = (typeof(hdr64)) hdr;
173 ncmds = hdr64->ncmds;
174 cmds = (typeof(cmds)) (hdr64+1);
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_seg.c543 struct segment_command_64 *hdr64 = local
573 hdr64->filesize = (uint64_t) (*data_offset - base_data_offset);

Completed in 13 milliseconds