Home
last modified time | relevance | path

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

/scripts/gendwarfksyms/
Ddwarf.c705 state->expand.current_fqn = cache->fqn; in __process_structure_type()
759 if (kabi_is_enumerator_ignored(state->expand.current_fqn, in process_enumerator_type()
764 state->expand.current_fqn, cache->fqn, &value); in process_enumerator_type()
837 state->expand.current_fqn = NULL; in state_init()
845 state->current_fqn = saved->current_fqn; in expansion_state_restore()
1125 state.expand.current_fqn = NULL; in resolve_fqns()
1128 if (parent && parent->expand.current_fqn && (use_prefix || name)) { in resolve_fqns()
1133 if (asprintf(&prefix, "%s::%s", parent->expand.current_fqn, in resolve_fqns()
1138 state.expand.current_fqn = prefix; in resolve_fqns()
1154 state.expand.current_fqn = fqn; in resolve_fqns()
Dgendwarfksyms.h235 const char *current_fqn; member