Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dincremental.cc220 unsigned int got_plt_shndx = in find_incremental_inputs_sections() local
222 if (got_plt_shndx == elfcpp::SHN_UNDEF) // Not found. in find_incremental_inputs_sections()
224 if (this->elf_file_.section_link(got_plt_shndx) != inputs_shndx) in find_incremental_inputs_sections()
240 *p_got_plt_shndx = got_plt_shndx; in find_incremental_inputs_sections()
255 unsigned int got_plt_shndx; in setup_readers() local
259 &relocs_shndx, &got_plt_shndx, in setup_readers()
266 Location got_plt_location(this->elf_file_.section_contents(got_plt_shndx)); in setup_readers()