Home
last modified time | relevance | path

Searched refs:_rtld_resolve_ifunc2 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/libexec/ld.elf_so/
H A Dreloc.c248 target = _rtld_resolve_ifunc2(obj, in _rtld_resolve_ifunc()
255 _rtld_resolve_ifunc2(const Obj_Entry *obj, Elf_Addr addr) in _rtld_resolve_ifunc2() function
305 target = _rtld_resolve_ifunc2(obj, target); in _rtld_call_ifunc()
322 target = _rtld_resolve_ifunc2(obj, target); in _rtld_call_ifunc()
343 target = _rtld_resolve_ifunc2(obj, *where); in _rtld_call_ifunc()
355 target = _rtld_resolve_ifunc2(obj, *where); in _rtld_call_ifunc()
H A Drtld.h437 Elf_Addr _rtld_resolve_ifunc2(const Obj_Entry *, Elf_Addr);
/netbsd-src/libexec/ld.elf_so/arch/aarch64/
H A Dmdreloc.c390 target = _rtld_resolve_ifunc2(obj, target); in _rtld_relocate_plt_object()