Home
last modified time | relevance | path

Searched refs:ptrmap (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dptrmap.c26 #include "ptrmap.h"
36 struct ptrmap { struct
37 struct ptrmap *next;
42 DECLARE_ALLOCATOR(ptrmap); variable
43 ALLOCATOR(ptrmap, "ptrmap");
45 void __ptrmap_add(struct ptrmap **mapp, void *key, void *val) in __ptrmap_add()
47 struct ptrmap *head = *mapp; in __ptrmap_add()
48 struct ptrmap *newmap; in __ptrmap_add()
49 struct ptrmap *ma in __ptrmap_add()
[all...]
H A Dptrmap.h4 struct ptrmap;
11 __ptrmap_add((struct ptrmap**)map, k, v); \
15 __ptrmap_update((struct ptrmap**)map, k, v); \
19 vtype val = __ptrmap_lookup((struct ptrmap*)map, k); \
23 /* ptrmap.c */
24 void __ptrmap_add(struct ptrmap **mapp, void *key, void *val);
25 void __ptrmap_update(struct ptrmap **mapp, void *key, void *val);
26 void *__ptrmap_lookup(struct ptrmap *map, void *key);
H A DMakefile60 LIB_OBJS += ptrmap.o

Completed in 1 milliseconds