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

/darwin-on-arm/xnu/libkern/libkern/
H A Dkernel_mach_header.h103 kernel_section_t *nextsect(kernel_segment_command_t *sgp, kernel_section_t *sp);
/darwin-on-arm/xnu/libkern/c++/
H A DOSRuntime.cpp285 section = nextsect(segment, section)) {
456 section = nextsect(segment, section)) {
H A DOSKext.cpp4651 for (sec = firstsect(seg); sec != NULL; sec = nextsect(seg, sec)) {
7882 for (secp = firstsect(segp); secp != NULL; secp = nextsect(segp, secp)) {
/darwin-on-arm/xnu/libkern/
H A Dkernel_mach_header.c332 nextsect(kernel_segment_command_t *sgp, kernel_section_t *sp) function
/darwin-on-arm/xnu/osfmk/i386/
H A Di386_vm_init.c265 while ((cursectTEXT = nextsect(segTEXT, cursectTEXT)) != NULL) {
287 kernel_section_t *ns = nextsect(segDATA, sectDCONST);
/darwin-on-arm/xnu/osfmk/arm/
H A Darm_vm_init.c473 kernel_section_t *ns = nextsect(segDATA, sectDCONST);
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c941 for (sec = firstsect(seg); sec != NULL; sec = nextsect(seg, sec)) {

Completed in 94 milliseconds