Home
last modified time | relevance | path

Searched refs:in_class (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-stgo32.c218 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()
Dcoffswap.h383 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 …]
Dcoff64-rs6000.c347 _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()
Dcoff-rs6000.c454 _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()
DpeXXigen.c294 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()
Dcoffcode.h5807 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()
DChangeLog-2009928 (_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/
Dm88k-dis.c698 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()
DChangeLog-2009804 * m88k-dis.c (m88kdis): Rename variable class to in_class.
DChangeLog-00011002 (in_class): Handle format M5.
/toolchain/binutils/binutils-2.27/include/coff/
Dti.h480 (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)), \
DChangeLog-0415160 variable to in_class to match changes in function that use this