Home
last modified time | relevance | path

Searched refs:e_numaux (Results 1 – 25 of 25) sorted by relevance

/netbsd/src/sys/arch/sh3/include/
Dcoff_machdep.h89 char e_numaux[1]; member
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dsimple-object-coff.c119 unsigned char e_numaux[1]; member
702 syms[0].sym.e_numaux[0] = 1; in simple_object_coff_write_to_file()
735 syms[0].sym.e_numaux[0] = 1; in simple_object_coff_write_to_file()
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dsimple-object-coff.c119 unsigned char e_numaux[1]; member
702 syms[0].sym.e_numaux[0] = 1; in simple_object_coff_write_to_file()
735 syms[0].sym.e_numaux[0] = 1; in simple_object_coff_write_to_file()
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dsimple-object-coff.c119 unsigned char e_numaux[1]; member
702 syms[0].sym.e_numaux[0] = 1; in simple_object_coff_write_to_file()
735 syms[0].sym.e_numaux[0] = 1; in simple_object_coff_write_to_file()
/netbsd/src/external/gpl3/gdb/dist/include/coff/
Dexternal.h167 char e_numaux[1]; member
Drs6k64.h137 char e_numaux[1]; member
Drs6000.h144 char e_numaux[1]; member
Dpe.h387 char e_numaux[1]; member
Dti.h413 char e_numaux[1]; member
/netbsd/src/external/gpl3/binutils/dist/include/coff/
Dexternal.h167 char e_numaux[1]; member
Drs6k64.h137 char e_numaux[1]; member
Drs6000.h144 char e_numaux[1]; member
Dpe.h387 char e_numaux[1]; member
Dti.h413 char e_numaux[1]; member
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dcoffswap.h352 in->n_numaux = H_GET_8 (abfd, ext->e_numaux); in coff_swap_sym_in()
391 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in coff_swap_sym_out()
Dcoff64-rs6000.c346 in->n_numaux = H_GET_8 (abfd, ext->e_numaux); in _bfd_xcoff64_swap_sym_in()
360 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in _bfd_xcoff64_swap_sym_out()
Dcoffcode.h5795 in->n_numaux = H_GET_8 (abfd, ext->e_numaux); in coff_bigobj_swap_sym_in()
5823 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in coff_bigobj_swap_sym_out()
Dcoff-rs6000.c445 in->n_numaux = H_GET_8 (abfd, ext->e_numaux); in _bfd_xcoff_swap_sym_in()
468 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in _bfd_xcoff_swap_sym_out()
DpeXXigen.c135 in->n_numaux = H_GET_8 (abfd, ext->e_numaux); in _bfd_XXi_swap_sym_in()
273 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in _bfd_XXi_swap_sym_out()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcoffswap.h352 in->n_numaux = H_GET_8 (abfd, ext->e_numaux); in coff_swap_sym_in()
391 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in coff_swap_sym_out()
Dcoff64-rs6000.c346 in->n_numaux = H_GET_8 (abfd, ext->e_numaux); in _bfd_xcoff64_swap_sym_in()
360 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in _bfd_xcoff64_swap_sym_out()
Dcoff-rs6000.c445 in->n_numaux = H_GET_8 (abfd, ext->e_numaux); in _bfd_xcoff_swap_sym_in()
468 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in _bfd_xcoff_swap_sym_out()
Dcoffcode.h5795 in->n_numaux = H_GET_8 (abfd, ext->e_numaux); in coff_bigobj_swap_sym_in()
5823 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in coff_bigobj_swap_sym_out()
DpeXXigen.c135 in->n_numaux = H_GET_8 (abfd, ext->e_numaux); in _bfd_XXi_swap_sym_in()
273 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in _bfd_XXi_swap_sym_out()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dod-xcoff.c696 s->sym.numaux = bfd_h_get_8 (abfd, sym.e_numaux); in xcoff32_read_symbols()