Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.cc138 size_t symtab_size, in ELFSymbolsToModule() argument
144 ByteBuffer symbols(symtab_section, symtab_size); in ELFSymbolsToModule()
Delf_symbols_to_module.h48 size_t symtab_size,
/external/elfutils/src/
Delfcompress.c674 size_t symtab_size = 0; in process_file() local
770 symtab_size = size; in process_file()
827 symtab_size = size; in process_file()
930 symtab_size = size; in process_file()
940 symtab_size = size; in process_file()
1217 symtab_size = shdr->sh_size; in process_file()
1228 if (compress_section (scn, symtab_size, symtab_name, in process_file()
/external/swiftshader/third_party/subzero/unittest/
DIceELFSectionTest.cpp42 size_t symtab_size = std::string(".symtab").size(); in CheckStringTablePermLayout() local
72 Strtab.getSectionData().slice(symtab_index, symtab_index + symtab_size), in CheckStringTablePermLayout()