Lines Matching refs:dst_indx
234 unsigned int dst_indx; in gc_process_relocs() local
243 dst_indx = lsym.get_st_shndx(); in gc_process_relocs()
245 dst_indx = src_obj->adjust_sym_shndx(r_sym, dst_indx, &is_ordinary); in gc_process_relocs()
253 (*secvec).push_back(Section_id(dst_obj, dst_indx)); in gc_process_relocs()
280 if (!is_ordinary || dst_indx == src_indx) in gc_process_relocs()
291 dst_indx = 0; in gc_process_relocs()
296 dst_indx = gsym->shndx(&is_ordinary); in gc_process_relocs()
310 symtab->icf()->set_section_has_function_pointers(dst_obj, dst_indx); in gc_process_relocs()
329 (*secvec).push_back(Section_id(dst_obj, dst_indx)); in gc_process_relocs()
351 symtab->gc()->add_reference(src_obj, src_indx, dst_obj, dst_indx); in gc_process_relocs()
354 dst_obj, dst_indx, dst_off); in gc_process_relocs()