Home
last modified time | relevance | path

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

/linux-6.15/scripts/gendwarfksyms/
H A Ddwarf.c693 state->expand.current_fqn = cache->fqn; in __process_structure_type()
747 if (kabi_is_enumerator_ignored(state->expand.current_fqn, in process_enumerator_type()
752 state->expand.current_fqn, cache->fqn, &value); in process_enumerator_type()
825 state->expand.current_fqn = NULL; in state_init()
833 state->current_fqn = saved->current_fqn; in expansion_state_restore()
1113 state.expand.current_fqn = NULL; in resolve_fqns()
1116 if (parent && parent->expand.current_fqn && (use_prefix || name)) { in resolve_fqns()
1121 if (asprintf(&prefix, "%s::%s", parent->expand.current_fqn, in resolve_fqns()
1126 state.expand.current_fqn = prefix; in resolve_fqns()
1142 state.expand.current_fqn = fqn; in resolve_fqns()
H A Dgendwarfksyms.h245 const char *current_fqn; member