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

/xnu-2422.115.4/libkern/libkern/
H A Dkernel_mach_header.h102 kernel_section_t *firstsect(kernel_segment_command_t *sgp);
/xnu-2422.115.4/libkern/
H A Dkernel_mach_header.c317 firstsect(kernel_segment_command_t *sgp) function
334 kernel_section_t *fsp = firstsect(sgp);
/xnu-2422.115.4/libkern/c++/
H A DOSRuntime.cpp283 for (section = firstsect(segment);
454 for (section = firstsect(segment);
H A DOSKext.cpp4985 for (sec = firstsect(seg); sec != NULL; sec = nextsect(seg, sec)) {
8221 for (secp = firstsect(segp); secp != NULL; secp = nextsect(segp, secp)) {
/xnu-2422.115.4/osfmk/i386/
H A Di386_vm_init.c254 cursectTEXT = lastsectTEXT = firstsect(segTEXT);
/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c1072 for (sec = firstsect(seg); sec != NULL; sec = nextsect(seg, sec)) {

Completed in 180 milliseconds