Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dexec_elf.c353 Elf_Phdr *ph = NULL, *syscall_ph = NULL; in elf_load_file() local
551 syscall_ph = &ph[i]; in elf_load_file()
558 if (syscall_ph) { in elf_load_file()
565 npins = elf_read_pintable(p, nd.ni_vp, syscall_ph, in elf_load_file()
604 Elf_Phdr *ph, *pp, *base_ph = NULL, *syscall_ph = NULL; in exec_elf_makecmds() local
848 syscall_ph = &ph[i]; in exec_elf_makecmds()
859 if (syscall_ph) { in exec_elf_makecmds()
865 npins = elf_read_pintable(p, epp->ep_vp, syscall_ph, in exec_elf_makecmds()