Searched refs:e_strx (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | aoutx.h | 1676 x = GET_WORD (abfd, ext->e_strx); in NAME() 1847 PUT_WORD (abfd, indx, (bfd_byte *) nsp.e_strx); in NAME() 2959 name = strings + GET_WORD (abfd, p->e_strx); in aout_link_add_symbols() 3017 string = strings + GET_WORD (abfd, p->e_strx); in aout_link_add_symbols() 3050 name = strings + GET_WORD (abfd, p->e_strx); in aout_link_add_symbols() 3199 name = strings + GET_WORD (abfd, p->e_strx); in aout_link_check_ar_symbols() 3587 PUT_WORD (output_bfd, indx, outsym.e_strx); in aout_link_write_other_symbol() 4012 syms[r_index].e_strx); in aout_link_input_section_std() 4137 name = strings + GET_WORD (input_bfd, syms[r_index].e_strx); in aout_link_input_section_std() 4165 syms[r_index].e_strx); in aout_link_input_section_std() [all …]
|
| D | pdp11.c | 108 bfd_byte e_strx[2]; /* Index into string table of name. */ member 1466 x = GET_WORD (abfd, ext->e_strx); in NAME() 1639 PUT_WORD (abfd, indx, nsp.e_strx); in NAME() 2576 name = strings + GET_WORD (abfd, p->e_strx); in aout_link_check_ar_symbols() 2768 name = strings + GET_WORD (abfd, p->e_strx); in aout_link_add_symbols() 2978 PUT_WORD (output_bfd, indx, outsym.e_strx); in aout_link_write_other_symbol() 3335 syms[r_index].e_strx); in pdp11_aout_link_input_section() 3449 name = strings + GET_WORD (input_bfd, syms[r_index].e_strx); in pdp11_aout_link_input_section() 3477 syms[r_index].e_strx); in pdp11_aout_link_input_section() 4009 PUT_WORD (output_bfd, strtab_index, outsym->e_strx); in aout_link_write_symbols() [all …]
|
| D | hp300hpux.c | 115 #define e_strx e_shlib macro
|
| D | sunos.c | 349 + GET_WORD (abfd, info->dynsym[i].e_strx)); in sunos_canonicalize_dynamic_symtab() 2331 PUT_WORD (output_bfd, h->dynstr_index, outsym->e_strx); in sunos_write_dynamic_symbol()
|
| /mirbsd/src/gnu/usr.bin/binutils/include/aout/ |
| D | adobe.h | 101 bfd_byte e_strx[BYTES_IN_WORD]; /* index into string table of name */ member
|
| D | aout64.h | 260 bfd_byte e_strx[BYTES_IN_WORD]; /* Index into string table of name. */ member
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | dbxread.c | 854 (intern).n_strx = bfd_h_get_32 (abfd, (extern)->e_strx); \
|