Searched refs:x_associated (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/include/coff/ |
D | external.h | 249 char x_associated[2]; /* COMDAT associated section index */ member
|
D | internal.h | 605 unsigned short x_associated; /* COMDAT associated section index for PE */ member
|
D | ChangeLog-9103 | 527 * arm.h (union external_auxent): Add x_checksum, x_associated, and
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-coff.c | 147 unsigned char x_associated[2]; /* COMDAT assoc section index */ member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | peXXigen.c | 325 in->x_scn.x_associated = H_GET_16 (abfd, ext->x_scn.x_associated); in _bfd_XXi_swap_aux_in() 400 H_PUT_16 (abfd, in->x_scn.x_associated, ext->x_scn.x_associated); in _bfd_XXi_swap_aux_out()
|
D | coffgen.c | 2188 || auxp->u.auxent.x_scn.x_associated != 0 in coff_print_symbol() 2192 auxp->u.auxent.x_scn.x_associated, in coff_print_symbol()
|
D | coffswap.h | 434 in->x_scn.x_associated = 0; in coff_swap_aux_in()
|
D | coffcode.h | 5791 in->x_scn.x_associated = H_GET_16 (abfd, ext->Section.Number) in coff_bigobj_swap_aux_in() 5837 H_PUT_16 (abfd, in->x_scn.x_associated & 0xffff, in coff_bigobj_swap_aux_out() 5839 H_PUT_16 (abfd, (in->x_scn.x_associated >> 16), in coff_bigobj_swap_aux_out()
|
D | coff64-rs6000.c | 400 in->x_scn.x_associated = 0; in _bfd_xcoff64_swap_aux_in()
|
D | cofflink.c | 2712 auxp->x_scn.x_associated = 0; in _bfd_coff_write_global_sym()
|
D | coff-rs6000.c | 543 in->x_scn.x_associated = 0; in _bfd_xcoff_swap_aux_in()
|