| /openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/ |
| D | m88k.h | 151 } x_scn; member 170 H_GET_32 (abfd, ext->x_scn.x_nreloc) 172 H_GET_32 (abfd, ext->x_scn.x_nlinno) 174 H_PUT_32 (abfd, in, ext->x_scn.x_nreloc) 176 H_PUT_32 (abfd,in, ext->x_scn.x_nlinno)
|
| 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 | or32.h | 274 x_scn; member
|
| D | i960.h | 239 } x_scn; member
|
| D | external.h | 250 } x_scn; member
|
| D | rs6000.h | 172 } x_scn; member
|
| /openbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | m88k.h | 151 } x_scn; member 170 H_GET_32 (abfd, ext->x_scn.x_nreloc) 172 H_GET_32 (abfd, ext->x_scn.x_nlinno) 174 H_PUT_32 (abfd, in, ext->x_scn.x_nreloc) 176 H_PUT_32 (abfd,in, ext->x_scn.x_nlinno)
|
| 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 | or32.h | 274 x_scn; member
|
| D | i960.h | 239 } x_scn; member
|
| D | external.h | 250 } x_scn; member
|
| D | rs6000.h | 172 } x_scn; member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/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 | 247 in->x_scn.x_scnlen = GET_SCN_SCNLEN (abfd, ext); in _bfd_XXi_swap_aux_in() 248 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext); in _bfd_XXi_swap_aux_in() 249 in->x_scn.x_nlinno = GET_SCN_NLINNO (abfd, ext); in _bfd_XXi_swap_aux_in() 250 in->x_scn.x_checksum = H_GET_32 (abfd, ext->x_scn.x_checksum); in _bfd_XXi_swap_aux_in() 251 in->x_scn.x_associated = H_GET_16 (abfd, ext->x_scn.x_associated); in _bfd_XXi_swap_aux_in() 252 in->x_scn.x_comdat = H_GET_8 (abfd, ext->x_scn.x_comdat); in _bfd_XXi_swap_aux_in() 322 PUT_SCN_SCNLEN (abfd, in->x_scn.x_scnlen, ext); in _bfd_XXi_swap_aux_out() 323 PUT_SCN_NRELOC (abfd, in->x_scn.x_nreloc, ext); in _bfd_XXi_swap_aux_out() 324 PUT_SCN_NLINNO (abfd, in->x_scn.x_nlinno, ext); in _bfd_XXi_swap_aux_out() 325 H_PUT_32 (abfd, in->x_scn.x_checksum, ext->x_scn.x_checksum); in _bfd_XXi_swap_aux_out() [all …]
|
| D | coffgen.c | 1933 (long) auxp->u.auxent.x_scn.x_scnlen, in coff_print_symbol() 1934 auxp->u.auxent.x_scn.x_nreloc, in coff_print_symbol() 1935 auxp->u.auxent.x_scn.x_nlinno); in coff_print_symbol() 1936 if (auxp->u.auxent.x_scn.x_checksum != 0 in coff_print_symbol() 1937 || auxp->u.auxent.x_scn.x_associated != 0 in coff_print_symbol() 1938 || auxp->u.auxent.x_scn.x_comdat != 0) in coff_print_symbol() 1940 auxp->u.auxent.x_scn.x_checksum, in coff_print_symbol() 1941 auxp->u.auxent.x_scn.x_associated, in coff_print_symbol() 1942 auxp->u.auxent.x_scn.x_comdat); in coff_print_symbol()
|
| D | coff-rs6000.c | 446 in->x_scn.x_scnlen = H_GET_32 (abfd, ext->x_scn.x_scnlen); 447 in->x_scn.x_nreloc = H_GET_16 (abfd, ext->x_scn.x_nreloc); 448 in->x_scn.x_nlinno = H_GET_16 (abfd, ext->x_scn.x_nlinno); 451 in->x_scn.x_checksum = 0; 452 in->x_scn.x_associated = 0; 453 in->x_scn.x_comdat = 0; 555 H_PUT_32 (abfd, in->x_scn.x_scnlen, ext->x_scn.x_scnlen); 556 H_PUT_16 (abfd, in->x_scn.x_nreloc, ext->x_scn.x_nreloc); 557 H_PUT_16 (abfd, in->x_scn.x_nlinno, ext->x_scn.x_nlinno);
|
| /openbsd/src/gnu/usr.bin/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) 474 in->x_scn.x_scnlen = GET_SCN_SCNLEN (abfd, ext); 475 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext); 476 in->x_scn.x_nlinno = GET_SCN_NLINNO (abfd, ext); 480 in->x_scn.x_checksum = 0; [all …]
|
| D | peXXigen.c | 283 in->x_scn.x_scnlen = GET_SCN_SCNLEN (abfd, ext); 284 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext); 285 in->x_scn.x_nlinno = GET_SCN_NLINNO (abfd, ext); 286 in->x_scn.x_checksum = H_GET_32 (abfd, ext->x_scn.x_checksum); 287 in->x_scn.x_associated = H_GET_16 (abfd, ext->x_scn.x_associated); 288 in->x_scn.x_comdat = H_GET_8 (abfd, ext->x_scn.x_comdat); 358 PUT_SCN_SCNLEN (abfd, in->x_scn.x_scnlen, ext); 359 PUT_SCN_NRELOC (abfd, in->x_scn.x_nreloc, ext); 360 PUT_SCN_NLINNO (abfd, in->x_scn.x_nlinno, ext); 361 H_PUT_32 (abfd, in->x_scn.x_checksum, ext->x_scn.x_checksum); [all …]
|
| D | coffgen.c | 1458 csym[1].u.auxent.x_scn.x_scnlen = sec->_raw_size; 1459 csym[1].u.auxent.x_scn.x_nreloc = sec->reloc_count; 1460 csym[1].u.auxent.x_scn.x_nlinno = sec->lineno_count; 2116 (long) auxp->u.auxent.x_scn.x_scnlen, 2117 auxp->u.auxent.x_scn.x_nreloc, 2118 auxp->u.auxent.x_scn.x_nlinno); 2119 if (auxp->u.auxent.x_scn.x_checksum != 0 2120 || auxp->u.auxent.x_scn.x_associated != 0 2121 || auxp->u.auxent.x_scn.x_comdat != 0) 2123 auxp->u.auxent.x_scn.x_checksum, [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | obj-coff.h | 224 #define SA_GET_SCN_SCNLEN(s) (SYM_AUXENT (s)->x_scn.x_scnlen) 225 #define SA_GET_SCN_NRELOC(s) (SYM_AUXENT (s)->x_scn.x_nreloc) 226 #define SA_GET_SCN_NLINNO(s) (SYM_AUXENT (s)->x_scn.x_nlinno) 234 #define SA_SET_SCN_SCNLEN(s,v) (SYM_AUXENT (s)->x_scn.x_scnlen = (v)) 235 #define SA_SET_SCN_NRELOC(s,v) (SYM_AUXENT (s)->x_scn.x_nreloc = (v)) 236 #define SA_SET_SCN_NLINNO(s,v) (SYM_AUXENT (s)->x_scn.x_nlinno = (v))
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-coff.h | 293 #define SA_GET_SCN_SCNLEN(s) (SYM_AUXENT (s)->x_scn.x_scnlen) 294 #define SA_GET_SCN_NRELOC(s) (SYM_AUXENT (s)->x_scn.x_nreloc) 295 #define SA_GET_SCN_NLINNO(s) (SYM_AUXENT (s)->x_scn.x_nlinno) 303 #define SA_SET_SCN_SCNLEN(s,v) (SYM_AUXENT (s)->x_scn.x_scnlen=(v)) 304 #define SA_SET_SCN_NRELOC(s,v) (SYM_AUXENT (s)->x_scn.x_nreloc=(v)) 305 #define SA_SET_SCN_NLINNO(s,v) (SYM_AUXENT (s)->x_scn.x_nlinno=(v)) 607 #define SA_GET_SCN_SCNLEN(s) (SYM_AUXENT (s)->x_scn.x_scnlen) 608 #define SA_GET_SCN_NRELOC(s) (SYM_AUXENT (s)->x_scn.x_nreloc) 609 #define SA_GET_SCN_NLINNO(s) (SYM_AUXENT (s)->x_scn.x_nlinno) 622 #define SA_SET_SCN_SCNLEN(s,v) (SYM_AUXENT (s)->x_scn.x_scnlen=(v)) [all …]
|