Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/i386/i386/
HDelf_machdep.c101 .interp_newpath = NULL,
116 .interp_newpath = NULL,
131 .interp_newpath = NULL,
/freebsd-14-stable/sys/amd64/amd64/
HDelf_machdep.c189 .interp_newpath = NULL,
200 .interp_newpath = NULL,
226 .interp_newpath = NULL,
240 .interp_newpath = NULL,
/freebsd-14-stable/sys/compat/ia32/
HDia32_sysvec.c154 .interp_newpath = "/libexec/ld-elf32.so.1",
169 .interp_newpath = "/libexec/ld-elf32.so.1",
/freebsd-14-stable/sys/powerpc/powerpc/
HDelf32_machdep.c151 .interp_newpath = "/libexec/ld-elf32.so.1",
153 .interp_newpath = NULL,
169 .interp_newpath = NULL,
HDelf64_machdep.c159 .interp_newpath = NULL,
175 .interp_newpath = NULL,
191 .interp_newpath = NULL,
/freebsd-14-stable/sys/sys/
HDimgact_elf.h86 const char *interp_newpath; member
/freebsd-14-stable/sys/amd64/linux/
HDlinux_sysvec.c873 .interp_newpath = NULL,
884 .interp_newpath = NULL,
895 .interp_newpath = NULL,
/freebsd-14-stable/sys/i386/linux/
HDlinux_sysvec.c810 .interp_newpath = NULL,
821 .interp_newpath = NULL,
832 .interp_newpath = NULL,
/freebsd-14-stable/sys/arm/arm/
HDelf_machdep.c114 .interp_newpath = NULL,
/freebsd-14-stable/sys/arm64/arm64/
HDelf_machdep.c114 .interp_newpath = NULL,
HDelf32_machdep.c150 .interp_newpath = "/libexec/ld-elf32.so.1",
/freebsd-14-stable/sys/amd64/linux32/
HDlinux32_sysvec.c969 .interp_newpath = NULL,
980 .interp_newpath = NULL,
991 .interp_newpath = NULL,
/freebsd-14-stable/sys/riscv/riscv/
HDelf_machdep.c110 .interp_newpath = NULL,
/freebsd-14-stable/sys/arm64/linux/
HDlinux_sysvec.c598 .interp_newpath = NULL,
/freebsd-14-stable/sys/kern/
HDimgact_elf.c1070 if (brand_info->interp_newpath != NULL && in __elfN()
1074 brand_info->interp_newpath, addr, entry); in __elfN()