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

/xnu-2782.1.97/libkern/libkern/
H A Dkernel_mach_header.h103 kernel_section_t *nextsect(kernel_segment_command_t *sgp, kernel_section_t *sp);
/xnu-2782.1.97/libkern/c++/
H A DOSRuntime.cpp285 section = nextsect(segment, section)) {
456 section = nextsect(segment, section)) {
H A DOSKext.cpp4667 for (sec = firstsect(seg); sec != NULL; sec = nextsect(seg, sec)) {
7849 for (secp = firstsect(segp); secp != NULL; secp = nextsect(segp, secp)) {
/xnu-2782.1.97/libkern/
H A Dkernel_mach_header.c332 nextsect(kernel_segment_command_t *sgp, kernel_section_t *sp) function
/xnu-2782.1.97/osfmk/i386/
H A Di386_vm_init.c256 while ((cursectTEXT = nextsect(segTEXT, cursectTEXT)) != NULL) {
277 kernel_section_t *ns = nextsect(segDATA, sectDCONST);
/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c1087 for (sec = firstsect(seg); sec != NULL; sec = nextsect(seg, sec)) {

Completed in 49 milliseconds