Searched refs:nsects (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/SETUP/setsegname/
H A Dsetsegname.c139 uint32_t nsects = 0; local
191 nsects = 0;
198 nsects = segcmd->nsects;
208 nsects = segcmd->nsects;
216 nsects = OSSwapInt32(nsects);
217 while (nsects--) {
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_seg.c93 rval = kxld_array_init(&seg->sects, sizeof(KXLDSect *), src->nsects);
122 rval = kxld_array_init(&seg->sects, sizeof(KXLDSect *), src->nsects);
276 u_int nsects = 0; local
328 nsects = sect_end - sect_start;
330 if (!nsects) continue;
349 for (j = 0; j < nsects; ++j) {
373 for (i = 0; i < nsects; ++i) {
655 seghdr->nsects = seg->sects.nitems;
695 seghdr->nsects = seg->sects.nitems;
H A Dkxld_util.c355 if (swap) swap_section(sects, seg_hdr->nsects, host_order);
366 for (j = 0; j < seg_hdr->nsects; ++j) {
524 if (swap) swap_section_64(sects, seg_hdr->nsects, host_order);
535 for (j = 0; j < seg_hdr->nsects; ++j) {
657 swap_section(sects, seg_hdr->nsects, target_order);
713 swap_section_64(sects, seg_hdr->nsects, target_order);
H A Dkxld_object.c524 u_int nsects = 0; local
548 nsects += seg_hdr->nsects;
562 nsects += seg_hdr->nsects;
577 rval = kxld_array_init(&object->sects, sizeof(KXLDSect), nsects);
846 u_int nsects = 0; local
896 nsects = seg_hdr->nsects;
925 nsects
1309 u_int nsects = object->sects.nitems; local
[all...]
/darwin-on-arm/xnu/libkern/
H A Dkernel_mach_header.c191 for(j = 0; j < sgp->nsects; j++){
319 if (!sgp || sgp->nsects == 0)
336 if (((uintptr_t)(sp - fsp) + 1) >= sgp->nsects)
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h336 uint32_t nsects; /* number of sections in segment */ member in struct:segment_command
356 uint32_t nsects; /* number of sections in segment */ member in struct:segment_command_64
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c414 sc64->nsects = 0;
427 sc->nsects = 0;
H A Dmach_loader.c243 scp->nsects = scp32->nsects;
260 for (i = 0; i < scp->nsects; ++i) {
907 if (total_section_size / single_section_size < scp->nsects)
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_arm_common.c147 sc.nsects = 0;
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c514 sc.nsects = 0;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp7875 "%s: LC_SEGMENT_KERNEL segname '%s' vmaddr 0x%llX 0x%lX vmsize %llu nsects %u",
7878 segp->vmsize, segp->nsects);

Completed in 116 milliseconds