HomeSort by: relevance | last modified time | path
    Searched defs:host_func_table (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 2085 void **host_func_table = ((void ***) host_table)[0]; local
2092 int num_funcs = host_funcs_end - host_func_table;
2133 k->host_start = (uintptr_t) host_func_table[i];
2220 void **host_func_table = ((void ***) host_table)[0]; local
2227 int num_funcs = host_funcs_end - host_func_table;
2236 k.host_start = (num_funcs ? (uintptr_t) host_func_table[0]
2252 k.host_start = (uintptr_t) host_func_table[i];
  /src/external/gpl3/gcc/dist/libgomp/
target.c 2328 void **host_func_table = ((void ***) host_table)[0]; local
2343 int num_funcs = host_funcs_end - host_func_table;
2396 k->host_start = (uintptr_t) host_func_table[i];
2509 void **host_func_table = ((void ***) host_table)[0]; local
2516 int num_funcs = host_funcs_end - host_func_table;
2525 k.host_start = (num_funcs ? (uintptr_t) host_func_table[0]
2550 k.host_start = (uintptr_t) host_func_table[i];

Completed in 28 milliseconds