Home
last modified time | relevance | path

Searched defs:elf_execsw (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/kern/
H A Dimgact_elf.c1877 static struct execsw elf_execsw = {exec_elf64_imgact, "ELF64"}; variable
1880 static struct execsw elf_execsw = {exec_elf32_imgact, "ELF32"}; variable