Searched refs:target_shndx (Results 1 – 2 of 2) sorted by relevance
1537 unsigned int target_shndx = this->adjust_shndx(shdr.get_sh_info()); in do_layout() local1538 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()
83 unsigned int target_shndx = this->symbol_section(symndx, &value, in do_get_reloc_target() local90 return target_shndx; in do_get_reloc_target()