Home
last modified time | relevance | path

Searched refs:obj_t (Results 1 – 8 of 8) sorted by last modified time

/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c82 } obj_t; typedef
186 avl_create(&avl_byid, cmp_id, sizeof (obj_t), in main()
187 offsetof(obj_t, obj_avlid)); in main()
189 offsetof(obj_t, obj_avlname)); in main()
371 obj_t templ = { in process_file()
400 obj_t *obj = a; in print_entry()
534 obj_t *obj = a; in sort_names()
758 const obj_t *l = a; in cmp_id()
759 const obj_t *r = b; in cmp_id()
775 const obj_t *l = a; in cmp_objname()
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/
H A DWaddress-space-strict.c4 typedef struct s obj_t; typedef
6 static void expl(ulong u, void *v, obj_t *o, obj_t __user *p) in expl()
8 (obj_t*)(u); in expl()
9 (obj_t __user*)(u); in expl()
11 (obj_t*)(v); in expl()
12 (obj_t __user*)(v); in expl()
16 (obj_t*)(o); in expl()
17 (obj_t __user*)(o); in expl()
21 (obj_t*)(p); // w in expl()
22 (obj_t __user*)(p); // ok in expl()
H A DWcast-to-as.c5 typedef struct s obj_t; typedef
7 static void expl(ulong u, uintptr_t uip, void *v, obj_t *o, obj_t __user *p) in expl()
9 (obj_t*)(u); in expl()
10 (obj_t __user*)(u); in expl()
12 (obj_t*)(uip); in expl()
13 (obj_t __user*)(uip); in expl()
15 (obj_t*)(v); in expl()
16 (obj_t __user*)(v); in expl()
20 (obj_t*)(o); in expl()
21 (obj_t __user*)(o); in expl()
[all …]
H A DWaddress-space-all-attr.c12 static void expl(obj_t __kernel *k, obj_t __iomem *o, in expl()
13 obj_t __user *p, obj_t __percpu *pc, in expl()
14 obj_t __rcu *r) in expl()
18 (obj_t*)(k); in expl()
23 (obj_t*)(o); in expl()
24 (obj_t __iomem*)(o); in expl()
28 (obj_t*)(p); in expl()
29 (obj_t __user*)(p); in expl()
33 (obj_t*)(pc); in expl()
38 (obj_t*)(r); in expl()
[all …]
H A DWaddress-space-from.c9 typedef struct s obj_t; typedef
11 static void expl(obj_t __kernel *k, obj_t __iomem *o, in expl()
12 obj_t __user *p, obj_t __percpu *pc, in expl()
13 obj_t __rcu *r) in expl()
18 (obj_t*)(k); // OK in expl()
24 (obj_t*)(o); in expl()
30 (obj_t*)(p); in expl()
31 (obj_t __user*)(p); // OK in expl()
36 (obj_t*)(pc); in expl()
42 (obj_t*)(r); in expl()
[all …]
/illumos-gate/usr/src/tools/smatch/src/gvpr/
H A Dsubg-fwd10 graph_t find_owner(obj_t o, graph_t g)
H A Dsubg-rev9 graph_t find_owner(obj_t o, graph_t g)
H A Dreturn-paths9 graph_t find_owner(obj_t o, graph_t g)