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

/external/valgrind/main/perf/
H A Dtinycc.c2345 static Section *stab_section, *stabstr_section;
18392 sym->n_strx = put_elf_str(stabstr_section, str);
20501 str = stabstr_section->data + sym->n_strx;
20527 str = stabstr_section->data + sym->n_strx;
20541 str = stabstr_section->data + sym->n_strx;
21164 stabstr_section = new_section(s, ".stabstr", SHT_STRTAB, 0);
21165 put_elf_str(stabstr_section, "");
21166 stab_section->link = stabstr_section;
2343 static Section *stab_section, *stabstr_section; variable

Completed in 663 milliseconds