Searched refs:e_strx (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h262 bfd_byte e_strx[BYTES_IN_WORD]; /* Index into string table of name. */
260 bfd_byte e_strx[BYTES_IN_WORD]; /* Index into string table of name. */ member in struct:external_nlist
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1691 x = GET_WORD (abfd, ext->e_strx);
1864 PUT_WORD (abfd, indx, (bfd_byte *) nsp.e_strx);
2986 name = strings + GET_WORD (abfd, p->e_strx);
3044 string = strings + GET_WORD (abfd, p->e_strx);
3077 name = strings + GET_WORD (abfd, p->e_strx);
3226 name = strings + GET_WORD (abfd, p->e_strx);
3615 PUT_WORD (output_bfd, indx, outsym.e_strx);
4040 syms[r_index].e_strx);
4165 name = strings + GET_WORD (input_bfd, syms[r_index].e_strx);
4193 syms[r_index].e_strx);
[all...]
H A Dsunos.c349 + GET_WORD (abfd, info->dynsym[i].e_strx));
2318 PUT_WORD (output_bfd, h->dynstr_index, outsym->e_strx);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c860 (intern).n_strx = bfd_h_get_32 (abfd, (extern)->e_strx); \

Completed in 120 milliseconds