Searched refs:opd_size (Results 1 – 1 of 1) sorted by relevance
127 init_opd(size_t opd_size) in init_opd() argument129 size_t count = this->opd_ent_ndx(opd_size); in init_opd()418 init_opd(size_t opd_size) in init_opd() argument420 size_t count = this->opd_ent_ndx(opd_size); in init_opd()1896 uint64_t opd_size = this->section_size(this->opd_shndx()); in do_read_relocs() local1897 gold_assert(opd_size == static_cast<size_t>(opd_size)); in do_read_relocs()1898 if (opd_size != 0) in do_read_relocs()1900 this->init_opd(opd_size); in do_read_relocs()1989 section_size_type opd_size; in do_read_symbols() local2012 opd_size = convert_to_section_size_type(shdr.get_sh_size()); in do_read_symbols()[all …]