• Home
  • Raw
  • Download

Lines Matching refs:sym_size

809   const int sym_size = This::sym_size;  in base_read_symbols()  local
813 section_offset_type locsize = loccount * sym_size; in base_read_symbols()
877 const size_t count = symbols_size / This::sym_size; in symbol_section_and_value()
880 elfcpp::Sym<size, big_endian> elfsym(symbols + sym * This::sym_size); in symbol_section_and_value()
929 if (symndx >= symshdr.get_sh_size() / This::sym_size) in include_section_group()
935 off_t symoff = symshdr.get_sh_offset() + symndx * This::sym_size; in include_section_group()
936 const unsigned char* psym = this->get_view(symoff, This::sym_size, true, in include_section_group()
1946 const int sym_size = This::sym_size; in do_add_symbols() local
1948 / sym_size); in do_add_symbols()
1949 if (symcount * sym_size != sd->symbols_size - sd->external_symbols_offset) in do_add_symbols()
1991 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in do_should_include_member() local
1993 / sym_size); in do_should_include_member()
1997 for (size_t i = 0; i < symcount; ++i, p += sym_size) in do_should_include_member()
2037 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in do_for_all_global_symbols() local
2039 / sym_size); in do_for_all_global_symbols()
2042 for (size_t i = 0; i < symcount; ++i, p += sym_size) in do_for_all_global_symbols()
2112 const int sym_size = This::sym_size; in do_count_local_symbols() local
2115 off_t locsize = loccount * sym_size; in do_count_local_symbols()
2135 psyms += sym_size; in do_count_local_symbols()
2139 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in do_count_local_symbols()
2569 const int sym_size = This::sym_size; in write_local_symbols() local
2570 off_t locsize = loccount * sym_size; in write_local_symbols()
2585 off_t output_size = this->output_local_symbol_count_ * sym_size; in write_local_symbols()
2591 off_t dyn_output_size = this->output_local_dynsym_count_ * sym_size; in write_local_symbols()
2603 psyms += sym_size; in write_local_symbols()
2604 for (unsigned int i = 1; i < loccount; ++i, psyms += sym_size) in write_local_symbols()
2643 ov += sym_size; in write_local_symbols()
2661 dyn_ov += sym_size; in write_local_symbols()
2707 const int sym_size = This::sym_size; in get_symbol_location_info() local
2708 const size_t count = symbols_size / sym_size; in get_symbol_location_info()
2711 for (size_t i = 0; i < count; ++i, p += sym_size) in get_symbol_location_info()