/openbsd/gnu/usr.bin/binutils/include/coff/ |
H A D | m88k.h | 149 char x_nreloc[4]; /* # relocation entries */ member 170 H_GET_32 (abfd, ext->x_scn.x_nreloc) 174 H_PUT_32 (abfd, in, ext->x_scn.x_nreloc)
|
H A D | sparc.h | 122 char x_nreloc[2]; /* # relocation entries */ member
|
H A D | or32.h | 271 char x_nreloc[2]; /* # relocation entries */ member
|
H A D | i960.h | 236 char x_nreloc[2]; /* # relocation entries */ member
|
H A D | external.h | 243 char x_nreloc[2]; /* # relocation entries */ member
|
H A D | rs6000.h | 170 char x_nreloc[2]; /* # relocation entries */ member
|
H A D | internal.h | 560 unsigned short x_nreloc; /* # relocation entries */ member
|
H A D | ti.h | 370 char x_nreloc[2]; /* # relocation entries */ member
|
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/ |
H A D | m88k.h | 149 char x_nreloc[4]; /* # relocation entries */ member 170 H_GET_32 (abfd, ext->x_scn.x_nreloc) 174 H_PUT_32 (abfd, in, ext->x_scn.x_nreloc)
|
H A D | sparc.h | 122 char x_nreloc[2]; /* # relocation entries */ member
|
H A D | or32.h | 271 char x_nreloc[2]; /* # relocation entries */ member
|
H A D | i960.h | 236 char x_nreloc[2]; /* # relocation entries */ member
|
H A D | external.h | 243 char x_nreloc[2]; /* # relocation entries */ member
|
H A D | rs6000.h | 170 char x_nreloc[2]; /* # relocation entries */ member
|
H A D | ti.h | 370 char x_nreloc[2]; /* # relocation entries */ member
|
H A D | internal.h | 560 unsigned short x_nreloc; /* # relocation entries */ member
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | libpei.h | 96 H_GET_16 (abfd, ext->x_scn.x_nreloc) 108 H_PUT_16(abfd, in, ext->x_scn.x_nreloc)
|
H A D | coffswap.h | 71 H_GET_16 (abfd, ext->x_scn.x_nreloc) 83 H_PUT_16 (abfd, in, ext->x_scn.x_nreloc) 429 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext); in coff_swap_aux_in() 527 PUT_SCN_NRELOC (abfd, in->x_scn.x_nreloc, ext); in coff_swap_aux_out()
|
H A D | coff-rs6000.c | 447 in->x_scn.x_nreloc = H_GET_16 (abfd, ext->x_scn.x_nreloc); 556 H_PUT_16 (abfd, in->x_scn.x_nreloc, ext->x_scn.x_nreloc);
|
H A D | peXXigen.c | 248 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext); in _bfd_XXi_swap_aux_in() 323 PUT_SCN_NRELOC (abfd, in->x_scn.x_nreloc, ext); in _bfd_XXi_swap_aux_out()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | libpei.h | 96 H_GET_16 (abfd, ext->x_scn.x_nreloc) 108 H_PUT_16(abfd, in, ext->x_scn.x_nreloc)
|
H A D | coffswap.h | 71 H_GET_16 (abfd, ext->x_scn.x_nreloc) 83 H_PUT_16 (abfd, in, ext->x_scn.x_nreloc) 475 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext); 576 PUT_SCN_NRELOC (abfd, in->x_scn.x_nreloc, ext);
|
H A D | coff-rs6000.c | 447 in->x_scn.x_nreloc = H_GET_16 (abfd, ext->x_scn.x_nreloc); 556 H_PUT_16 (abfd, in->x_scn.x_nreloc, ext->x_scn.x_nreloc);
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-coff.h | 225 #define SA_GET_SCN_NRELOC(s) (SYM_AUXENT (s)->x_scn.x_nreloc) 235 #define SA_SET_SCN_NRELOC(s,v) (SYM_AUXENT (s)->x_scn.x_nreloc = (v))
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-coff.h | 294 #define SA_GET_SCN_NRELOC(s) (SYM_AUXENT (s)->x_scn.x_nreloc) 304 #define SA_SET_SCN_NRELOC(s,v) (SYM_AUXENT (s)->x_scn.x_nreloc=(v)) 608 #define SA_GET_SCN_NRELOC(s) (SYM_AUXENT (s)->x_scn.x_nreloc) 623 #define SA_SET_SCN_NRELOC(s,v) (SYM_AUXENT (s)->x_scn.x_nreloc=(v))
|