HomeSort by relevance Sort by last modified time
    Searched full:symtab_sz (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/build/make/
obj_int_extract.c 676 unsigned int nsections, symtab_ptr, symtab_sz, strtab_ptr; local
687 symtab_sz = get_le32(buf + 12);
688 strtab_ptr = symtab_ptr + symtab_sz * 18;
704 //log_msg("COFF: Found %u symbols in %u sections.\n", symtab_sz, nsections);
756 for (i = 0; i < symtab_sz; i++)
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 2168 SizeT symtab_sz = 0; local
    [all...]

Completed in 258 milliseconds