Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c167 .interp_newpath = NULL,
179 .interp_newpath = NULL,
206 .interp_newpath = NULL,
221 .interp_newpath = NULL,
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c96 .interp_newpath = NULL,
112 .interp_newpath = NULL,
128 .interp_newpath = NULL,
/f-stack/freebsd/sys/
H A Dimgact_elf.h87 const char *interp_newpath; member
/f-stack/freebsd/arm64/arm64/
H A Delf32_machdep.c119 .interp_newpath = "/libexec/ld-elf32.so.1",
H A Delf_machdep.c105 .interp_newpath = NULL,
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c868 .interp_newpath = NULL,
880 .interp_newpath = NULL,
892 .interp_newpath = NULL,
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c110 .interp_newpath = NULL,
/f-stack/freebsd/mips/mips/
H A Delf_machdep.c101 .interp_newpath = NULL,
H A Dfreebsd32_machdep.c117 .interp_newpath = "/libexec/ld-elf32.so.1",
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c988 .interp_newpath = NULL,
1000 .interp_newpath = NULL,
1012 .interp_newpath = NULL,
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c1011 .interp_newpath = NULL,
1023 .interp_newpath = NULL,
1035 .interp_newpath = NULL,
/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c506 .interp_newpath = NULL,
/f-stack/freebsd/kern/
H A Dimgact_elf.c1043 if (brand_info->interp_newpath != NULL && in __elfN()
1047 brand_info->interp_newpath, addr, entry); in __elfN()