Lines Matching refs:in_class
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()
540 || ISTAG (in_class)) in coff_swap_aux_out()
570 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, in_class, indx, numaux, extp); in coff_swap_aux_out()