/toolchain/binutils/binutils-2.27/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 | 347 _bfd_xcoff64_swap_aux_in (bfd *abfd, void *ext1, int type, int in_class, in _bfd_xcoff64_swap_aux_in() argument 353 switch (in_class) in _bfd_xcoff64_swap_aux_in() 409 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in _bfd_xcoff64_swap_aux_in() 410 || ISTAG (in_class)) in _bfd_xcoff64_swap_aux_in() 434 _bfd_xcoff64_swap_aux_out (bfd *abfd, void *inp, int type, int in_class, in _bfd_xcoff64_swap_aux_out() argument 443 switch (in_class) in _bfd_xcoff64_swap_aux_out() 493 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in _bfd_xcoff64_swap_aux_out() 494 || ISTAG (in_class)) in _bfd_xcoff64_swap_aux_out()
|
D | coff-rs6000.c | 454 _bfd_xcoff_swap_aux_in (bfd *abfd, void * ext1, int type, int in_class, in _bfd_xcoff_swap_aux_in() argument 460 switch (in_class) in _bfd_xcoff_swap_aux_in() 526 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in _bfd_xcoff_swap_aux_in() 527 || ISTAG (in_class)) in _bfd_xcoff_swap_aux_in() 564 _bfd_xcoff_swap_aux_out (bfd *abfd, void * inp, int type, int in_class, in _bfd_xcoff_swap_aux_out() argument 573 switch (in_class) in _bfd_xcoff_swap_aux_out() 624 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in _bfd_xcoff_swap_aux_out() 625 || ISTAG (in_class)) in _bfd_xcoff_swap_aux_out()
|
D | peXXigen.c | 294 int in_class, in _bfd_XXi_swap_aux_in() argument 305 switch (in_class) in _bfd_XXi_swap_aux_in() 336 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in _bfd_XXi_swap_aux_in() 337 || ISTAG (in_class)) in _bfd_XXi_swap_aux_in() 369 int in_class, in _bfd_XXi_swap_aux_out() argument 379 switch (in_class) in _bfd_XXi_swap_aux_out() 411 if (in_class == C_BLOCK || in_class == C_FCN || ISFCN (type) in _bfd_XXi_swap_aux_out() 412 || ISTAG (in_class)) in _bfd_XXi_swap_aux_out()
|
D | coffcode.h | 5807 int in_class, in coff_bigobj_swap_aux_in() argument 5815 switch (in_class) in coff_bigobj_swap_aux_in() 5857 int in_class, in coff_bigobj_swap_aux_out() argument 5867 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.27/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.27/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-0415 | 160 variable to in_class to match changes in function that use this
|