Home
last modified time | relevance | path

Searched refs:x_offset (Results 1 – 19 of 19) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Dsparc.h117 char x_offset[4]; member
Di960.h229 char x_offset[4]; member
Dexternal.h237 char x_offset[4]; member
Dm88k.h142 char x_offset[4]; member
Drs6k64.h160 char x_offset[4]; member
Drs6000.h176 char x_offset[4]; member
Dinternal.h595 long x_offset; member
Dti.h448 char x_offset[4]; member
/toolchain/binutils/binutils-2.25/bfd/
Dcoffswap.h401 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()
Dcofflink.c1993 && 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()
Dcoff64-rs6000.c358 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()
Dcoffgen.c912 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()
Dcoff-rs6000.c494 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()
DpeXXigen.c310 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()
Dxcofflink.c4484 && 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/
Dsimple-object-coff.c137 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()
Dsimple-object-xcoff.c195 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/
Dobj-coff.c243 ((char *) (&((X)->sy_symbol.ost_auxent->x_file.x_n.x_offset))[1])
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c890 (abfd, aux->x_file.x_n.x_n.x_offset); in dump_xcoff32_symbols()