/toolchain/binutils/binutils-2.25/include/coff/ |
D | rs6k64.h | 162 } x_n; member 163 } x_n; member
|
D | rs6000.h | 177 } x_n; member 178 } x_n; member
|
D | sparc.h | 118 } x_n; member
|
D | i960.h | 230 } x_n; member
|
D | external.h | 238 } x_n; member
|
D | m88k.h | 143 } x_n; member
|
D | internal.h | 596 } x_n; member
|
D | ti.h | 449 } x_n; member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff64-rs6000.c | 355 if (ext->x_file.x_n.x_n.x_zeroes[0] == 0) in _bfd_xcoff64_swap_aux_in() 357 in->x_file.x_n.x_zeroes = 0; in _bfd_xcoff64_swap_aux_in() 358 in->x_file.x_n.x_offset = in _bfd_xcoff64_swap_aux_in() 359 H_GET_32 (abfd, ext->x_file.x_n.x_n.x_offset); in _bfd_xcoff64_swap_aux_in() 363 memcpy (in->x_file.x_fname, ext->x_file.x_n.x_fname, FILNMLEN); in _bfd_xcoff64_swap_aux_in() 445 if (in->x_file.x_n.x_zeroes == 0) in _bfd_xcoff64_swap_aux_out() 447 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_n.x_zeroes); in _bfd_xcoff64_swap_aux_out() 448 H_PUT_32 (abfd, in->x_file.x_n.x_offset, in _bfd_xcoff64_swap_aux_out() 449 ext->x_file.x_n.x_n.x_offset); in _bfd_xcoff64_swap_aux_out() 453 memcpy (ext->x_file.x_n.x_fname, in->x_file.x_fname, FILNMLEN); in _bfd_xcoff64_swap_aux_out()
|
D | coffswap.h | 400 in->x_file.x_n.x_zeroes = 0; in coff_swap_aux_in() 401 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset); in coff_swap_aux_in() 506 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes); in coff_swap_aux_out() 507 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset); in coff_swap_aux_out()
|
D | coff-rs6000.c | 491 if (ext->x_file.x_n.x_fname[0] == 0) in _bfd_xcoff_swap_aux_in() 493 in->x_file.x_n.x_zeroes = 0; in _bfd_xcoff_swap_aux_in() 494 in->x_file.x_n.x_offset = in _bfd_xcoff_swap_aux_in() 495 H_GET_32 (abfd, ext->x_file.x_n.x_n.x_offset); in _bfd_xcoff_swap_aux_in() 502 memcpy (in->x_file.x_fname, ext->x_file.x_n.x_fname, in _bfd_xcoff_swap_aux_in() 507 memcpy (in->x_file.x_fname, ext->x_file.x_n.x_fname, FILNMLEN); in _bfd_xcoff_swap_aux_in() 606 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_n.x_zeroes); in _bfd_xcoff_swap_aux_out() 607 H_PUT_32 (abfd, in->x_file.x_n.x_offset, in _bfd_xcoff_swap_aux_out() 608 ext->x_file.x_n.x_n.x_offset); in _bfd_xcoff_swap_aux_out() 612 memcpy (ext->x_file.x_n.x_fname, in->x_file.x_fname, FILNMLEN); in _bfd_xcoff_swap_aux_out()
|
D | cofflink.c | 1992 if (auxp->x_file.x_n.x_zeroes == 0 in _bfd_coff_link_input_bfd() 1993 && auxp->x_file.x_n.x_offset != 0) in _bfd_coff_link_input_bfd() 1998 BFD_ASSERT (auxp->x_file.x_n.x_offset in _bfd_coff_link_input_bfd() 2006 if ((bfd_size_type) auxp->x_file.x_n.x_offset >= obj_coff_strings_len (input_bfd)) in _bfd_coff_link_input_bfd() 2009 filename = strings + auxp->x_file.x_n.x_offset; in _bfd_coff_link_input_bfd() 2014 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_link_input_bfd()
|
D | coffgen.c | 912 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE; in coff_fix_symbol_name() 913 auxent->x_file.x_n.x_zeroes = 0; in coff_fix_symbol_name() 1851 if (aux->u.auxent.x_file.x_n.x_zeroes == 0) in coff_get_normalized_symtab() 1861 if ((bfd_size_type)(aux->u.auxent.x_file.x_n.x_offset) in coff_get_normalized_symtab() 1866 (bfd_hostptr_t) (string_table + (aux->u.auxent.x_file.x_n.x_offset)); in coff_get_normalized_symtab()
|
D | peXXigen.c | 309 in->x_file.x_n.x_zeroes = 0; in _bfd_XXi_swap_aux_in() 310 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset); in _bfd_XXi_swap_aux_in() 383 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes); in _bfd_XXi_swap_aux_out() 384 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset); in _bfd_XXi_swap_aux_out()
|
D | xcofflink.c | 4483 if (aux.x_file.x_n.x_zeroes == 0 in xcoff_link_input_bfd() 4484 && aux.x_file.x_n.x_offset != 0) in xcoff_link_input_bfd() 4489 BFD_ASSERT (aux.x_file.x_n.x_offset in xcoff_link_input_bfd() 4497 if ((bfd_size_type) aux.x_file.x_n.x_offset >= obj_coff_strings_len (input_bfd)) in xcoff_link_input_bfd() 4500 filename = strings + aux.x_file.x_n.x_offset; in xcoff_link_input_bfd() 4505 aux.x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in xcoff_link_input_bfd()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-coff.c | 138 } x_n; member 710 set_32 (&syms[1].aux.x_file.x_n.x_offset[0], name_offset); in simple_object_coff_write_to_file()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 885 if (aux->x_file.x_n.x_fname[0] != 0) in dump_xcoff32_symbols() 886 printf ("fname: %.14s", aux->x_file.x_n.x_fname); in dump_xcoff32_symbols() 890 (abfd, aux->x_file.x_n.x_n.x_offset); in dump_xcoff32_symbols()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-coff.c | 243 ((char *) (&((X)->sy_symbol.ost_auxent->x_file.x_n.x_offset))[1])
|