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

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

Completed in 125 milliseconds