Searched refs:x_fsize (Results 1 – 16 of 16) sorted by relevance
/toolchain/binutils/binutils-2.25/include/coff/ |
D | rs6k64.h | 149 char x_fsize[4]; /* size of function */ member 170 char x_fsize[4]; member
|
D | sparc.h | 99 char x_fsize[4]; /* size of function */ member
|
D | i960.h | 199 char x_fsize[4]; /* size of function */ member
|
D | external.h | 207 char x_fsize[4]; /* size of function */ member
|
D | m88k.h | 106 char x_fsize[4]; /* size of function */ member
|
D | rs6000.h | 157 char x_fsize[4]; /* size of function */ member
|
D | internal.h | 565 long x_fsize; /* size of function */ member
|
D | ti.h | 430 char x_fsize[4]; /* size of function */ member
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-coff.h | 206 #define SA_GET_SYM_FSIZE(s) (SYM_AUXENT (s)->x_sym.x_misc.x_fsize) 217 #define SA_SET_SYM_FSIZE(s,v) (SYM_AUXENT (s)->x_sym.x_misc.x_fsize = (v))
|
/toolchain/binutils/binutils-2.25/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() 561 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize, ext->x_sym.x_misc.x_fsize); in coff_swap_aux_out()
|
D | coff64-rs6000.c | 418 in->x_sym.x_misc.x_fsize in _bfd_xcoff64_swap_aux_in() 419 = H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_fsize); in _bfd_xcoff64_swap_aux_in() 504 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize, in _bfd_xcoff64_swap_aux_out() 505 ext->x_sym.x_fcnary.x_fcn.x_fsize); in _bfd_xcoff64_swap_aux_out()
|
D | coff-rs6000.c | 576 in->x_sym.x_misc.x_fsize = H_GET_32 (abfd, ext->x_sym.x_misc.x_fsize); in _bfd_xcoff_swap_aux_in() 673 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize, ext->x_sym.x_misc.x_fsize); in _bfd_xcoff_swap_aux_out()
|
D | peXXigen.c | 355 in->x_sym.x_misc.x_fsize = H_GET_32 (abfd, ext->x_sym.x_misc.x_fsize); in _bfd_XXi_swap_aux_in() 429 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 | coffgen.c | 2212 (unsigned long) auxp->u.auxent.x_sym.x_misc.x_fsize, in coff_print_symbol()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | rdcoff.c | 770 fnend = bfd_asymbol_value (sym) + auxent.x_sym.x_misc.x_fsize; in parse_coff()
|
D | od-xcoff.c | 844 (abfd, aux->x_sym.x_misc.x_fsize), in dump_xcoff32_symbols()
|