Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dobject.cc1537 unsigned int target_shndx = this->adjust_shndx(shdr.get_sh_info()); in do_layout() local
1538 if (target_shndx == 0 || target_shndx >= shnum) in do_layout()
1541 i, target_shndx); in do_layout()
1545 if (reloc_shndx[target_shndx] != 0) in do_layout()
1546 reloc_shndx[target_shndx] = -1U; in do_layout()
1549 reloc_shndx[target_shndx] = i; in do_layout()
1550 reloc_type[target_shndx] = sh_type; in do_layout()
Ddwarf_reader.cc83 unsigned int target_shndx = this->symbol_section(symndx, &value, in do_get_reloc_target() local
90 return target_shndx; in do_get_reloc_target()