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

  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 2099 struct addr_pair *target_table = NULL; local
2104 target_data, &target_table);
2136 k->tgt_offset = target_table[i].start;
2153 struct addr_pair *target_var = &target_table[num_funcs + i];
2184 struct addr_pair *device_num_var = &target_table[num_funcs + num_vars];
2209 free (target_table);
  /src/external/gpl3/gcc/dist/libgomp/
target.c 2348 struct addr_pair *target_table = NULL; local
2357 target_data, &target_table,
2399 k->tgt_offset = target_table[i].start;
2427 struct addr_pair *target_var = &target_table[num_funcs + i];
2458 struct addr_pair *var = &target_table[num_funcs + num_vars];
2498 free (target_table);

Completed in 29 milliseconds