Home
last modified time | relevance | path

Searched refs:x_ftype (Results 1 – 20 of 20) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/coff/
Drs6k64.h170 unsigned char x_ftype[1]; member
Drs6000.h178 char x_ftype[1]; member
Dinternal.h606 uint8_t x_ftype; member
DChangeLog-041572 * rs6000.h (union external_auxent): Add x_ftype field.
/netbsd/src/external/gpl3/gdb/dist/include/coff/
Drs6k64.h170 unsigned char x_ftype[1]; member
Drs6000.h178 char x_ftype[1]; member
Dinternal.h606 uint8_t x_ftype; member
DChangeLog-041572 * rs6000.h (union external_auxent): Add x_ftype field.
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcoff64-rs6000.c395 in->x_file.x_ftype = H_GET_8 (abfd, ext->x_file.x_ftype); in _bfd_xcoff64_swap_aux_in()
511 H_PUT_8 (abfd, in->x_file.x_ftype, ext->x_file.x_ftype); in _bfd_xcoff64_swap_aux_out()
Dcoff-rs6000.c498 in->x_file.x_ftype = H_GET_8 (abfd, ext->x_file.x_ftype); in _bfd_xcoff_swap_aux_in()
585 H_PUT_8 (abfd, in->x_file.x_ftype, ext->x_file.x_ftype); in _bfd_xcoff_swap_aux_out()
Dcoffgen.c1174 && (native + j + 1)->u.auxent.x_file.x_ftype in coff_write_symbol()
2234 if (auxp->u.auxent.x_file.x_ftype) in coff_print_symbol()
2236 auxp->u.auxent.x_file.x_ftype, in coff_print_symbol()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dcoff64-rs6000.c395 in->x_file.x_ftype = H_GET_8 (abfd, ext->x_file.x_ftype); in _bfd_xcoff64_swap_aux_in()
511 H_PUT_8 (abfd, in->x_file.x_ftype, ext->x_file.x_ftype); in _bfd_xcoff64_swap_aux_out()
Dcoff-rs6000.c498 in->x_file.x_ftype = H_GET_8 (abfd, ext->x_file.x_ftype); in _bfd_xcoff_swap_aux_in()
585 H_PUT_8 (abfd, in->x_file.x_ftype, ext->x_file.x_ftype); in _bfd_xcoff_swap_aux_out()
Dcoffgen.c1174 && (native + j + 1)->u.auxent.x_file.x_ftype in coff_write_symbol()
2234 if (auxp->u.auxent.x_file.x_ftype) in coff_print_symbol()
2236 auxp->u.auxent.x_file.x_ftype, in coff_print_symbol()
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dsimple-object-xcoff.c197 unsigned char x_ftype; member
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dsimple-object-xcoff.c197 unsigned char x_ftype; member
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dsimple-object-xcoff.c197 unsigned char x_ftype; member
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-ppc.c5252 coffsym->native[1].u.auxent.x_file.x_ftype = XFT_FN; in ppc_file()
5256 coffsym->native[2].u.auxent.x_file.x_ftype = XFT_CT; in ppc_file()
5261 coffsym->native[3].u.auxent.x_file.x_ftype = XFT_CV; in ppc_file()
5266 coffsym->native[4].u.auxent.x_file.x_ftype = XFT_CD; in ppc_file()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dod-xcoff.c884 (unsigned)bfd_h_get_8 (abfd, aux->x_file.x_ftype)); in dump_xcoff32_symbols()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git160394 struct instead of a union. Add x_ftype field.