| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | libpei.h | 92 H_GET_32 (abfd, ext->x_scn.x_scnlen) 96 H_GET_16 (abfd, ext->x_scn.x_nreloc) 100 H_GET_16 (abfd, ext->x_scn.x_nlinno) 104 H_PUT_32(abfd, in, ext->x_scn.x_scnlen) 108 H_PUT_16(abfd, in, ext->x_scn.x_nreloc) 112 H_PUT_16(abfd,in, ext->x_scn.x_nlinno)
|
| D | coffswap.h | 67 H_GET_32 (abfd, ext->x_scn.x_scnlen) 71 H_GET_16 (abfd, ext->x_scn.x_nreloc) 75 H_GET_16 (abfd, ext->x_scn.x_nlinno) 79 H_PUT_32 (abfd, in, ext->x_scn.x_scnlen) 83 H_PUT_16 (abfd, in, ext->x_scn.x_nreloc) 87 H_PUT_16 (abfd, in, ext->x_scn.x_nlinno) 428 in->x_scn.x_scnlen = GET_SCN_SCNLEN (abfd, ext); in coff_swap_aux_in() 429 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext); in coff_swap_aux_in() 430 in->x_scn.x_nlinno = GET_SCN_NLINNO (abfd, ext); in coff_swap_aux_in() 434 in->x_scn.x_checksum = 0; in coff_swap_aux_in() [all …]
|
| D | peXXigen.c | 249 in->x_scn.x_scnlen = GET_SCN_SCNLEN (abfd, ext); in _bfd_XXi_swap_aux_in() 250 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext); in _bfd_XXi_swap_aux_in() 251 in->x_scn.x_nlinno = GET_SCN_NLINNO (abfd, ext); in _bfd_XXi_swap_aux_in() 252 in->x_scn.x_checksum = H_GET_32 (abfd, ext->x_scn.x_checksum); in _bfd_XXi_swap_aux_in() 253 in->x_scn.x_associated = H_GET_16 (abfd, ext->x_scn.x_associated); in _bfd_XXi_swap_aux_in() 254 in->x_scn.x_comdat = H_GET_8 (abfd, ext->x_scn.x_comdat); in _bfd_XXi_swap_aux_in() 323 PUT_SCN_SCNLEN (abfd, in->x_scn.x_scnlen, ext); in _bfd_XXi_swap_aux_out() 324 PUT_SCN_NRELOC (abfd, in->x_scn.x_nreloc, ext); in _bfd_XXi_swap_aux_out() 325 PUT_SCN_NLINNO (abfd, in->x_scn.x_nlinno, ext); in _bfd_XXi_swap_aux_out() 326 H_PUT_32 (abfd, in->x_scn.x_checksum, ext->x_scn.x_checksum); in _bfd_XXi_swap_aux_out() [all …]
|
| D | coffgen.c | 1942 (long) auxp->u.auxent.x_scn.x_scnlen, in coff_print_symbol() 1943 auxp->u.auxent.x_scn.x_nreloc, in coff_print_symbol() 1944 auxp->u.auxent.x_scn.x_nlinno); in coff_print_symbol() 1945 if (auxp->u.auxent.x_scn.x_checksum != 0 in coff_print_symbol() 1946 || auxp->u.auxent.x_scn.x_associated != 0 in coff_print_symbol() 1947 || auxp->u.auxent.x_scn.x_comdat != 0) in coff_print_symbol() 1949 auxp->u.auxent.x_scn.x_checksum, in coff_print_symbol() 1950 auxp->u.auxent.x_scn.x_associated, in coff_print_symbol() 1951 auxp->u.auxent.x_scn.x_comdat); in coff_print_symbol()
|
| D | coff-rs6000.c | 442 in->x_scn.x_scnlen = H_GET_32 (abfd, ext->x_scn.x_scnlen); 443 in->x_scn.x_nreloc = H_GET_16 (abfd, ext->x_scn.x_nreloc); 444 in->x_scn.x_nlinno = H_GET_16 (abfd, ext->x_scn.x_nlinno); 447 in->x_scn.x_checksum = 0; 448 in->x_scn.x_associated = 0; 449 in->x_scn.x_comdat = 0; 551 H_PUT_32 (abfd, in->x_scn.x_scnlen, ext->x_scn.x_scnlen); 552 H_PUT_16 (abfd, in->x_scn.x_nreloc, ext->x_scn.x_nreloc); 553 H_PUT_16 (abfd, in->x_scn.x_nlinno, ext->x_scn.x_nlinno);
|
| D | cofflink.c | 557 section->size = (*sym_hash)->aux[0].x_scn.x_scnlen; in coff_link_add_symbols() 2615 auxp->x_scn.x_scnlen = sec->size; in _bfd_coff_write_global_sym() 2637 auxp->x_scn.x_nreloc = sec->reloc_count; in _bfd_coff_write_global_sym() 2638 auxp->x_scn.x_nlinno = sec->lineno_count; in _bfd_coff_write_global_sym() 2639 auxp->x_scn.x_checksum = 0; in _bfd_coff_write_global_sym() 2640 auxp->x_scn.x_associated = 0; in _bfd_coff_write_global_sym() 2641 auxp->x_scn.x_comdat = 0; in _bfd_coff_write_global_sym()
|
| D | coffcode.h | 884 switch (aux.x_scn.x_comdat) in handle_COMDAT() 3661 aux->u.auxent.x_scn.x_comdat = IMAGE_COMDAT_SELECT_ANY; in coff_write_object_contents() 3665 aux->u.auxent.x_scn.x_comdat = in coff_write_object_contents() 3670 aux->u.auxent.x_scn.x_comdat = in coff_write_object_contents() 3675 aux->u.auxent.x_scn.x_comdat = in coff_write_object_contents()
|
| D | coff64-rs6000.c | 408 in->x_scn.x_checksum = 0; 409 in->x_scn.x_associated = 0; 410 in->x_scn.x_comdat = 0;
|
| 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
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | obj-coff.h | 236 #define SA_GET_SCN_SCNLEN(s) (SYM_AUXENT (s)->x_scn.x_scnlen) 237 #define SA_GET_SCN_NRELOC(s) (SYM_AUXENT (s)->x_scn.x_nreloc) 238 #define SA_GET_SCN_NLINNO(s) (SYM_AUXENT (s)->x_scn.x_nlinno) 246 #define SA_SET_SCN_SCNLEN(s,v) (SYM_AUXENT (s)->x_scn.x_scnlen = (v)) 247 #define SA_SET_SCN_NRELOC(s,v) (SYM_AUXENT (s)->x_scn.x_nreloc = (v)) 248 #define SA_SET_SCN_NLINNO(s,v) (SYM_AUXENT (s)->x_scn.x_nlinno = (v))
|
| /freebsd-9-stable/contrib/binutils/include/coff/ |
| D | ti.h | 372 } x_scn; member 390 (H_GET_32 (ABFD, (EXT)->x_scn.x_scnlen) * bfd_octets_per_byte (ABFD)) 392 H_PUT_32 (ABFD, (INT) / bfd_octets_per_byte (ABFD), (EXT)->x_scn.x_scnlen)
|
| D | sparc.h | 124 } x_scn; member
|
| D | external.h | 251 } x_scn; member
|
| D | rs6000.h | 168 } x_scn; member
|
| D | internal.h | 565 } x_scn; member
|
| /freebsd-9-stable/cddl/contrib/opensolaris/head/ |
| D | syms.h | 203 } x_scn; member
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | coffgrok.c | 327 res->size = aux->x_scn.x_scnlen; in do_type()
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | coffread.c | 830 main_aux.x_scn.x_scnlen); in coff_symtab_read()
|