Searched refs:sgp (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_header.c67 struct segment_command *sgp; local
72 sgp = (struct segment_command *)
75 if ( sgp->cmd == LC_SEGMENT) {
76 if (sgp->vmaddr + sgp->vmsize > last_addr)
77 last_addr = sgp->vmaddr + sgp->vmsize;
79 sgp = (struct segment_command *)((char *)sgp + sgp
167 struct segment_command *sgp; local
202 struct segment_command *sgp; local
279 struct segment_command *sgp; local
299 nextseg(struct segment_command *sgp) argument
325 struct segment_command *sgp; local
393 firstsect(struct segment_command *sgp) argument
408 nextsect(struct segment_command *sgp, struct section *sp) argument
447 struct segment_command *sgp = getsegbyname("__USER"); local
485 struct segment_command *sgp; local
[all...]
H A Dmach_header.h56 struct segment_command *nextseg(struct segment_command *sgp);
71 struct section *firstsect(struct segment_command *sgp);
72 struct section *nextsect(struct segment_command *sgp, struct section *sp);
H A Dsubr_prof.c110 struct segment_command *sgp; /* 32 bit mach object file segment */ local
113 sgp = getsegbyname("__TEXT");
114 p->lowpc = (u_long)sgp->vmaddr;
115 p->highpc = (u_long)(sgp->vmaddr + sgp->vmsize);
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dmach_header.c70 struct segment_command *sgp; local
75 sgp = (struct segment_command *)
78 if ( sgp->cmd == LC_SEGMENT) {
79 if (sgp->vmaddr + sgp->vmsize > last_addr)
80 last_addr = sgp->vmaddr + sgp->vmsize;
82 sgp = (struct segment_command *)((char *)sgp + sgp
181 struct segment_command *sgp; local
219 struct segment_command *sgp; local
298 struct segment_command *sgp; local
321 nextseg(struct segment_command *sgp) argument
350 struct segment_command *sgp; local
427 firstsect(struct segment_command *sgp) argument
445 nextsect(struct segment_command *sgp, struct section *sp) argument
487 struct segment_command *sgp = getsegbyname("__USER"); local
524 struct segment_command *sgp; local
549 struct segment_command *sgp; local
[all...]
H A Dmach_header.h58 struct segment_command *nextseg(struct segment_command *sgp);
73 struct section *firstsect(struct segment_command *sgp);
74 struct section *nextsect(struct segment_command *sgp, struct section *sp);
/macosx-10.5.8/xnu-1228.15.4/iokit/mach-o/
H A Dmach_header.h58 struct segment_command *nextseg(struct segment_command *sgp);
73 struct section *firstsect(struct segment_command *sgp);
74 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.h58 struct segment_command *nextseg(struct segment_command *sgp);
73 struct section *firstsect(struct segment_command *sgp);
74 struct section *nextsect(struct segment_command *sgp, struct section *sp);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Di386_vm_init.c133 struct segment_command *sgp; local
136 sgp = getsegbyname("__DATA");
137 if (sgp) {
138 sp = firstsect(sgp);
143 } while ((sp = nextsect(sgp, sp)));
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dfbt.c451 struct segment_command *sgp; local
456 sgp = getsegbynamefromheader(q, SEG_LINKEDIT);
458 if (sgp) {
459 sgp->vmaddr = (unsigned long)((char *)q + header_size);

Completed in 48 milliseconds