Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2436 unsigned long *got_offsets; member
18631 *(int *)ptr += s1->got_offsets[sym_index]; in relocate_section()
18659 *(int *)ptr += s1->got_offsets[sym_index]; in relocate_section()
18761 tab = tcc_realloc(s1->got_offsets, n * sizeof(unsigned long)); in put_got_offset()
18764 s1->got_offsets = tab; in put_got_offset()
18765 memset(s1->got_offsets + s1->nb_got_offsets, 0, in put_got_offset()
18769 s1->got_offsets[index] = val; in put_got_offset()
18822 s1->got_offsets[sym_index] != 0) in put_got_entry()
19838 tcc_free(s1->got_offsets); in tcc_output_file()