Home
last modified time | relevance | path

Searched refs:dst_shndx (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dgc.h104 Relobj* dst_object, unsigned int dst_shndx) in add_reference() argument
107 Section_id dst_id(dst_object, dst_shndx); in add_reference()
Dtarget.h1105 unsigned int dst_shndx, in gc_add_reference() argument
1109 dst_obj, dst_shndx, dst_off); in gc_add_reference()
Dpowerpc.cc899 unsigned int dst_shndx,
7059 unsigned int dst_shndx, in do_gc_add_reference() argument
7067 if (dst_shndx != 0 && dst_shndx == ppc_object->opd_shndx()) in do_gc_add_reference()
7071 dst_shndx = ppc_object->get_opd_ent(dst_off); in do_gc_add_reference()
7072 symtab->gc()->add_reference(src_obj, src_shndx, dst_obj, dst_shndx); in do_gc_add_reference()
DChangeLog-08153237 * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx