Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c19870 SectionMergeInfo *sm_table, *sm; in tcc_load_object_file() local
19895 sm_table = tcc_mallocz(sizeof(SectionMergeInfo) * ehdr.e_shnum); in tcc_load_object_file()
19917 sm_table[i].s = symtab_section; in tcc_load_object_file()
19950 sm_table[i].link_once = 1; in tcc_load_object_file()
19963 sm_table[i].new_section = 1; in tcc_load_object_file()
19977 sm_table[i].offset = offset; in tcc_load_object_file()
19978 sm_table[i].s = s; in tcc_load_object_file()
19994 sm = sm_table; in tcc_load_object_file()
19996 s = sm_table[i].s; in tcc_load_object_file()
19997 if (!s || !sm_table[i].new_section) in tcc_load_object_file()
[all …]