Home
last modified time | relevance | path

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

/external/valgrind/main/perf/
Dtinycc.c2343 static Section *stab_section, *stabstr_section; variable
18388 sym = section_ptr_add(stab_section, sizeof(Stab_Sym)); in put_stabs()
18404 put_elf_reloc(symtab_section, stab_section, in put_stabs_r()
18405 stab_section->data_offset - sizeof(unsigned long), in put_stabs_r()
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()
21160 stab_section = new_section(s, ".stab", SHT_PROGBITS, 0); in tcc_set_output_type()
21161 stab_section->sh_entsize = sizeof(Stab_Sym); in tcc_set_output_type()
21164 stab_section->link = stabstr_section; in tcc_set_output_type()