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

/external/google-breakpad/src/common/linux/
H A Delf_symbols_to_module.h48 size_t symtab_size,
H A Delf_symbols_to_module.cc138 size_t symtab_size,
144 ByteBuffer symbols(symtab_section, symtab_size);
137 ELFSymbolsToModule(const uint8_t *symtab_section, size_t symtab_size, const uint8_t *string_section, size_t string_size, const bool big_endian, size_t value_size, Module *module) argument
/external/swiftshader/third_party/subzero/unittest/
H A DIceELFSectionTest.cpp42 size_t symtab_size = std::string(".symtab").size(); local
72 Strtab.getSectionData().slice(symtab_index, symtab_index + symtab_size),
/external/elfutils/src/
H A Delfcompress.c638 size_t symtab_size = 0; local
734 symtab_size = size;
791 symtab_size = size;
894 symtab_size = size;
904 symtab_size = size;
1177 symtab_size = shdr->sh_size;
1188 if (compress_section (scn, symtab_size, symtab_name,
/external/syslinux/gpxe/src/util/
H A Delf2efi.c264 long symtab_size; local
269 symtab_size = bfd_get_symtab_upper_bound ( bfd );
270 if ( symtab_size < 0 ) {
276 symtab = xmalloc ( symtab_size );
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_storage.h845 UWord symtab_size; member in struct:_DebugInfo
H A Dstorage.c327 if (di->symtab_used == di->symtab_size) {
328 new_sz = 2 * di->symtab_size;
338 di->symtab_size = new_sz;
342 vg_assert(di->symtab_used <= di->symtab_size);

Completed in 194 milliseconds