Searched refs:strx (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | rddbg.c | 166 unsigned int strx; in read_section_stabs_debugging_info() local 174 strx = bfd_get_32 (abfd, stab); in read_section_stabs_debugging_info() 192 if (stroff + strx >= strsize) in read_section_stabs_debugging_info() 196 (long) (stab - stabs) / 12, strx, type); in read_section_stabs_debugging_info() 200 s = (char *) strings + stroff + strx; in read_section_stabs_debugging_info() 215 strx = stroff + bfd_get_32 (abfd, stab); in read_section_stabs_debugging_info() 216 if (strx >= strsize) in read_section_stabs_debugging_info() 224 s = concat (s, (char *) strings + strx, in read_section_stabs_debugging_info()
|
D | wrstabs.c | 341 bfd_size_type strx; in stab_write_symbol() local 345 strx = 0; in stab_write_symbol() 358 strx = h->index; in stab_write_symbol() 361 strx = info->strings_size; in stab_write_symbol() 362 h->index = strx; in stab_write_symbol() 373 bfd_put_32 (info->abfd, strx, sym); in stab_write_symbol()
|
D | objdump.c | 2507 unsigned long strx; in print_section_stabs() local 2512 strx = bfd_h_get_32 (abfd, stabp + STRDXOFF); in print_section_stabs() 2530 printf (" %-6lu", strx); in print_section_stabs() 2542 bfd_size_type amt = strx + file_string_table_offset; in print_section_stabs()
|
D | ChangeLog-0001 | 1681 bfd_size_type for strx to avoid printf problems if BFD64.
|
/toolchain/binutils/binutils-2.25/include/som/ |
D | internal.h | 96 unsigned int strx; member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | stabs.c | 572 int strx = bfd_get_32 (abfd, sym + STRDXOFF); in _bfd_discard_section_stabs() local 574 if (strx == 0) in _bfd_discard_section_stabs()
|
D | som.c | 1877 bfd_putb32 (src->name.strx, dst->name); in som_swap_compilation_unit_out() 1878 bfd_putb32 (src->language_name.strx, dst->language_name); in som_swap_compilation_unit_out() 1879 bfd_putb32 (src->product_id.strx, dst->product_id); in som_swap_compilation_unit_out() 1880 bfd_putb32 (src->version_id.strx, dst->version_id); in som_swap_compilation_unit_out() 3497 name->strx = strings_size; in som_write_symbol_strings()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/ |
D | allinsn.s | 616 .global strx symbol 617 strx: label
|
D | allinsn.d | 545 0000053e \<strx\>:
|
/toolchain/binutils/binutils-2.25/include/ |
D | ChangeLog-9103 | 2578 for nlist members, and make strx integral rather than pointer.
|