Searched refs:e_strx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | aoutx.h | 1689 x = GET_WORD (abfd, ext->e_strx); in NAME() 1860 PUT_WORD (abfd, indx, (bfd_byte *) nsp.e_strx); in NAME() 2978 name = strings + GET_WORD (abfd, p->e_strx); in aout_link_add_symbols() 3036 string = strings + GET_WORD (abfd, p->e_strx); in aout_link_add_symbols() 3069 name = strings + GET_WORD (abfd, p->e_strx); in aout_link_add_symbols() 3218 name = strings + GET_WORD (abfd, p->e_strx); in aout_link_check_ar_symbols() 3606 PUT_WORD (output_bfd, indx, outsym.e_strx); in aout_link_write_other_symbol() 4031 syms[r_index].e_strx); in aout_link_input_section_std() 4156 name = strings + GET_WORD (input_bfd, syms[r_index].e_strx); in aout_link_input_section_std() 4184 syms[r_index].e_strx); in aout_link_input_section_std() [all …]
|
| D | sunos.c | 349 + GET_WORD (abfd, info->dynsym[i].e_strx)); in sunos_canonicalize_dynamic_symtab() 2317 PUT_WORD (output_bfd, h->dynstr_index, outsym->e_strx); in sunos_write_dynamic_symbol()
|
| /freebsd-9-stable/contrib/binutils/include/aout/ |
| D | aout64.h | 260 bfd_byte e_strx[BYTES_IN_WORD]; /* Index into string table of name. */ member
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | dbxread.c | 853 (intern).n_strx = bfd_h_get_32 (abfd, (extern)->e_strx); \
|