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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_header.h72 struct section *nextsect(struct segment_command *sgp, struct section *sp);
H A Dmach_header.c408 nextsect(struct segment_command *sgp, struct section *sp) function
/macosx-10.5.8/xnu-1228.15.4/iokit/mach-o/
H A Dmach_header.h74 struct section *nextsect(struct segment_command *sgp, struct section *sp);
/macosx-10.5.8/xnu-1228.15.4/libkern/mach-o/
H A Dmach_header.h74 struct section *nextsect(struct segment_command *sgp, struct section *sp);
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dmach_header.h74 struct section *nextsect(struct segment_command *sgp, struct section *sp);
H A Dmach_header.c445 nextsect(struct segment_command *sgp, struct section *sp) function
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSRuntime.cpp174 section = nextsect(segment, section)) {
273 section = nextsect(segment, section)) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_vm_init.c127 extern struct section *nextsect(struct segment_command *, struct section *);
143 } while ((sp = nextsect(sgp, sp)));

Completed in 96 milliseconds