Searched refs:segname (Results 1 - 18 of 18) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_header.c110 const char *segname,
117 sp = getsectbynamefromheader(mhp, segname, sectname);
138 const char *segname,
144 sc = getsegbynamefromheader(mhp, segname);
164 const char *segname,
175 if(strncmp(sgp->segname, segname, sizeof(sgp->segname)) == 0 ||
182 strncmp(sp->segname, segname,
108 getsectdatafromheader( struct mach_header *mhp, const char *segname, const char *sectname, int *size) argument
136 getsegdatafromheader( struct mach_header *mhp, const char *segname, int *size) argument
162 getsectbynamefromheader( struct mach_header *mhp, const char *segname, const char *sectname) argument
378 getsectbyname( const char *segname, const char *sectname) argument
[all...]
H A Dkern_core.c380 sc64->segname[0] = 0;
393 sc->segname[0] = 0;
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dmach_header.c120 const char *segname,
127 sp = getsectbynamefromheader(mhp, segname, sectname);
149 const char *segname,
155 sc = getsegbynamefromheader(mhp, segname);
178 const char *segname,
189 if(strncmp(sgp->segname, segname, sizeof(sgp->segname)) == 0 ||
196 strncmp(sp->segname, segname,
118 getsectdatafromheader( struct mach_header *mhp, const char *segname, const char *sectname, int *size) argument
147 getsegdatafromheader( struct mach_header *mhp, const char *segname, int *size) argument
176 getsectbynamefromheader( struct mach_header *mhp, const char *segname, const char *sectname) argument
409 getsectbyname( const char *segname, const char *sectname) argument
607 getsegdatafromheader( struct mach_header *mhp, char *segname, int *size) argument
[all...]
H A Dloader.h191 char segname[16]; /* segment name */ member in struct:segment_command
228 * segname, are combined by the link editor. The resulting section is aligned
240 char segname[16]; /* segment this section goes in */ member in struct:section
/macosx-10.5.8/xnu-1228.15.4/libkern/mach-o/
H A Dloader.h199 char segname[16]; /* segment name */ member in struct:segment_command
219 char segname[16]; /* segment name */ member in struct:segment_command_64
259 * segname, are combined by the link editor. The resulting section is aligned
271 char segname[16]; /* segment this section goes in */ member in struct:section
285 char segname[16]; /* segment this section goes in */ member in struct:section_64
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsymbols.c127 !strncmp(p->segname, "__LINKEDIT", sizeof(p->segname)))
H A Dkmod.c1345 if (!strncmp(SEG_TEXT, orig_seg_cmd->segname, strlen(SEG_TEXT))) {
1347 } else if (!strncmp(SEG_DATA, orig_seg_cmd->segname,
1351 } else if (!strncmp(SEG_LINKEDIT, orig_seg_cmd->segname,
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h306 char segname[16]; /* segment name */ member in struct:segment_command
326 char segname[16]; /* segment name */ member in struct:segment_command_64
370 * segname, are combined by the link editor. The resulting section is aligned
382 char segname[16]; /* segment this section goes in */ member in struct:section
396 char segname[16]; /* segment this section goes in */ member in struct:section_64
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfbt_ppc.c364 if (strcmp(SEG_TEXT, orig_sg->segname) == 0)
366 else if (strcmp(SEG_LINKEDIT, orig_sg->segname) == 0)
368 else if (strcmp("", orig_sg->segname) == 0)
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c858 if (strncmp(SEG_TEXT, orig_sg->segname,
859 sizeof(orig_sg->segname)) == 0)
861 else if (strncmp(SEG_LINKEDIT, orig_sg->segname,
862 sizeof(orig_sg->segname)) == 0)
864 else if (strncmp("", orig_sg->segname,
865 sizeof(orig_sg->segname)) == 0)
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsdt.c564 if (strcmp(SEG_TEXT, orig_sg->segname) == 0)
566 else if (strcmp(SEG_LINKEDIT, orig_sg->segname) == 0)
568 else if (strcmp("", orig_sg->segname) == 0)
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfbt_x86.c434 if (strcmp(SEG_TEXT, orig_sg->segname) == 0)
436 else if (strcmp(SEG_LINKEDIT, orig_sg->segname) == 0)
438 else if (strcmp("", orig_sg->segname) == 0)
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSRuntime.cpp295 section->segname);
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dload.c586 strlcpy(cmd->seg.segname, SEG_LINKEDIT, sizeof(cmd->seg.segname));
664 if (!strcmp(SEG_TEXT, seg->segname))
666 else if (!strcmp(SEG_DATA, seg->segname))
H A Dkld_patch.c2558 if (!strcmp("__PRELINK", seg->segname))
2581 if (!strcmp(kLinkEditSegName, seg->segname))
H A Dcatalogue.cpp62 extern struct section *getsectbyname(const char *segname, const char *sectname);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c458 sc->segname[0] = 0;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c491 sc->segname[0] = 0;

Completed in 184 milliseconds