Searched refs:__die_map_get (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/scripts/gendwarfksyms/ |
| H A D | types.c | 342 if (__die_map_get(df->data.addr, DIE_COMPLETE, in __type_expand() 344 __die_map_get(df->data.addr, DIE_UNEXPANDED, in __type_expand() 390 !__die_map_get(cache->addr, DIE_COMPLETE, &cache)) { in expand_type() 423 if (__die_map_get(sym->die_addr, DIE_SYMBOL, &cache)) in expand_symbol()
|
| H A D | die.c | 44 int __die_map_get(uintptr_t addr, enum die_state state, struct die **res) in __die_map_get() function 62 if (__die_map_get((uintptr_t)die->addr, state, &cd) == 0) { in die_map_get()
|
| H A D | gendwarfksyms.h | 195 int __die_map_get(uintptr_t addr, enum die_state state, struct die **res);
|
| H A D | dwarf.c | 202 if (!__die_map_get((uintptr_t)die->addr, DIE_FQN, &fqn) && in update_fqn() 1101 if (!__die_map_get((uintptr_t)die->addr, DIE_FQN, &cache)) in resolve_fqns()
|