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

/xnu-2782.1.97/libkern/kxld/
H A Dkxld_util.c276 struct segment_command *seg_hdr = NULL; local
347 seg_hdr = (struct segment_command *) load_hdr;
349 if (swap) swap_segment_command(seg_hdr, host_order);
353 sects = (struct section *) &seg_hdr[1];
355 if (swap) swap_section(sects, seg_hdr->nsects, host_order);
359 if (!seg_hdr->vmsize) continue;
362 require_action(size >= seg_hdr->fileoff + seg_hdr->filesize, finish,
366 for (j = 0; j < seg_hdr->nsects; ++j) {
447 struct segment_command_64 *seg_hdr local
629 struct segment_command *seg_hdr = NULL; local
685 struct segment_command_64 *seg_hdr = NULL; local
[all...]
H A Dkxld_object.c544 struct segment_command *seg_hdr = local
548 if (!seg_hdr->vmsize) continue;
551 nsects += seg_hdr->nsects;
558 struct segment_command_64 *seg_hdr = local
562 if (!seg_hdr->vmsize) continue;
565 nsects += seg_hdr->nsects;
595 struct segment_command *seg_hdr = local
599 if (!seg_hdr->vmsize) continue;
603 rval = kxld_seg_init_from_macho_32(seg, seg_hdr);
606 sect_offset = offset + sizeof(*seg_hdr);
613 struct segment_command_64 *seg_hdr = local
881 struct segment_command *seg_hdr = local
910 struct segment_command_64 *seg_hdr = local
[all...]

Completed in 23 milliseconds