Searched refs:dst_indx (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | gc.h | 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() [all …]
|
D | powerpc.cc | 6346 unsigned int dst_indx = ppc_object->get_opd_ent(dst_off); in gc_process_relocs() local 6353 ppc_object, dst_indx); in gc_process_relocs() 6436 unsigned int dst_indx = ppc_object->get_opd_ent(dst_off); in do_gc_mark_symbol() local 6437 symtab->gc()->worklist().push(Section_id(ppc_object, dst_indx)); in do_gc_mark_symbol()
|