/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-stgo32.c | 218 int in_class, in adjust_aux_in_post() argument 225 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in adjust_aux_in_post() 226 || ISTAG (in_class)) in adjust_aux_in_post() 236 int in_class, in adjust_aux_out_pre() argument 243 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in adjust_aux_out_pre() 244 || ISTAG (in_class)) in adjust_aux_out_pre() 254 int in_class, in adjust_aux_out_post() argument 261 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in adjust_aux_out_post() 262 || ISTAG (in_class)) in adjust_aux_out_post()
|
D | coffswap.h | 383 int in_class, in coff_swap_aux_in() argument 392 COFF_ADJUST_AUX_IN_PRE (abfd, ext1, type, in_class, indx, numaux, in1); in coff_swap_aux_in() 395 switch (in_class) in coff_swap_aux_in() 447 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in coff_swap_aux_in() 448 || ISTAG (in_class)) in coff_swap_aux_in() 479 COFF_ADJUST_AUX_IN_POST (abfd, ext1, type, in_class, indx, numaux, in1); in coff_swap_aux_in() 487 int in_class, in coff_swap_aux_out() argument 496 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, in_class, indx, numaux, extp); in coff_swap_aux_out() 501 switch (in_class) in coff_swap_aux_out() 539 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in coff_swap_aux_out() [all …]
|
D | coff64-rs6000.c | 346 _bfd_xcoff64_swap_aux_in (bfd *abfd, void *ext1, int type, int in_class, in _bfd_xcoff64_swap_aux_in() argument 352 switch (in_class) in _bfd_xcoff64_swap_aux_in() 408 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in _bfd_xcoff64_swap_aux_in() 409 || ISTAG (in_class)) in _bfd_xcoff64_swap_aux_in() 433 _bfd_xcoff64_swap_aux_out (bfd *abfd, void *inp, int type, int in_class, in _bfd_xcoff64_swap_aux_out() argument 442 switch (in_class) in _bfd_xcoff64_swap_aux_out() 492 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in _bfd_xcoff64_swap_aux_out() 493 || ISTAG (in_class)) in _bfd_xcoff64_swap_aux_out()
|
D | coff-rs6000.c | 482 _bfd_xcoff_swap_aux_in (bfd *abfd, void * ext1, int type, int in_class, in _bfd_xcoff_swap_aux_in() argument 488 switch (in_class) in _bfd_xcoff_swap_aux_in() 554 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in _bfd_xcoff_swap_aux_in() 555 || ISTAG (in_class)) in _bfd_xcoff_swap_aux_in() 592 _bfd_xcoff_swap_aux_out (bfd *abfd, void * inp, int type, int in_class, in _bfd_xcoff_swap_aux_out() argument 601 switch (in_class) in _bfd_xcoff_swap_aux_out() 652 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in _bfd_xcoff_swap_aux_out() 653 || ISTAG (in_class)) in _bfd_xcoff_swap_aux_out()
|
D | peXXigen.c | 293 int in_class, in _bfd_XXi_swap_aux_in() argument 304 switch (in_class) in _bfd_XXi_swap_aux_in() 335 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in _bfd_XXi_swap_aux_in() 336 || ISTAG (in_class)) in _bfd_XXi_swap_aux_in() 368 int in_class, in _bfd_XXi_swap_aux_out() argument 378 switch (in_class) in _bfd_XXi_swap_aux_out() 410 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in _bfd_XXi_swap_aux_out() 411 || ISTAG (in_class)) in _bfd_XXi_swap_aux_out()
|
D | coffcode.h | 5759 int in_class, in coff_bigobj_swap_aux_in() argument 5767 switch (in_class) in coff_bigobj_swap_aux_in() 5809 int in_class, in coff_bigobj_swap_aux_out() argument 5819 switch (in_class) in coff_bigobj_swap_aux_out()
|
D | ChangeLog-2009 | 928 (_bfd_xcoff_swap_aux_out): Rename arguments class to in_class. 931 to in_class. 933 (_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class. 945 argument class to in_class. 951 Rename argument class to in_class.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | m88k-dis.c | 698 unsigned int in_class; in m88kdis() local 708 in_class = instruction & DEFMASK; in m88kdis() 709 if ((in_class >= SFU0) && (in_class <= SFU7)) in m88kdis() 716 else if (in_class == RRR) in m88kdis() 718 else if (in_class == RRI10) in m88kdis()
|
D | ChangeLog-2009 | 804 * m88k-dis.c (m88kdis): Rename variable class to in_class.
|
D | ChangeLog-0001 | 1002 (in_class): Handle format M5.
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | ti.h | 480 (H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) / (in_class != C_FIELD ? 8 : 1)) 483 H_PUT_16 (abfd, ((in_class != C_FIELD) ? (in) * 8 : (in)), \
|
D | ChangeLog | 150 variable to in_class to match changes in function that use this
|