Home | History | Annotate | Download | only in config

Lines Matching refs:max_chars

2628 static void mapping_state_2 (enum mstate state, int max_chars);
2682 /* Same as mapping_state, but MAX_CHARS bytes have already been
2686 mapping_state_2 (enum mstate state, int max_chars)
2699 make_mapping_symbol (state, (valueT) frag_now_fix () - max_chars, frag_now);
20970 arm_init_frag (fragS * fragP, int max_chars ATTRIBUTE_UNUSED)
20978 arm_init_frag (fragS * fragP, int max_chars)
20993 mapping_state_2 (MAP_DATA, max_chars);
20996 mapping_state_2 (thumb_mode ? MAP_THUMB : MAP_ARM, max_chars);