HomeSort by relevance Sort by last modified time
    Searched refs:sym_size (Results 1 - 25 of 27) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gold/
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;
binary.cc 181 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
188 output_size += 4 * sym_size;
217 0, symtab_offset, 4 * sym_size,
218 3, 1, align, sym_size, &pout);
361 *ppout += elfcpp::Elf_sizes<size>::sym_size;
object.cc 820 const int sym_size = This::sym_size; local
824 section_offset_type locsize = loccount * sym_size;
888 const size_t count = symbols_size / This::sym_size;
891 elfcpp::Sym<size, big_endian> elfsym(symbols + sym * This::sym_size);
940 if (symndx >= symshdr.get_sh_size() / This::sym_size)
946 off_t symoff = symshdr.get_sh_offset() + symndx * This::sym_size;
947 const unsigned char* psym = this->get_view(symoff, This::sym_size, true,
1957 const int sym_size = This::sym_size; local
2002 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
2048 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
2123 const int sym_size = This::sym_size; local
2580 const int sym_size = This::sym_size; local
2718 const int sym_size = This::sym_size; local
    [all...]
target-reloc.h 60 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
80 + r_sym * sym_size);
553 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
579 + r_sym * sym_size);
gc.h 191 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
242 + r_sym * sym_size);
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));
1016 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
1017 if (symndx >= symbols_size / sym_size)
1019 elfcpp::Sym<size, big_endian> sym(symbols + symndx * sym_size);
    [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...]
dynobj.h 283 static const int sym_size = elfcpp::Elf_sizes<size>::sym_size; member in class:gold::Sized_dynobj
symtab.cc 729 unsigned char buf[elfcpp::Elf_sizes<size>::sym_size];
1125 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
1412 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
2875 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
3190 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
    [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...]
reloc.cc 394 const int sym_size = This::sym_size; local
397 off_t locsize = loccount * sym_size;
1435 const int sym_size = This::sym_size; local
    [all...]
plugin.cc 1059 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
1060 unsigned char symbuf[sym_size];
    [all...]
arm.cc     [all...]
incremental.h 1831 static const int sym_size = elfcpp::Elf_sizes<size>::sym_size; member in class:gold::Sized_relobj_incr
    [all...]
object.h     [all...]
powerpc.cc 1770 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
1876 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
    [all...]
layout.cc     [all...]
aarch64.cc 1920 const int sym_size =elfcpp::Elf_sizes<size>::sym_size; local
    [all...]
mips.cc 5838 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; local
    [all...]
  /toolchain/binutils/binutils-2.25/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
elfcomm.c 433 ARCH->sym_size and ARCH->sym_table.
547 arch->sym_size = size;
583 arch->sym_size = 0;
  /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.25/elfcpp/
elfcpp_file.h 112 static const int sym_size = Elf_sizes<size>::sym_size; member in class:elfcpp::Elf_file
elfcpp.h 1001 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 1215 milliseconds

1 2