/toolchain/binutils/binutils-2.25/include/coff/ |
D | m88k.h | 152 } x_scn; member 171 H_GET_32 (abfd, ext->x_scn.x_nreloc) 173 H_GET_32 (abfd, ext->x_scn.x_nlinno) 175 H_PUT_32 (abfd, in, ext->x_scn.x_nreloc) 177 H_PUT_32 (abfd,in, ext->x_scn.x_nlinno)
|
D | ti.h | 456 } x_scn; member 474 (H_GET_32 (ABFD, (EXT)->x_scn.x_scnlen) * bfd_octets_per_byte (ABFD)) 476 H_PUT_32 (ABFD, (INT) / bfd_octets_per_byte (ABFD), (EXT)->x_scn.x_scnlen)
|
D | sparc.h | 125 } x_scn; member
|
D | i960.h | 240 } x_scn; member
|
D | external.h | 252 } x_scn; member
|
D | rs6000.h | 186 } x_scn; member
|
D | internal.h | 607 } x_scn; member
|
D | ChangeLog-9103 | 528 x_comdat fields to x_scn struct.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | libpei.h | 93 H_GET_32 (abfd, ext->x_scn.x_scnlen) 97 H_GET_16 (abfd, ext->x_scn.x_nreloc) 101 H_GET_16 (abfd, ext->x_scn.x_nlinno) 105 H_PUT_32(abfd, in, ext->x_scn.x_scnlen) 109 H_PUT_16(abfd, in, ext->x_scn.x_nreloc) 113 H_PUT_16(abfd,in, ext->x_scn.x_nlinno)
|
D | coffswap.h | 66 H_GET_32 (abfd, ext->x_scn.x_scnlen) 70 H_GET_16 (abfd, ext->x_scn.x_nreloc) 74 H_GET_16 (abfd, ext->x_scn.x_nlinno) 78 H_PUT_32 (abfd, in, ext->x_scn.x_scnlen) 82 H_PUT_16 (abfd, in, ext->x_scn.x_nreloc) 86 H_PUT_16 (abfd, in, ext->x_scn.x_nlinno) 427 in->x_scn.x_scnlen = GET_SCN_SCNLEN (abfd, ext); in coff_swap_aux_in() 428 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext); in coff_swap_aux_in() 429 in->x_scn.x_nlinno = GET_SCN_NLINNO (abfd, ext); in coff_swap_aux_in() 433 in->x_scn.x_checksum = 0; in coff_swap_aux_in() [all …]
|
D | coffcode.h | 1042 switch (aux.x_scn.x_comdat) in handle_COMDAT() 3905 aux->u.auxent.x_scn.x_comdat = IMAGE_COMDAT_SELECT_ANY; in coff_write_object_contents() 3909 aux->u.auxent.x_scn.x_comdat = in coff_write_object_contents() 3914 aux->u.auxent.x_scn.x_comdat = in coff_write_object_contents() 3919 aux->u.auxent.x_scn.x_comdat = in coff_write_object_contents() 5785 in->x_scn.x_scnlen = H_GET_32 (abfd, ext->Section.Length); in coff_bigobj_swap_aux_in() 5786 in->x_scn.x_nreloc = in coff_bigobj_swap_aux_in() 5788 in->x_scn.x_nlinno = in coff_bigobj_swap_aux_in() 5790 in->x_scn.x_checksum = H_GET_32 (abfd, ext->Section.Checksum); in coff_bigobj_swap_aux_in() 5791 in->x_scn.x_associated = H_GET_16 (abfd, ext->Section.Number) in coff_bigobj_swap_aux_in() [all …]
|
D | coff-rs6000.c | 537 in->x_scn.x_scnlen = H_GET_32 (abfd, ext->x_scn.x_scnlen); in _bfd_xcoff_swap_aux_in() 538 in->x_scn.x_nreloc = H_GET_16 (abfd, ext->x_scn.x_nreloc); in _bfd_xcoff_swap_aux_in() 539 in->x_scn.x_nlinno = H_GET_16 (abfd, ext->x_scn.x_nlinno); in _bfd_xcoff_swap_aux_in() 542 in->x_scn.x_checksum = 0; in _bfd_xcoff_swap_aux_in() 543 in->x_scn.x_associated = 0; in _bfd_xcoff_swap_aux_in() 544 in->x_scn.x_comdat = 0; in _bfd_xcoff_swap_aux_in() 641 H_PUT_32 (abfd, in->x_scn.x_scnlen, ext->x_scn.x_scnlen); in _bfd_xcoff_swap_aux_out() 642 H_PUT_16 (abfd, in->x_scn.x_nreloc, ext->x_scn.x_nreloc); in _bfd_xcoff_swap_aux_out() 643 H_PUT_16 (abfd, in->x_scn.x_nlinno, ext->x_scn.x_nlinno); in _bfd_xcoff_swap_aux_out()
|
D | peXXigen.c | 321 in->x_scn.x_scnlen = GET_SCN_SCNLEN (abfd, ext); in _bfd_XXi_swap_aux_in() 322 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext); in _bfd_XXi_swap_aux_in() 323 in->x_scn.x_nlinno = GET_SCN_NLINNO (abfd, ext); in _bfd_XXi_swap_aux_in() 324 in->x_scn.x_checksum = H_GET_32 (abfd, ext->x_scn.x_checksum); in _bfd_XXi_swap_aux_in() 325 in->x_scn.x_associated = H_GET_16 (abfd, ext->x_scn.x_associated); in _bfd_XXi_swap_aux_in() 326 in->x_scn.x_comdat = H_GET_8 (abfd, ext->x_scn.x_comdat); in _bfd_XXi_swap_aux_in() 396 PUT_SCN_SCNLEN (abfd, in->x_scn.x_scnlen, ext); in _bfd_XXi_swap_aux_out() 397 PUT_SCN_NRELOC (abfd, in->x_scn.x_nreloc, ext); in _bfd_XXi_swap_aux_out() 398 PUT_SCN_NLINNO (abfd, in->x_scn.x_nlinno, ext); in _bfd_XXi_swap_aux_out() 399 H_PUT_32 (abfd, in->x_scn.x_checksum, ext->x_scn.x_checksum); in _bfd_XXi_swap_aux_out() [all …]
|
D | coffgen.c | 2184 (unsigned long) auxp->u.auxent.x_scn.x_scnlen, in coff_print_symbol() 2185 auxp->u.auxent.x_scn.x_nreloc, in coff_print_symbol() 2186 auxp->u.auxent.x_scn.x_nlinno); in coff_print_symbol() 2187 if (auxp->u.auxent.x_scn.x_checksum != 0 in coff_print_symbol() 2188 || auxp->u.auxent.x_scn.x_associated != 0 in coff_print_symbol() 2189 || auxp->u.auxent.x_scn.x_comdat != 0) in coff_print_symbol() 2191 auxp->u.auxent.x_scn.x_checksum, in coff_print_symbol() 2192 auxp->u.auxent.x_scn.x_associated, in coff_print_symbol() 2193 auxp->u.auxent.x_scn.x_comdat); in coff_print_symbol()
|
D | cofflink.c | 496 section->size = (*sym_hash)->aux[0].x_scn.x_scnlen; in coff_link_add_symbols() 2687 auxp->x_scn.x_scnlen = sec->size; in _bfd_coff_write_global_sym() 2709 auxp->x_scn.x_nreloc = sec->reloc_count; in _bfd_coff_write_global_sym() 2710 auxp->x_scn.x_nlinno = sec->lineno_count; in _bfd_coff_write_global_sym() 2711 auxp->x_scn.x_checksum = 0; in _bfd_coff_write_global_sym() 2712 auxp->x_scn.x_associated = 0; in _bfd_coff_write_global_sym() 2713 auxp->x_scn.x_comdat = 0; in _bfd_coff_write_global_sym()
|
D | coff64-rs6000.c | 399 in->x_scn.x_checksum = 0; in _bfd_xcoff64_swap_aux_in() 400 in->x_scn.x_associated = 0; in _bfd_xcoff64_swap_aux_in() 401 in->x_scn.x_comdat = 0; in _bfd_xcoff64_swap_aux_in()
|
D | ChangeLog-9697 | 5350 * peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields. 5351 (coff_swap_aux_out): Swap out extra PE x_scn fields. 5352 * coffswap.h (coff_swap_aux_in): Zero out extra PE x_scn fields. 5353 * coffgen.c (coff_print_symbol): If any of the extra PE x_scn
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-coff.h | 211 #define SA_GET_SCN_SCNLEN(s) (SYM_AUXENT (s)->x_scn.x_scnlen) 212 #define SA_GET_SCN_NRELOC(s) (SYM_AUXENT (s)->x_scn.x_nreloc) 213 #define SA_GET_SCN_NLINNO(s) (SYM_AUXENT (s)->x_scn.x_nlinno) 221 #define SA_SET_SCN_SCNLEN(s,v) (SYM_AUXENT (s)->x_scn.x_scnlen = (v)) 222 #define SA_SET_SCN_NRELOC(s,v) (SYM_AUXENT (s)->x_scn.x_nreloc = (v)) 223 #define SA_SET_SCN_NLINNO(s,v) (SYM_AUXENT (s)->x_scn.x_nlinno = (v))
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 825 (unsigned)bfd_h_get_32 (abfd, aux->x_scn.x_scnlen), in dump_xcoff32_symbols() 826 (unsigned)bfd_h_get_16 (abfd, aux->x_scn.x_nreloc), in dump_xcoff32_symbols() 827 (unsigned)bfd_h_get_16 (abfd, aux->x_scn.x_nlinno)); in dump_xcoff32_symbols() 832 (unsigned)bfd_h_get_32 (abfd, aux->x_scn.x_scnlen), in dump_xcoff32_symbols() 833 (unsigned)bfd_h_get_16 (abfd, aux->x_scn.x_nreloc)); in dump_xcoff32_symbols() 1544 ent_sz = bfd_h_get_32 (abfd, aux->x_scn.x_scnlen); in dump_xcoff32_toc()
|
D | coffgrok.c | 327 res->size = aux->x_scn.x_scnlen; in do_type()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-coff.c | 149 } x_scn; member 749 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_coff_write_to_file()
|
D | simple-object-xcoff.c | 206 } x_scn; member 843 set_32 (&syms[1].aux.x_scn.x_scnlen[0], scnsize); in simple_object_xcoff_write_to_file()
|