HomeSort by relevance Sort by last modified time
    Searched defs:sym_size (Results 1 - 21 of 21) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
elfcomm.h 70 unsigned long sym_size; /* Size of the symbol table. */
69 unsigned long sym_size; \/* Size of the symbol table. *\/ member in struct:archive_info
  /toolchain/binutils/binutils-2.27/gold/
binary.cc 187 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
194 output_size += 4 * sym_size;
223 0, symtab_offset, 4 * sym_size,
224 3, 1, align, sym_size, &pout);
367 *ppout += elfcpp::Elf_sizes<size>::sym_size;
incremental-dump.cc 265 unsigned int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
266 unsigned int nsyms = symtab_location.data_size / sym_size;
303 sym_p = symtab_view.data() + output_symndx * sym_size;
322 sym_p = symtab_view.data() + output_symndx * sym_size;
342 sym_p = symtab_view.data() + first_global * sym_size;
382 sym_p += sym_size;
407 sym_p = symtab_view.data() + got_symndx * sym_size;
422 sym_p = symtab_view.data() + plt_desc * sym_size;
gc.h 186 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
236 + r_sym * sym_size);
target-reloc.h 60 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
79 + r_sym * sym_size);
673 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
698 + r_sym * sym_size);
dynobj.h 293 static const int sym_size = elfcpp::Elf_sizes<size>::sym_size; member in class:gold::Sized_dynobj
ehframe.cc 906 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
907 if (personality_symndx >= symbols_size / sym_size)
910 + (personality_symndx * sym_size));
1071 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
1072 if (symndx >= symbols_size / sym_size)
1074 elfcpp::Sym<size, big_endian> sym(symbols + symndx * sym_size);
    [all...]
dynobj.cc 725 const int sym_size = This::sym_size; local
726 const size_t symcount = sd->symbols_size / sym_size;
728 if (symcount * sym_size != sd->symbols_size)
806 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
808 / sym_size);
811 for (size_t i = 0; i < symcount; ++i, p += sym_size)
    [all...]
plugin.cc 1092 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
1093 unsigned char symbuf[sym_size];
    [all...]
reloc.cc 371 const int sym_size = This::sym_size; local
374 off_t locsize = loccount * sym_size;
1409 const int sym_size = This::sym_size; local
    [all...]
incremental.cc 568 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
590 + output_symndx * sym_size);
638 this->main_symtab_loc_.data_size / elfcpp::Elf_sizes<size>::sym_size;
834 *nsyms = this->main_symtab_loc_.data_size / elfcpp::Elf_sizes<size>::sym_size;
    [all...]
object.cc 873 const int sym_size = This::sym_size; local
877 section_offset_type locsize = loccount * sym_size;
941 const size_t count = symbols_size / This::sym_size;
944 elfcpp::Sym<size, big_endian> elfsym(symbols + sym * This::sym_size);
993 if (symndx >= symshdr.get_sh_size() / This::sym_size)
999 off_t symoff = symshdr.get_sh_offset() + symndx * This::sym_size;
1000 const unsigned char* psym = this->get_view(symoff, This::sym_size, true,
2010 const int sym_size = This::sym_size; local
2055 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
2101 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
2176 const int sym_size = This::sym_size; local
2639 const int sym_size = This::sym_size; local
2781 const int sym_size = This::sym_size; local
    [all...]
symtab.cc 733 unsigned char buf[elfcpp::Elf_sizes<size>::sym_size];
1165 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
1459 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
2964 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
3324 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
    [all...]
incremental.h 1828 static const int sym_size = elfcpp::Elf_sizes<size>::sym_size; member in class:gold::Sized_relobj_incr
    [all...]
aarch64.cc 1902 const int sym_size =elfcpp::Elf_sizes<size>::sym_size; local
    [all...]
mips.cc 6707 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
    [all...]
powerpc.cc 1911 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
2071 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
    [all...]
  /frameworks/compile/mclinker/include/mcld/
Module.h 135 size_t sym_size() const { return m_SymbolTable.numOfSymbols(); } function in class:mcld::Module
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_file.h 112 static const int sym_size = Elf_sizes<size>::sym_size; member in class:elfcpp::Elf_file
elfcpp.h 1030 static const int sym_size = sizeof(internal::Sym_data<size>); member in struct:elfcpp::Elf_sizes
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 814 Int sym_size = 0; local
826 &sym_size,
836 disym.size = sym_size;
951 Int sym_size = 0; local
    [all...]

Completed in 677 milliseconds