Lines Matching full:h
6 #include <ctype.h>
7 #include <dlfcn.h>
8 #include <pta_system.h>
9 #include <stdlib.h>
10 #include <string.h>
11 #include <tee_api.h>
12 #include <tee_internal_api_extensions.h>
13 #include <user_ta_header.h>
41 struct dl_handle *h = NULL; in dlopen() local
46 h = malloc(sizeof(*h)); in dlopen()
47 if (!h) in dlopen()
73 h->uuid = uuid; in dlopen()
74 return (void *)h; in dlopen()
76 free(h); in dlopen()
95 struct dl_handle *h = handle; in dlsym() local
107 params[0].memref.buffer = &h->uuid; in dlsym()
108 params[0].memref.size = sizeof(h->uuid); in dlsym()