Home | History | Annotate | Download | only in config

Lines Matching refs:last_name

3047   static const char * last_name = NULL;
3051 gas_assert (last_name == NULL);
3052 last_name = name;
3059 gas_assert (last_name != NULL);
3062 stabs_generate_asm_endfunc (last_name, last_name);
3064 last_name = NULL;