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

/xnu-2782.1.97/libkern/libkern/
H A Dkernel_mach_header.h102 kernel_section_t *firstsect(kernel_segment_command_t *sgp);
/xnu-2782.1.97/libkern/
H A Dkernel_mach_header.c317 firstsect(kernel_segment_command_t *sgp) function
334 kernel_section_t *fsp = firstsect(sgp);
/xnu-2782.1.97/libkern/c++/
H A DOSRuntime.cpp283 for (section = firstsect(segment);
454 for (section = firstsect(segment);
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/osfmk/i386/
H A Di386_vm_init.c254 cursectTEXT = lastsectTEXT = firstsect(segTEXT);
/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c1087 for (sec = firstsect(seg); sec != NULL; sec = nextsect(seg, sec)) {

Completed in 79 milliseconds