Home
last modified time | relevance | path

Searched refs:x_scn (Results 1 – 18 of 18) sorted by relevance

/freebsd-9-stable/contrib/binutils/bfd/
Dlibpei.h92 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)
Dcoffswap.h67 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 …]
DpeXXigen.c249 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 …]
Dcoffgen.c1942 (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()
Dcoff-rs6000.c442 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);
Dcofflink.c557 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()
Dcoffcode.h884 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()
Dcoff64-rs6000.c408 in->x_scn.x_checksum = 0;
409 in->x_scn.x_associated = 0;
410 in->x_scn.x_comdat = 0;
DChangeLog-96975350 * 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/
Dobj-coff.h236 #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/
Dti.h372 } 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)
Dsparc.h124 } x_scn; member
Dexternal.h251 } x_scn; member
Drs6000.h168 } x_scn; member
Dinternal.h565 } x_scn; member
/freebsd-9-stable/cddl/contrib/opensolaris/head/
Dsyms.h203 } x_scn; member
/freebsd-9-stable/contrib/binutils/binutils/
Dcoffgrok.c327 res->size = aux->x_scn.x_scnlen; in do_type()
/freebsd-9-stable/contrib/gdb/gdb/
Dcoffread.c830 main_aux.x_scn.x_scnlen); in coff_symtab_read()