Searched refs:x_nreloc (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/coff/
H A Dsparc.h122 char x_nreloc[2]; /* # relocation entries */ member in struct:external_auxent::__anon455
H A Dexternal.h244 char x_nreloc[2]; /* # relocation entries */ member in struct:external_auxent::__anon392
H A Drs6000.h166 char x_nreloc[2]; /* # relocation entries */ member in struct:external_auxent::__anon429
H A Dinternal.h560 unsigned short x_nreloc; /* # relocation entries */ member in struct:internal_auxent::__anon408
H A Dti.h370 char x_nreloc[2]; /* # relocation entries */ member in struct:external_auxent::__anon476
/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h201 unsigned short x_nreloc; /* number of reloc entries */ member in struct:auxent::__anon38
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibpei.h96 H_GET_16 (abfd, ext->x_scn.x_nreloc)
108 H_PUT_16(abfd, in, ext->x_scn.x_nreloc)
H A Dcoffswap.h71 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);
527 PUT_SCN_NRELOC (abfd, in->x_scn.x_nreloc, ext);
H A Dcoff-rs6000.c444 in->x_scn.x_nreloc = H_GET_16 (abfd, ext->x_scn.x_nreloc);
553 H_PUT_16 (abfd, in->x_scn.x_nreloc, ext->x_scn.x_nreloc);
H A DpeXXigen.c251 in->x_scn.x_nreloc = GET_SCN_NRELOC (abfd, ext);
325 PUT_SCN_NRELOC (abfd, in->x_scn.x_nreloc, ext);
H A Dcoffgen.c1943 auxp->u.auxent.x_scn.x_nreloc,
H A Dcofflink.c2638 auxp->x_scn.x_nreloc = sec->reloc_count;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.h237 #define SA_GET_SCN_NRELOC(s) (SYM_AUXENT (s)->x_scn.x_nreloc)
247 #define SA_SET_SCN_NRELOC(s,v) (SYM_AUXENT (s)->x_scn.x_nreloc = (v))

Completed in 209 milliseconds