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

/openbsd-current/libexec/ld.so/
H A Dlibrary.c113 Elf_Phdr *syscall_phdp = NULL; local
319 syscall_phdp = phdp;
327 if (libc && syscall_phdp)
328 _dl_pin(libfile, syscall_phdp, (void *)libaddr,
H A Dlibrary_mquery.c111 Elf_Phdr *syscall_phdp = NULL; local
329 syscall_phdp = phdp;
335 if (libc && syscall_phdp)
336 _dl_pin(libfile, syscall_phdp, lowld->start,

Completed in 71 milliseconds