Home
last modified time | relevance | path

Searched refs:x_fsize (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/src/gnu/usr.bin/binutils/include/coff/
Drs6k64.h148 char x_fsize[4]; /* size of function */ member
167 char x_fsize[4]; member
Dsparc.h98 char x_fsize[4]; /* size of function */ member
Dor32.h230 char x_fsize[4]; /* size of function */ member
Di960.h198 char x_fsize[4]; /* size of function */ member
Dm88k.h105 char x_fsize[4]; /* size of function */ member
Dexternal.h205 char x_fsize[4]; /* size of function */ member
Drs6000.h146 char x_fsize[4]; /* size of function */ member
Dti.h346 char x_fsize[4]; /* size of function */ member
Dinternal.h523 long x_fsize; /* size of function */ member
/openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/
Drs6k64.h148 char x_fsize[4]; /* size of function */ member
167 char x_fsize[4]; member
Dsparc.h98 char x_fsize[4]; /* size of function */ member
Dor32.h230 char x_fsize[4]; /* size of function */ member
Di960.h198 char x_fsize[4]; /* size of function */ member
Dm88k.h105 char x_fsize[4]; /* size of function */ member
Dexternal.h205 char x_fsize[4]; /* size of function */ member
Drs6000.h146 char x_fsize[4]; /* size of function */ member
Dti.h346 char x_fsize[4]; /* size of function */ member
Dinternal.h523 long x_fsize; /* size of function */ member
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dobj-coff.h219 #define SA_GET_SYM_FSIZE(s) (SYM_AUXENT (s)->x_sym.x_misc.x_fsize)
230 #define SA_SET_SYM_FSIZE(s,v) (SYM_AUXENT (s)->x_sym.x_misc.x_fsize = (v))
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-coff.h288 #define SA_GET_SYM_FSIZE(s) (SYM_AUXENT (s)->x_sym.x_misc.x_fsize)
299 #define SA_SET_SYM_FSIZE(s,v) (SYM_AUXENT (s)->x_sym.x_misc.x_fsize=(v))
600 #define SA_GET_SYM_FSIZE(s) (SYM_AUXENT (s)->x_sym.x_misc.x_fsize)
615 #define SA_SET_SYM_FSIZE(s,v) (SYM_AUXENT (s)->x_sym.x_misc.x_fsize=(v))
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoffswap.h469 in->x_sym.x_misc.x_fsize = H_GET_32 (abfd, ext->x_sym.x_misc.x_fsize); in coff_swap_aux_in()
560 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize, ext->x_sym.x_misc.x_fsize); in coff_swap_aux_out()
DpeXXigen.c280 in->x_sym.x_misc.x_fsize = H_GET_32 (abfd, ext->x_sym.x_misc.x_fsize); in _bfd_XXi_swap_aux_in()
354 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize, ext->x_sym.x_misc.x_fsize); in _bfd_XXi_swap_aux_out()
Dcoff64-rs6000.c425 in->x_sym.x_misc.x_fsize
426 = H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_fsize);
512 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize,
513 ext->x_sym.x_fcnary.x_fcn.x_fsize);
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcoffswap.h516 in->x_sym.x_misc.x_fsize = H_GET_32 (abfd, ext->x_sym.x_misc.x_fsize);
609 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize, ext->x_sym.x_misc.x_fsize);
DpeXXigen.c316 in->x_sym.x_misc.x_fsize = H_GET_32 (abfd, ext->x_sym.x_misc.x_fsize);
390 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize, ext->x_sym.x_misc.x_fsize);

12