Home
last modified time | relevance | path

Searched refs:symtab_size (Results 1 – 6 of 6) 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.c638 size_t symtab_size = 0; in process_file() local
734 symtab_size = size; in process_file()
791 symtab_size = size; in process_file()
894 symtab_size = size; in process_file()
904 symtab_size = size; in process_file()
1177 symtab_size = shdr->sh_size; in process_file()
1188 if (compress_section (scn, symtab_size, symtab_name, in process_file()
/external/syslinux/gpxe/src/util/
Delf2efi.c264 long symtab_size; in read_symtab() local
269 symtab_size = bfd_get_symtab_upper_bound ( bfd ); in read_symtab()
270 if ( symtab_size < 0 ) { in read_symtab()
276 symtab = xmalloc ( symtab_size ); in read_symtab()
/external/valgrind/coregrind/m_debuginfo/
Dpriv_storage.h858 UWord symtab_size; member
Dstorage.c336 if (di->symtab_used == di->symtab_size) { in ML_()
337 new_sz = 2 * di->symtab_size; in ML_()
347 di->symtab_size = new_sz; in ML_()
351 vg_assert(di->symtab_used <= di->symtab_size); in ML_()