Home
last modified time | relevance | path

Searched refs:sym_size (Results 1 – 25 of 46) sorted by relevance

12

/dragonfly/contrib/binutils-2.27/gold/
HDincremental-dump.cc265 unsigned int sym_size = elfcpp::Elf_sizes<size>::sym_size; in dump_incremental_inputs() local
266 unsigned int nsyms = symtab_location.data_size / sym_size; in dump_incremental_inputs()
303 sym_p = symtab_view.data() + output_symndx * sym_size; in dump_incremental_inputs()
322 sym_p = symtab_view.data() + output_symndx * sym_size; in dump_incremental_inputs()
342 sym_p = symtab_view.data() + first_global * sym_size; in dump_incremental_inputs()
382 sym_p += sym_size; in dump_incremental_inputs()
407 sym_p = symtab_view.data() + got_symndx * sym_size; in dump_incremental_inputs()
422 sym_p = symtab_view.data() + plt_desc * sym_size; in dump_incremental_inputs()
HDobject.cc873 const int sym_size = This::sym_size; in base_read_symbols() local
877 section_offset_type locsize = loccount * sym_size; in base_read_symbols()
941 const size_t count = symbols_size / This::sym_size; in symbol_section_and_value()
944 elfcpp::Sym<size, big_endian> elfsym(symbols + sym * This::sym_size); in symbol_section_and_value()
993 if (symndx >= symshdr.get_sh_size() / This::sym_size) in include_section_group()
999 off_t symoff = symshdr.get_sh_offset() + symndx * This::sym_size; in include_section_group()
1000 const unsigned char* psym = this->get_view(symoff, This::sym_size, true, in include_section_group()
2010 const int sym_size = This::sym_size; in do_add_symbols() local
2012 / sym_size); in do_add_symbols()
2013 if (symcount * sym_size != sd->symbols_size - sd->external_symbols_offset) in do_add_symbols()
[all …]
HDbinary.cc187 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in sized_convert() local
194 output_size += 4 * sym_size; in sized_convert()
223 0, symtab_offset, 4 * sym_size, in sized_convert()
224 3, 1, align, sym_size, &pout); in sized_convert()
367 *ppout += elfcpp::Elf_sizes<size>::sym_size; in write_symbol()
HDehframe.cc906 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in read_cie() local
907 if (personality_symndx >= symbols_size / sym_size) in read_cie()
910 + (personality_symndx * sym_size)); in read_cie()
1071 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in read_fde() local
1072 if (symndx >= symbols_size / sym_size) in read_fde()
1074 elfcpp::Sym<size, big_endian> sym(symbols + symndx * sym_size); in read_fde()
HDsymtab.cc733 unsigned char buf[elfcpp::Elf_sizes<size>::sym_size]; in resolve()
1164 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in add_from_relobj() local
1169 for (size_t i = 0; i < count; ++i, p += sym_size) in add_from_relobj()
1275 unsigned char symbuf[sym_size]; in add_from_relobj()
1279 memcpy(symbuf, p, sym_size); in add_from_relobj()
1306 memcpy(symbuf, p, sym_size); in add_from_relobj()
1452 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in add_from_dynobj() local
1466 for (size_t i = 0; i < count; ++i, p += sym_size, vs += 2) in add_from_dynobj()
1486 unsigned char symbuf[sym_size]; in add_from_dynobj()
1491 memcpy(symbuf, p, sym_size); in add_from_dynobj()
[all …]
HDincremental.cc568 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in do_reserve_layout() local
590 + output_symndx * sym_size); in do_reserve_layout()
638 this->main_symtab_loc_.data_size / elfcpp::Elf_sizes<size>::sym_size; in do_process_got_plt()
834 *nsyms = this->main_symtab_loc_.data_size / elfcpp::Elf_sizes<size>::sym_size; in get_symtab_view()
2125 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in do_add_symbols() local
2126 unsigned char symbuf[sym_size]; in do_add_symbols()
2150 sym_p = symtab_view.data() + output_symndx * sym_size; in do_add_symbols()
2469 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in do_count_local_symbols() local
2485 for (unsigned int i = 0; i < nlocals; ++i, symp += sym_size) in do_count_local_symbols()
2583 off_t output_size = this->local_symbol_count_ * This::sym_size; in do_relocate()
[all …]
HDtarget-reloc.h60 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in scan_relocs() local
79 + r_sym * sym_size); in scan_relocs()
673 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in scan_relocatable_relocs() local
698 + r_sym * sym_size); in scan_relocatable_relocs()
HDgc.h186 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in gc_process_relocs() local
236 + r_sym * sym_size); in gc_process_relocs()
HDdynobj.cc725 const int sym_size = This::sym_size; in do_add_symbols() local
726 const size_t symcount = sd->symbols_size / sym_size; in do_add_symbols()
728 if (symcount * sym_size != sd->symbols_size) in do_add_symbols()
806 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in do_for_all_global_symbols() local
808 / sym_size); in do_for_all_global_symbols()
811 for (size_t i = 0; i < symcount; ++i, p += sym_size) in do_for_all_global_symbols()
HDreloc.cc371 const int sym_size = This::sym_size; in do_read_relocs() local
374 off_t locsize = loccount * sym_size; in do_read_relocs()
1386 const int sym_size = This::sym_size; in find_functions() local
1387 const unsigned int symcount = sh_size / sym_size; in find_functions()
1388 for (unsigned int i = 0; i < symcount; ++i, psyms += sym_size) in find_functions()
HDdynobj.h293 static const int sym_size = elfcpp::Elf_sizes<size>::sym_size; variable
/dragonfly/contrib/binutils-2.34/gold/
HDobject.cc874 const int sym_size = This::sym_size; in base_read_symbols() local
878 section_offset_type locsize = loccount * sym_size; in base_read_symbols()
942 const size_t count = symbols_size / This::sym_size; in symbol_section_and_value()
945 elfcpp::Sym<size, big_endian> elfsym(symbols + sym * This::sym_size); in symbol_section_and_value()
994 if (symndx >= symshdr.get_sh_size() / This::sym_size) in include_section_group()
1000 off_t symoff = symshdr.get_sh_offset() + symndx * This::sym_size; in include_section_group()
1001 const unsigned char* psym = this->get_view(symoff, This::sym_size, true, in include_section_group()
2123 const int sym_size = This::sym_size; in do_add_symbols() local
2125 / sym_size); in do_add_symbols()
2126 if (symcount * sym_size != sd->symbols_size - sd->external_symbols_offset) in do_add_symbols()
[all …]
HDbinary.cc187 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in sized_convert() local
194 output_size += 4 * sym_size; in sized_convert()
223 0, symtab_offset, 4 * sym_size, in sized_convert()
224 3, 1, align, sym_size, &pout); in sized_convert()
367 *ppout += elfcpp::Elf_sizes<size>::sym_size; in write_symbol()
HDsymtab.cc734 unsigned char buf[elfcpp::Elf_sizes<size>::sym_size]; in resolve()
1192 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in add_from_relobj() local
1197 for (size_t i = 0; i < count; ++i, p += sym_size) in add_from_relobj()
1305 unsigned char symbuf[sym_size]; in add_from_relobj()
1309 memcpy(symbuf, p, sym_size); in add_from_relobj()
1336 memcpy(symbuf, p, sym_size); in add_from_relobj()
1488 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in add_from_dynobj() local
1502 for (size_t i = 0; i < count; ++i, p += sym_size, vs += 2) in add_from_dynobj()
1522 unsigned char symbuf[sym_size]; in add_from_dynobj()
1527 memcpy(symbuf, p, sym_size); in add_from_dynobj()
[all …]
HDincremental.cc573 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in do_reserve_layout() local
595 + output_symndx * sym_size); in do_reserve_layout()
643 this->main_symtab_loc_.data_size / elfcpp::Elf_sizes<size>::sym_size; in do_process_got_plt()
839 *nsyms = this->main_symtab_loc_.data_size / elfcpp::Elf_sizes<size>::sym_size; in get_symtab_view()
2130 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in do_add_symbols() local
2131 unsigned char symbuf[sym_size]; in do_add_symbols()
2155 sym_p = symtab_view.data() + output_symndx * sym_size; in do_add_symbols()
2474 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in do_count_local_symbols() local
2490 for (unsigned int i = 0; i < nlocals; ++i, symp += sym_size) in do_count_local_symbols()
2588 off_t output_size = this->local_symbol_count_ * This::sym_size; in do_relocate()
[all …]
HDehframe.cc906 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in read_cie() local
907 if (personality_symndx >= symbols_size / sym_size) in read_cie()
910 + (personality_symndx * sym_size)); in read_cie()
1071 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in read_fde() local
1072 if (symndx >= symbols_size / sym_size) in read_fde()
1074 elfcpp::Sym<size, big_endian> sym(symbols + symndx * sym_size); in read_fde()
HDtarget-reloc.h60 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in scan_relocs() local
79 + r_sym * sym_size); in scan_relocs()
717 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in scan_relocatable_relocs() local
742 + r_sym * sym_size); in scan_relocatable_relocs()
HDgc.h186 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in gc_process_relocs() local
237 + r_sym * sym_size); in gc_process_relocs()
HDdynobj.cc725 const int sym_size = This::sym_size; in do_add_symbols() local
726 const size_t symcount = sd->symbols_size / sym_size; in do_add_symbols()
728 if (symcount * sym_size != sd->symbols_size) in do_add_symbols()
806 const int sym_size = elfcpp::Elf_sizes<size>::sym_size; in do_for_all_global_symbols() local
808 / sym_size); in do_for_all_global_symbols()
811 for (size_t i = 0; i < symcount; ++i, p += sym_size) in do_for_all_global_symbols()
HDreloc.cc371 const int sym_size = This::sym_size; in do_read_relocs() local
374 off_t locsize = loccount * sym_size; in do_read_relocs()
1409 const int sym_size = This::sym_size; in find_functions() local
1410 const unsigned int symcount = sh_size / sym_size; in find_functions()
1411 for (unsigned int i = 0; i < symcount; ++i, psyms += sym_size) in find_functions()
HDdynobj.h293 static const int sym_size = elfcpp::Elf_sizes<size>::sym_size; variable
/dragonfly/contrib/binutils-2.34/binutils/
HDelfcomm.h62 unsigned long sym_size; /* Size of the symbol table. */ member
/dragonfly/contrib/binutils-2.27/binutils/
HDelfcomm.h69 unsigned long sym_size; /* Size of the symbol table. */ member
/dragonfly/contrib/binutils-2.34/elfcpp/
HDelfcpp_file.h112 static const int sym_size = Elf_sizes<size>::sym_size; variable
/dragonfly/contrib/binutils-2.27/elfcpp/
HDelfcpp_file.h112 static const int sym_size = Elf_sizes<size>::sym_size; variable

12