Searched refs:strx (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_gcc_aout.c176 register int strx; local
177 strx = sp->n_un.n_strx;
178 if (strx != 0) {
179 if (strx > strlen) {
180 db_printf("Bad string table index (%#x)\n", strx);
184 sp->n_un.n_name = strtab + strx;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_aout.c185 register long strx; local
186 strx = sp->n_un.n_strx;
187 if (strx != 0) {
188 if (strx > db_strlen) {
192 sp->n_un.n_name = dbstrtab + strx;
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c408 // Once we have finished with a file then we repair the 'strx' offset
1028 long strx = sym->n_un.n_strx; local
1029 char *symname = strbase + strx;
1032 return_if(((unsigned long) strx > strsize), false,
1101 && strx) {
2408 unsigned int strx; local
2428 strx = DataGetLength(newStrings);
2432 sym->n_un.n_strx = strx;
2433 file->fSymbToStringTable[i] = file->fStringBase + strx;

Completed in 37 milliseconds