Searched refs:locsize (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | object.cc | 813 section_offset_type locsize = loccount * sym_size; in base_read_symbols() local 817 off_t extoff = dataoff + locsize; in base_read_symbols() 818 section_size_type extsize = datasize - locsize; in base_read_symbols() 853 sd->external_symbols_offset = need_local_symbols ? locsize : 0; in base_read_symbols() 2115 off_t locsize = loccount * sym_size; in do_count_local_symbols() local 2117 locsize, true, true); in do_count_local_symbols() 2570 off_t locsize = loccount * sym_size; in write_local_symbols() local 2572 locsize, true, false); in write_local_symbols()
|
D | reloc.cc | 374 off_t locsize = loccount * sym_size; in do_read_relocs() local 376 locsize, true, true); in do_read_relocs()
|
D | layout.cc | 4081 off_t locsize = dyn_global_index * this->dynsym_section_->entsize(); in create_symtab_sections() local 4082 dynoff = this->dynsym_section_->offset() + locsize; in create_symtab_sections() 4083 dyncount = (this->dynsym_section_->data_size() - locsize) / symsize; in create_symtab_sections() 4085 == this->dynsym_section_->data_size() - locsize); in create_symtab_sections()
|
D | arm.cc | 6512 off_t locsize = loccount * sym_size; in do_count_local_symbols() local 6514 locsize, true, true); in do_count_local_symbols() 6950 off_t locsize = loccount * sym_size; in do_read_symbols() local 6952 locsize, true, true); in do_read_symbols() 7044 off_t locsize = loccount * sym_size; in update_output_local_symbol_count() local 7046 locsize, true, true); in update_output_local_symbol_count()
|
D | aarch64.cc | 1873 off_t locsize = loccount * sym_size; in do_count_local_symbols() local 1875 locsize, true, true); in do_count_local_symbols()
|
D | powerpc.cc | 1877 off_t locsize = loccount * sym_size; in do_read_symbols() local 1882 locsize, true, false); in do_read_symbols()
|
D | mips.cc | 5840 off_t locsize = loccount * sym_size; in do_count_local_symbols() local 5842 locsize, true, true); in do_count_local_symbols()
|