Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 6 of 6) sorted by relevance

/scripts/gendwarfksyms/
A Ddwarf.c38 static void process_linebreak(struct die *cache, int n) in process_linebreak()
147 static bool is_kabi_definition(struct die *cache, Dwarf_Die *die) in is_kabi_definition()
163 static void process(struct die *cache, const char *s) in process()
183 static void process_fmt(struct die *cache, const char *fmt, ...) in process_fmt()
197 static void update_fqn(struct die *cache, Dwarf_Die *die) in update_fqn()
210 static void process_fqn(struct die *cache, Dwarf_Die *die) in process_fqn()
266 int process_die_container(struct state *state, struct die *cache, in process_die_container()
868 struct die *cache; in process_type() local
961 struct die *cache; in get_symbol_cache() local
975 struct die *cache; in process_symbol() local
[all …]
A Dcache.c14 void cache_set(struct cache *cache, unsigned long key, int value) in cache_set()
24 int cache_get(struct cache *cache, unsigned long key) in cache_get()
36 void cache_init(struct cache *cache) in cache_init()
41 void cache_free(struct cache *cache) in cache_free()
A Dtypes.c293 static char *get_type_name(struct die *cache) in get_type_name()
359 static void __type_expand(struct die *cache, struct type_expansion *type) in __type_expand()
402 static void type_expand(const char *name, struct die *cache, in type_expand()
483 static void expand_type(struct die *cache, void *arg) in expand_type()
521 struct die *cache; in expand_symbol() local
A Dgendwarfksyms.h210 struct cache { struct
219 static inline void cache_mark_expanded(struct cache *cache, void *addr) in cache_mark_expanded()
224 static inline bool cache_was_expanded(struct cache *cache, void *addr) in cache_was_expanded()
/scripts/gdb/linux/
A Dslab.py46 def for_each_object(cache, addr, slab_objects): argument
54 def get_info_end(cache): argument
60 def get_orig_size(cache, obj): argument
70 def get_track(cache, object_pointer, alloc): argument
85 def __obj_to_index(cache, addr, obj): argument
99 def freelist_ptr_decode(cache, ptr, ptr_addr): argument
105 def get_freepointer(cache, obj): argument
117 def add_location(loc_track, cache, track, orig_size): argument
155 def __fill_map(obj_map, cache, slab): argument
164 def process_slab(loc_track, slab_list, alloc, cache): argument
/scripts/lib/kdoc/
A Dkdoc_re.py38 def __init__(self, string, cache=True, flags=0): argument

Completed in 19 milliseconds