Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c18381 } Stab_Sym; typedef
18386 Stab_Sym *sym; in put_stabs()
18388 sym = section_ptr_add(stab_section, sizeof(Stab_Sym)); in put_stabs()
20470 Stab_Sym *sym, *sym_end; in rt_printline()
20485 sym = (Stab_Sym *)stab_section->data + 1; in rt_printline()
20486 sym_end = (Stab_Sym *)(stab_section->data + stab_section->data_offset); in rt_printline()
21161 stab_section->sh_entsize = sizeof(Stab_Sym); in tcc_set_output_type()