Searched refs:x_fsize (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/coff/
H A Drs6k64.h148 char x_fsize[4]; /* size of function */ member in struct:external_auxent::__anon436::__anon437::__anon439
167 char x_fsize[4]; member in struct:external_auxent::__anon442
H A Dsparc.h98 char x_fsize[4]; /* size of function */ member in union:external_auxent::__anon447::__anon448
H A Dexternal.h206 char x_fsize[4]; /* size of function */ member in union:external_auxent::__anon384::__anon385
H A Drs6000.h142 char x_fsize[4]; /* size of function */ member in union:external_auxent::__anon421::__anon422
H A Dinternal.h523 long x_fsize; /* size of function */ member in union:internal_auxent::__anon398::__anon400
H A Dti.h346 char x_fsize[4]; /* size of function */ member in union:external_auxent::__anon468::__anon469
/freebsd-11-stable/cddl/contrib/opensolaris/head/
H A Dsyms.h177 long x_fsize; /* size of function */ member in union:auxent::__anon31::__anon32
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.h231 #define SA_GET_SYM_FSIZE(s) (SYM_AUXENT (s)->x_sym.x_misc.x_fsize)
242 #define SA_SET_SYM_FSIZE(s,v) (SYM_AUXENT (s)->x_sym.x_misc.x_fsize = (v))
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffswap.h469 in->x_sym.x_misc.x_fsize = H_GET_32 (abfd, ext->x_sym.x_misc.x_fsize);
560 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize, ext->x_sym.x_misc.x_fsize);
H A Dcoff64-rs6000.c426 in->x_sym.x_misc.x_fsize
427 = H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_fsize);
513 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize,
514 ext->x_sym.x_fcnary.x_fcn.x_fsize);
H A DpeXXigen.c283 in->x_sym.x_misc.x_fsize = H_GET_32 (abfd, ext->x_sym.x_misc.x_fsize);
356 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize, ext->x_sym.x_misc.x_fsize);
H A Dcoff-rs6000.c481 in->x_sym.x_misc.x_fsize = H_GET_32 (abfd, ext->x_sym.x_misc.x_fsize);
583 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize, ext->x_sym.x_misc.x_fsize);
H A Dcoffgen.c1968 tagndx, auxp->u.auxent.x_sym.x_misc.x_fsize,
/freebsd-11-stable/contrib/binutils/binutils/
H A Drdcoff.c767 fnend = bfd_asymbol_value (sym) + auxent.x_sym.x_misc.x_fsize;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c1028 fcn_aux_saved.x_sym.x_misc.x_fsize
1038 + fcn_aux_saved.x_sym.x_misc.x_fsize
H A Dxcoffread.c1306 + fcn_aux_saved.x_sym.x_misc.x_fsize

Completed in 286 milliseconds