Searched refs:x_offset (Results 1 – 19 of 19) sorted by relevance
/toolchain/binutils/binutils-2.25/include/coff/ |
D | sparc.h | 117 char x_offset[4]; member
|
D | i960.h | 229 char x_offset[4]; member
|
D | external.h | 237 char x_offset[4]; member
|
D | m88k.h | 142 char x_offset[4]; member
|
D | rs6k64.h | 160 char x_offset[4]; member
|
D | rs6000.h | 176 char x_offset[4]; member
|
D | internal.h | 595 long x_offset; member
|
D | ti.h | 448 char x_offset[4]; member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coffswap.h | 401 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset); in coff_swap_aux_in() 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 | cofflink.c | 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 | coff64-rs6000.c | 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() 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()
|
D | coffgen.c | 912 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE; in coff_fix_symbol_name() 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 | coff-rs6000.c | 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() 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()
|
D | peXXigen.c | 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() 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 | 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 | 137 unsigned char x_offset[4]; member 710 set_32 (&syms[1].aux.x_file.x_n.x_offset[0], name_offset); in simple_object_coff_write_to_file()
|
D | simple-object-xcoff.c | 195 unsigned char x_offset[4]; member 804 set_32 (&syms[1].aux.x_file._x.x_offset[0], name_offset); in simple_object_xcoff_write_to_file()
|
/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])
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 890 (abfd, aux->x_file.x_n.x_n.x_offset); in dump_xcoff32_symbols()
|