Searched refs:got_offsets (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c2438 unsigned long *got_offsets;
18633 *(int *)ptr += s1->got_offsets[sym_index];
18661 *(int *)ptr += s1->got_offsets[sym_index];
18763 tab = tcc_realloc(s1->got_offsets, n * sizeof(unsigned long));
18766 s1->got_offsets = tab;
18767 memset(s1->got_offsets + s1->nb_got_offsets, 0,
18771 s1->got_offsets[index] = val;
18824 s1->got_offsets[sym_index] != 0)
19840 tcc_free(s1->got_offsets);
2436 unsigned long *got_offsets; member in struct:TCCState

Completed in 140 milliseconds