| /openbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | rs6k64.h | 148 char x_fsize[4]; /* size of function */ member 167 char x_fsize[4]; member
|
| D | sparc.h | 98 char x_fsize[4]; /* size of function */ member
|
| D | or32.h | 230 char x_fsize[4]; /* size of function */ member
|
| D | i960.h | 198 char x_fsize[4]; /* size of function */ member
|
| D | m88k.h | 105 char x_fsize[4]; /* size of function */ member
|
| D | external.h | 205 char x_fsize[4]; /* size of function */ member
|
| D | rs6000.h | 146 char x_fsize[4]; /* size of function */ member
|
| D | ti.h | 346 char x_fsize[4]; /* size of function */ member
|
| D | internal.h | 523 long x_fsize; /* size of function */ member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/ |
| D | rs6k64.h | 148 char x_fsize[4]; /* size of function */ member 167 char x_fsize[4]; member
|
| D | sparc.h | 98 char x_fsize[4]; /* size of function */ member
|
| D | or32.h | 230 char x_fsize[4]; /* size of function */ member
|
| D | i960.h | 198 char x_fsize[4]; /* size of function */ member
|
| D | m88k.h | 105 char x_fsize[4]; /* size of function */ member
|
| D | external.h | 205 char x_fsize[4]; /* size of function */ member
|
| D | rs6000.h | 146 char x_fsize[4]; /* size of function */ member
|
| D | ti.h | 346 char x_fsize[4]; /* size of function */ member
|
| D | internal.h | 523 long x_fsize; /* size of function */ member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | obj-coff.h | 219 #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/ |
| D | obj-coff.h | 288 #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/ |
| D | coffswap.h | 469 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()
|
| D | peXXigen.c | 280 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()
|
| D | coff64-rs6000.c | 425 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/ |
| D | coffswap.h | 516 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);
|
| D | peXXigen.c | 316 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);
|