Searched refs:opd_size (Results 1 – 1 of 1) sorted by relevance
124 init_opd(size_t opd_size) in init_opd() argument126 size_t count = this->opd_ent_ndx(opd_size); in init_opd()415 init_opd(size_t opd_size) in init_opd() argument417 size_t count = this->opd_ent_ndx(opd_size); in init_opd()1847 uint64_t opd_size = this->section_size(this->opd_shndx()); in do_read_relocs() local1848 gold_assert(opd_size == static_cast<size_t>(opd_size)); in do_read_relocs()1849 if (opd_size != 0) in do_read_relocs()1851 this->init_opd(opd_size); in do_read_relocs()1940 section_size_type opd_size; in do_read_symbols() local1963 opd_size = convert_to_section_size_type(shdr.get_sh_size()); in do_read_symbols()[all …]