Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c165 .interp_path = "/libexec/ld-elf.so.1",
177 .interp_path = "/libexec/ld-elf.so.1",
204 .interp_path = "/usr/libexec/ld-elf.so.1",
219 .interp_path = "/lib/ld-kfreebsd-x86-64.so.1",
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c94 .interp_path = "/libexec/ld-elf.so.1",
110 .interp_path = "/usr/libexec/ld-elf.so.1",
126 .interp_path = "/lib/ld.so.1",
/f-stack/freebsd/sys/
H A Dimgact_elf.h85 const char *interp_path; member
/f-stack/freebsd/kern/
H A Dimgact_elf.c361 (bi->interp_path == NULL || in __elfN()
363 strncmp(interp, bi->interp_path, interp_name_len) in __elfN()
394 bi->interp_path == NULL) in __elfN()
396 if (bi->interp_path != NULL && in __elfN()
397 strlen(bi->interp_path) + 1 == in __elfN()
399 bi->interp_path, interp_name_len) == 0) in __elfN()
431 bi->interp_path != NULL && in __elfN()
433 strlen(bi->interp_path) + 1 == interp_name_len && in __elfN()
434 strncmp(interp, bi->interp_path, interp_name_len) in __elfN()
1044 (brand_info->interp_path == NULL || in __elfN()
[all …]
/f-stack/freebsd/arm64/arm64/
H A Delf32_machdep.c117 .interp_path = "/libexec/ld-elf.so.1",
H A Delf_machdep.c103 .interp_path = "/libexec/ld-elf.so.1",
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c866 .interp_path = "/lib64/ld-linux-x86-64.so.2",
878 .interp_path = "/lib64/ld-linux.so.2",
890 .interp_path = "/lib/ld-musl-x86_64.so.1",
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c108 .interp_path = "/libexec/ld-elf.so.1",
/f-stack/freebsd/mips/mips/
H A Delf_machdep.c99 .interp_path = "/libexec/ld-elf.so.1",
H A Dfreebsd32_machdep.c115 .interp_path = "/libexec/ld-elf.so.1",
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c986 .interp_path = "/lib/ld-linux.so.1",
998 .interp_path = "/lib/ld-linux.so.2",
1010 .interp_path = "/lib/ld-musl-i386.so.1",
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c1009 .interp_path = "/lib/ld-linux.so.1",
1021 .interp_path = "/lib/ld-linux.so.2",
1033 .interp_path = "/lib/ld-musl-i386.so.1",
/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c504 .interp_path = "/lib64/ld-linux-x86-64.so.2",