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

/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXDebug.c126 int32_t strx;
139 strx = sym->n_un.n_strx;
142 strx > 0 && (uint32_t) strx < strsize &&
143 strcmp(strings + strx, symbol) == 0) {
125 int32_t strx; local
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Drddbg.c162 unsigned int strx; local
170 strx = bfd_get_32 (abfd, stab);
189 if (stroff + strx > strsize)
191 fprintf (stderr, "%s: %s: stab entry %ld is corrupt, strx = 0x%x, type = %d\n",
193 (long) (stab - stabs) / 12, strx, type);
197 s = (char *) strings + stroff + strx;
H A Dwrstabs.c343 bfd_size_type strx;
347 strx = 0;
360 strx = h->index;
363 strx = info->strings_size;
364 h->index = strx;
375 bfd_put_32 (info->abfd, strx, sym);
342 bfd_size_type strx; local
H A Dobjdump.c2199 unsigned long strx;
2204 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
2222 printf (" %-6lu", strx);
2236 if ((strx + file_string_table_offset) < stabstr_size)
2237 printf (" %s", &strtab[strx + file_string_table_offset]);
2193 unsigned long strx; local
/macosx-10.9.5/xnu-2422.115.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c476 uint32_t strx, strtabsize, strtabpad; local
834 strx = 4;
865 nl.n_un.n_strx = strx;
866 strx += export_symbols[export_idx].list[import_idx].name_len;
875 nl.n_value = strx;
876 strx += export_symbols[export_idx].list[import_idx].indirect_len;
895 nl.n_un.n_strx = strx;
896 strx += export_symbols[export_idx].list[import_idx].name_len;
905 nl.n_value = strx;
906 strx
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXDebug.c589 int32_t strx;
599 strx = sym->n_un.n_strx;
602 strx > 0 && (uint32_t) strx < strsize &&
603 strcmp(strings + strx, symbol) == 0) {
587 int32_t strx; local
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dstabs.c572 int strx = bfd_get_32 (abfd, sym + STRDXOFF);
574 if (strx == 0)
569 int strx = bfd_get_32 (abfd, sym + STRDXOFF); local
H A Delf32-ip2k.c657 unsigned long strx; local
673 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);
694 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF);

Completed in 206 milliseconds