Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc458 GElf_Shdr strtab_section; in LoadSymbols() local
460 &strtab_section)) { in LoadSymbols()
470 strtab_section.sh_offset + (GElf_Word)base + symbol->st_name); in LoadSymbols()
/external/valgrind/perf/
Dtinycc.c2340 static Section *symtab_section, *strtab_section; variable
18521 name = strtab_section->data + sym->st_name; in relocate_syms()
20565 strtab_section->data + sym->st_name); in rt_printline()
20850 strtab_section = symtab_section->link; in tcc_new()