Lines Matching defs:dispatch_table
34 struct dispatch_table {
3309 static inline struct dispatch_table *
117791 static struct dispatch_table resolver_table = {
121066 uint32_t gl_tls_size = sizeof(struct dispatch_table);
121068 static inline struct dispatch_table *
121077 struct dispatch_table *dispatch_table = get_dispatch_table();
121078 memcpy(dispatch_table, &resolver_table, sizeof(resolver_table));