Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/
Dapp.c55 static const char * symver_state; variable
228 const char * symver_state; member
257 saved->symver_state = symver_state; in app_push()
295 symver_state = saved->symver_state; in app_pop()
705 if (symver_state == NULL) in do_scrub_chars()
708 symver_state = symver_pseudo + 1; in do_scrub_chars()
714 if (ch != '\0' && (*symver_state == ch)) in do_scrub_chars()
715 ++symver_state; in do_scrub_chars()
716 else if (*symver_state != '\0') in do_scrub_chars()
720 symver_state = NULL; in do_scrub_chars()
[all …]