Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.cc137 bool ELFSymbolsToModule(const uint8_t *symtab_section, in ELFSymbolsToModule() argument
144 ByteBuffer symbols(symtab_section, symtab_size); in ELFSymbolsToModule()
Delf_symbols_to_module.h47 bool ELFSymbolsToModule(const uint8_t *symtab_section,
/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc452 GElf_Shdr symtab_section; in LoadSymbols() local
454 &symtab_section)) { in LoadSymbols()
465 Elf_Sym *symbol = (Elf_Sym *)((char *)base + symtab_section.sh_offset); in LoadSymbols()
466 for (int i = 0; i < symtab_section.sh_size/symtab_section.sh_entsize; ++i) { in LoadSymbols()
/external/valgrind/perf/
Dtinycc.c2340 static Section *symtab_section, *strtab_section; variable
5858 put_elf_reloc(symtab_section, cur_text_section, in gcall_or_jmp()
6966 sym->c = add_elf_sym(symtab_section, value, size, info, 0, sh_num, name); in put_extern_sym2()
6968 esym = &((Elf32_Sym *)symtab_section->data)[sym->c]; in put_extern_sym2()
6987 put_elf_reloc(symtab_section, s, offset, type, sym->c); in greloc()
14449 esym = &((Elf32_Sym *)symtab_section->data)[sym->c]; in decl_initializer_alloc()
14571 ((Elf32_Sym *)symtab_section->data)[sym->c].st_size = in gen_function()
14759 ((Elf32_Sym *)symtab_section->data)[sym->c].st_other |= 1; in decl()
14845 section_sym = put_elf_sym(symtab_section, 0, 0, in tcc_compile()
14857 put_elf_sym(symtab_section, 0, 0, in tcc_compile()
[all …]