/toolchain/binutils/binutils-2.25/gold/ |
D | common.cc | 100 typename Sized_symbol<size>::Size_type sa = psa->symsize(); in operator ()() 101 typename Sized_symbol<size>::Size_type sb = psb->symsize(); in operator ()() 338 mapfile->report_allocate_common(sym, ssym->symsize()); in do_allocate_commons_list() 344 off += ssym->symsize(); in do_allocate_commons_list() 349 off = os->allocate(ssym->symsize(), ssym->value()); in do_allocate_commons_list()
|
D | copy-relocs.cc | 71 if (sym->symsize() == 0) in need_copy_reloc() 116 typename elfcpp::Elf_types<size>::Elf_WXword symsize = sym->symsize(); in make_copy_reloc() local 165 dynbss->set_current_data_size(dynbss_size + symsize); in make_copy_reloc()
|
D | symtab.cc | 233 Size_type symsize, elfcpp::STT type, in init_output_data() argument 243 this->symsize_ = symsize; in init_output_data() 253 Size_type symsize, elfcpp::STT type, in init_output_segment() argument 263 this->symsize_ = symsize; in init_output_segment() 272 Value_type value, Size_type symsize, in init_constant() argument 280 this->symsize_ = symsize; in init_constant() 733 esym.put_st_size(from->symsize()); in resolve() 1852 uint64_t symsize, in define_in_output_data() argument 1864 value, symsize, type, binding, in define_in_output_data() 1876 value, symsize, type, binding, in define_in_output_data() [all …]
|
D | symtab.h | 1094 Value_type value, Size_type symsize, elfcpp::STT, 1101 Value_type value, Size_type symsize, elfcpp::STT, 1108 Size_type symsize, elfcpp::STT, elfcpp::STB, elfcpp::STV, 1134 symsize() const in symsize() function 1139 set_symsize(Size_type symsize) in set_symsize() argument 1140 { this->symsize_ = symsize; } in set_symsize() 1446 Output_data*, uint64_t value, uint64_t symsize, 1455 Output_segment*, uint64_t value, uint64_t symsize, 1464 uint64_t value, uint64_t symsize, elfcpp::STT type,
|
D | resolve.cc | 313 tosize = to->symsize(); in resolve() 319 if (tosize > to->symsize()) in resolve() 344 && to->symsize() != 0 in resolve() 346 || sym.get_st_size() != to->symsize()) in resolve() 371 typename Sized_symbol<size>::Size_type tosize = to->symsize(); in resolve() 381 if (tosize > to->symsize()) in resolve()
|
D | mapfile.h | 70 report_allocate_common(const Symbol*, uint64_t symsize);
|
D | mapfile.cc | 155 Mapfile::report_allocate_common(const Symbol* sym, uint64_t symsize) in report_allocate_common() argument 171 snprintf(buf, sizeof buf, "0x%llx", static_cast<unsigned long long>(symsize)); in report_allocate_common()
|
D | layout.cc | 4018 int symsize; in create_symtab_sections() local 4022 symsize = elfcpp::Elf_sizes<32>::sym_size; in create_symtab_sections() 4027 symsize = elfcpp::Elf_sizes<64>::sym_size; in create_symtab_sections() 4038 off += symsize; in create_symtab_sections() 4052 off += symsize; in create_symtab_sections() 4062 off += (index - local_symbol_index) * symsize; in create_symtab_sections() 4067 gold_assert(static_cast<off_t>(local_symcount * symsize) == off); in create_symtab_sections() 4083 dyncount = (this->dynsym_section_->data_size() - locsize) / symsize; in create_symtab_sections() 4084 gold_assert(static_cast<off_t>(dyncount * symsize) in create_symtab_sections() 4123 size_t symcount = off / symsize; in create_symtab_sections() [all …]
|
D | incremental.cc | 2204 Elf_size_type symsize = gsym.get_st_size(); in do_add_symbols() local 2209 v, symsize, st_type, st_bind, in do_add_symbols() 2218 if (symsize > 0) in do_add_symbols() 2219 os->reserve(v, symsize); in do_add_symbols() 2222 os, v, symsize, st_type, st_bind, in do_add_symbols()
|
D | dwarf_reader.cc | 61 const int symsize = elfcpp::Elf_sizes<size>::sym_size; in symbol_section() local 62 gold_assert(static_cast<off_t>((symndx + 1) * symsize) <= this->symtab_size_); in symbol_section() 63 elfcpp::Sym<size, big_endian> elfsym(this->symtab_ + symndx * symsize); in symbol_section()
|
D | mips.cc | 2247 Target_mips<size, big_endian>* target, uint64_t symsize); 6075 Target_mips<size, big_endian>* target, uint64_t symsize) in create_stub_symbol() argument 6088 offset, symsize, elfcpp::STT_FUNC, in create_stub_symbol()
|
D | ChangeLog | 12345 local_symcount * symsize to off_t in the gold_assert.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mmix-dis.c | 97 long symsize = bfd_get_symtab_upper_bound (abfd); in initialize_mmix_dis_info() local 98 asymbol **syms = malloc (symsize); in initialize_mmix_dis_info()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | nm.c | 844 long symsize; in print_symbol() local 846 symsize = bfd_get_symtab_upper_bound (abfd); in print_symbol() 847 if (symsize < 0) in print_symbol() 849 syms = (asymbol **) xmalloc (symsize); in print_symbol()
|
D | objcopy.c | 1603 long symsize; in copy_object() local 1765 symsize = bfd_get_symtab_upper_bound (ibfd); in copy_object() 1766 if (symsize < 0) in copy_object() 1772 osympp = isympp = (asymbol **) xmalloc (symsize); in copy_object() 3191 bfd_size_type symsize, stringsize; in write_debugging_info() local 3196 &symsize, &strings, in write_debugging_info() 3205 || ! bfd_set_section_size (obfd, stabsec, symsize) in write_debugging_info() 3219 if (! bfd_set_section_contents (obfd, stabsec, syms, 0, symsize) in write_debugging_info()
|
D | nlmconv.c | 170 long symsize; in main() local 384 symsize = bfd_get_symtab_upper_bound (inbfd); in main() 385 if (symsize < 0) in main() 387 symbols = (asymbol **) xmalloc (symsize); in main()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | linker.c | 800 long symsize; in bfd_generic_link_read_symbols() local 803 symsize = bfd_get_symtab_upper_bound (abfd); in bfd_generic_link_read_symbols() 804 if (symsize < 0) in bfd_generic_link_read_symbols() 807 symsize); in bfd_generic_link_read_symbols() 808 if (bfd_get_outsymbols (abfd) == NULL && symsize != 0) in bfd_generic_link_read_symbols()
|
D | ecofflink.c | 1096 long symsize; in bfd_ecoff_debug_accumulate_other() local 1120 symsize = bfd_get_symtab_upper_bound (input_bfd); in bfd_ecoff_debug_accumulate_other() 1121 if (symsize < 0) in bfd_ecoff_debug_accumulate_other() 1123 symbols = (asymbol **) bfd_alloc (output_bfd, (bfd_size_type) symsize); in bfd_ecoff_debug_accumulate_other()
|
D | som.c | 4621 int symsize = sizeof (struct som_external_symbol_dictionary_record); in som_slurp_symbol_table() local 4648 amt *= symsize; in som_slurp_symbol_table()
|