Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc124 init_opd(size_t opd_size) in init_opd() argument
126 size_t count = this->opd_ent_ndx(opd_size); in init_opd()
415 init_opd(size_t opd_size) in init_opd() argument
417 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() local
1848 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() local
1963 opd_size = convert_to_section_size_type(shdr.get_sh_size()); in do_read_symbols()
[all …]