Home
last modified time | relevance | path

Searched refs:opd_size (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
HDpowerpc.cc127 init_opd(size_t opd_size) in init_opd() argument
129 size_t count = this->opd_ent_ndx(opd_size); in init_opd()
418 init_opd(size_t opd_size) in init_opd() argument
420 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() local
1897 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() local
2012 opd_size = convert_to_section_size_type(shdr.get_sh_size()); in do_read_symbols()
[all …]