HomeSort by relevance Sort by last modified time
    Searched refs:symtab_size (Results 1 - 22 of 22) sorted by null

  /external/google-breakpad/src/common/linux/
elf_symbols_to_module.h 48 size_t symtab_size,
elf_symbols_to_module.cc 138 size_t symtab_size,
144 ByteBuffer symbols(symtab_section, symtab_size);
  /external/swiftshader/third_party/subzero/unittest/
IceELFSectionTest.cpp 42 size_t symtab_size = std::string(".symtab").size(); local
72 Strtab.getSectionData().slice(symtab_index, symtab_index + symtab_size),
  /toolchain/binutils/binutils-2.27/gold/
dwarf_reader.h 115 off_t symtab_size)
116 : object_(object), symtab_(symtab), symtab_size_(symtab_size),
356 off_t symtab_size,
363 off_t symtab_size,
417 off_t symtab_size);
694 off_t symtab_size,
699 symtab_size_(symtab_size), shndx_(shndx), reloc_shndx_(reloc_shndx),
781 symtab_size() const function in class:gold::Dwarf_info_reader
    [all...]
dwarf_reader.cc 95 off_t symtab_size)
103 symtab_size);
112 symtab_size);
124 symtab_size);
133 symtab_size);
305 off_t symtab_size,
377 symtab_size);
390 off_t symtab_size,
397 if (!this->read_ranges_table(object, symtab, symtab_size, ranges_shndx))
487 off_t symtab_size)
    [all...]
incremental.cc 1405 const off_t symtab_size = inputs->symtab_section()->data_size(); local
    [all...]
  /external/elfutils/src/
elfcompress.c 638 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,
    [all...]
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 272 int symtab_size = atoi(header->size); local
273 pArchive.setSymTabSize(symtab_size);
279 symtab_size);
  /external/syslinux/gpxe/src/util/
elf2efi.c 264 long symtab_size; local
269 symtab_size = bfd_get_symtab_upper_bound ( bfd );
270 if ( symtab_size < 0 ) {
276 symtab = xmalloc ( symtab_size );
  /toolchain/binutils/binutils-2.27/opcodes/
m68hc11-dis.c 110 if (info->symtab_size > 0) /* Avoid duplicate 0x from core binutils. */
599 if (info->symtab_size > 0) /* Avoid duplicate 0x. */
724 if (info->symtab_size > 0) /* Avoid duplicate 0x from core binutils. */
731 if (info->symtab_size > 0) /* Avoid duplicate 0x from core binutils. */
765 if (info->symtab_size > 0) /* Avoid duplicate 0x from core binutils. */
avr-dis.c 314 if (info->symtab_size == 0)
aarch64-dis.c     [all...]
cr16-dis.c 690 if (info->symtab_size > 0)
arm-dis.c     [all...]
nds32-dis.c 90 for (i = 0; i < info->symtab_size; i++)
  /toolchain/binutils/binutils-2.27/include/
dis-asm.h 104 int symtab_size; member in struct:disassemble_info
  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 845 UWord symtab_size; member in struct:_DebugInfo
    [all...]
storage.c 327 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);
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
nlmcode.h 864 long symtab_size = 0; local
870 symtab_size = (symcount + 1) * (sizeof (asymbol));
871 return symtab_size;
    [all...]
som.c 4447 bfd_size_type symtab_size; local
    [all...]
elf.c 7778 long symtab_size; local
7793 long symtab_size; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objdump.c     [all...]

Completed in 605 milliseconds