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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_header.h71 struct section *firstsect(struct segment_command *sgp);
H A Dmach_header.c393 firstsect(struct segment_command *sgp) function
410 struct section *fsp = firstsect(sgp);
/macosx-10.5.8/xnu-1228.15.4/iokit/mach-o/
H A Dmach_header.h73 struct section *firstsect(struct segment_command *sgp);
/macosx-10.5.8/xnu-1228.15.4/libkern/mach-o/
H A Dmach_header.h73 struct section *firstsect(struct segment_command *sgp);
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dmach_header.h73 struct section *firstsect(struct segment_command *sgp);
H A Dmach_header.c427 firstsect(struct segment_command *sgp) function
447 struct section *fsp = firstsect(sgp);
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSRuntime.cpp172 for (section = firstsect(segment);
271 for (section = firstsect(segment);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_vm_init.c126 extern struct section *firstsect(struct segment_command *);
138 sp = firstsect(sgp);

Completed in 50 milliseconds