Lines Matching refs:r_sym
633 const unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); in incremental_relocs_scan_reltype() local
635 if (r_sym >= this->local_symbol_count_) in incremental_relocs_scan_reltype()
636 this->count_incremental_reloc(r_sym - this->local_symbol_count_); in incremental_relocs_scan_reltype()
1111 const unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); in incremental_relocs_write_reltype() local
1114 if (r_sym < this->local_symbol_count_) in incremental_relocs_write_reltype()
1149 this->next_incremental_reloc_index(r_sym - this->local_symbol_count_); in incremental_relocs_write_reltype()
1254 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); in split_stack_adjust_reltype() local
1255 if (r_sym < local_count) in split_stack_adjust_reltype()
1258 const Symbol* gsym = this->global_symbol(r_sym); in split_stack_adjust_reltype()
1347 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); in split_stack_adjust_reltype() local
1348 if (r_sym < local_count) in split_stack_adjust_reltype()
1359 const Symbol* gsym = this->global_symbol(r_sym); in split_stack_adjust_reltype()