Searched refs:_rtld_do_copy_relocation (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/libexec/ld.elf_so/
H A Dreloc.c63 static int _rtld_do_copy_relocation(const Obj_Entry *, const Elf_Rela *);
66 _rtld_do_copy_relocation(const Obj_Entry *dstobj, const Elf_Rela *rela) function
141 if (_rtld_do_copy_relocation(dstobj,
151 if (_rtld_do_copy_relocation(dstobj, rela) < 0)

Completed in 86 milliseconds