Lines Matching refs:opd_size
124 init_opd(size_t opd_size)
126 size_t count = this->opd_ent_ndx(opd_size);
415 init_opd(size_t opd_size)
417 size_t count = this->opd_ent_ndx(opd_size);
1847 uint64_t opd_size = this->section_size(this->opd_shndx());
1848 gold_assert(opd_size == static_cast<size_t>(opd_size));
1849 if (opd_size != 0)
1851 this->init_opd(opd_size);
1940 section_size_type opd_size;
1963 opd_size = convert_to_section_size_type(shdr.get_sh_size());
1964 opd = this->get_view(shdr.get_sh_offset(), opd_size,
2000 this->init_opd(opd_size);
2001 for (const unsigned char* p = opd; p < opd + opd_size; p += 8)