Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
H A Ddwp.cc1140 unsigned int info_shndx = debug_shndx[info_sect]; in sized_read_unit_index() local
1168 gold_assert(info_shndx > 0); in sized_read_unit_index()
1198 this->section_contents(info_shndx, &info_len, &info_is_new); in sized_read_unit_index()
H A Darm.cc6897 unsigned int info_shndx = this->adjust_shndx(shdr.get_sh_info()); in do_read_symbols() local
6898 if (info_shndx >= this->shnum()) in do_read_symbols()
6900 i, info_shndx); in do_read_symbols()
6901 Reloc_map::value_type value(info_shndx, i); in do_read_symbols()
6907 info_shndx, i, reloc_map[info_shndx]); in do_read_symbols()