Searched refs:stringtab (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | somread.c | 90 char *stringtab; in som_symtab_read() local 111 stringtab = alloca (obj_som_stringtab_size (abfd)); in som_symtab_read() 113 val = bfd_bread (stringtab, obj_som_stringtab_size (abfd), abfd); in som_symtab_read() 151 symname = bufp->name.n_strx + stringtab; in som_symtab_read() 158 symname = bufp->name.n_strx + stringtab; in som_symtab_read() 171 symname = bufp->name.n_strx + stringtab; in som_symtab_read() 178 symname = bufp->name.n_strx + stringtab; in som_symtab_read() 199 symname = bufp->name.n_strx + stringtab; in som_symtab_read() 230 symname = bufp->name.n_strx + stringtab; in som_symtab_read() 237 symname = bufp->name.n_strx + stringtab; in som_symtab_read() [all …]
|
| H A D | gdb-stabs.h | 55 char *stringtab; /* The actual string table */ member 81 #define DBX_STRINGTAB(o) (DBX_SYMFILE_INFO(o)->stringtab)
|
| H A D | coffread.c | 1180 static char *stringtab = NULL; variable 1207 stringtab = (char *) xmalloc (length); in init_stringtab() 1210 memcpy (stringtab, lengthbuf, sizeof lengthbuf); in init_stringtab() 1214 val = bfd_bread (stringtab + sizeof lengthbuf, length - sizeof lengthbuf, in init_stringtab() 1216 if (val != length - sizeof lengthbuf || stringtab[length - 1] != '\0') in init_stringtab() 1225 if (stringtab) in free_stringtab() 1226 xfree (stringtab); in free_stringtab() 1227 stringtab = NULL; in free_stringtab() 1246 result = stringtab + symbol_entry->_n._n_n._n_offset; in getsymname() 1269 strcpy (buffer, stringtab + aux_entry->x_file.x_n.x_offset); in coff_getfilename()
|
| H A D | ChangeLog-1992 | 3773 * partial-stab.h (N_UNDF): Deal with Sol2 relative stringtab offsets. 4795 read_dbx_symtab): Remove the stringtab and stringtab_size params 4802 stringtab and the dbx specific per-objfile private info. 4815 * dbxread.c (dbx_psymtab_to_symtab): Remove local stringtab and 4816 stringtab size variables. Remove all code that used to reread 4817 the stringtab.
|
| H A D | ChangeLog-3.x | 605 reading in symbols before reading stringtab, not after.
|
| H A D | ChangeLog-1994 | 1397 * coffread.c (init_stringtab): When copying length to stringtab, 2569 stringtab offset of zero gracefully.
|
| H A D | ChangeLog-1993 | 6450 * xcoffread.c (xcoff_symfile_read): Only read stringtab and
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | som.h | 128 char *stringtab; member 198 #define obj_som_stringtab(bfd) (somdata(bfd).stringtab)
|
| H A D | som.c | 4237 char *stringtab; local 4255 stringtab = bfd_zmalloc (amt); 4256 if (stringtab == NULL) 4262 if (bfd_bread (stringtab, amt, abfd) != amt) 4266 obj_som_stringtab (abfd) = stringtab; 4340 char *stringtab; local 4356 stringtab = obj_som_stringtab (abfd); 4410 sym->symbol.name = bufp->name.n_strx + stringtab;
|
| H A D | ChangeLog-9495 | 4779 _bfd_stringtab_add, and get stringtab lengths using 6526 (NAME(aout,write_syms)): Use new stringtab code.
|
| H A D | ChangeLog-9193 | 1181 Change "symbols" to "symtab". Add "stringtab" and "reloc_filepos"
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | som.h | 128 char *stringtab; member 230 #define obj_som_stringtab(bfd) (somdata (bfd).stringtab)
|
| H A D | som.c | 4142 char *stringtab; in som_slurp_string_table() local 4160 stringtab = bfd_zmalloc (amt); in som_slurp_string_table() 4161 if (stringtab == NULL) in som_slurp_string_table() 4167 if (bfd_bread (stringtab, amt, abfd) != amt) in som_slurp_string_table() 4171 obj_som_stringtab (abfd) = stringtab; in som_slurp_string_table() 4234 char *stringtab; in som_slurp_symbol_table() local 4250 stringtab = obj_som_stringtab (abfd); in som_slurp_symbol_table() 4303 sym->symbol.name = bufp->name.n_strx + stringtab; in som_slurp_symbol_table()
|
| H A D | ChangeLog-2005 | 4772 * elfcode.h (elf_object_p): Don't load section header stringtab
|
| H A D | ChangeLog-9495 | 4779 _bfd_stringtab_add, and get stringtab lengths using 6526 (NAME(aout,write_syms)): Use new stringtab code.
|
| H A D | ChangeLog-9193 | 1181 Change "symbols" to "symtab". Add "stringtab" and "reloc_filepos"
|