Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dimgact_elf.h74 const char *interp_newpath; member
/dragonfly/sys/cpu/x86_64/misc/
H A Delf_machdep.c65 .interp_newpath = NULL,
/dragonfly/sys/kern/
H A Dimgact_elf.c703 if (interp != NULL && brand_info->interp_newpath != NULL) in __CONCAT()
704 newinterp = brand_info->interp_newpath; in __CONCAT()