Searched refs:interp_path (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/compat/ia32/ |
H A D | ia32_sysvec.c | 152 .interp_path = "/libexec/ld-elf.so.1", 167 .interp_path = "/usr/libexec/ld-elf.so.1", 182 .interp_path = "/lib/ld.so.1",
|
/freebsd/sys/i386/i386/ |
H A D | elf_machdep.c | 99 .interp_path = "/libexec/ld-elf.so.1", 114 .interp_path = "/usr/libexec/ld-elf.so.1", 129 .interp_path = "/lib/ld.so.1",
|
/freebsd/sys/amd64/amd64/ |
H A D | elf_machdep.c | 184 .interp_path = "/libexec/ld-elf.so.1", 195 .interp_path = "/libexec/ld-elf.so.1", 221 .interp_path = "/usr/libexec/ld-elf.so.1", 235 .interp_path = "/lib/ld-kfreebsd-x86-64.so.1",
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf64_machdep.c | 157 .interp_path = "/libexec/ld-elf.so.1", 173 .interp_path = "/libexec/ld-elf.so.1", 189 .interp_path = "/usr/libexec/ld-elf.so.1",
|
H A D | elf32_machdep.c | 148 .interp_path = "/libexec/ld-elf.so.1", 167 .interp_path = "/usr/libexec/ld-elf.so.1",
|
/freebsd/sys/sys/ |
H A D | imgact_elf.h | 84 const char *interp_path; member
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 385 (bi->interp_path == NULL || in __elfN() 386 (strlen(bi->interp_path) + 1 != interp_name_len || in __elfN() 387 strncmp(interp, bi->interp_path, interp_name_len) in __elfN() 418 bi->interp_path == NULL) in __elfN() 420 if (bi->interp_path != NULL && in __elfN() 421 strlen(bi->interp_path) + 1 == in __elfN() 423 bi->interp_path, interp_name_len) == 0) in __elfN() 455 bi->interp_path != NULL && in __elfN() 457 strlen(bi->interp_path) + 1 == interp_name_len && in __elfN() 458 strncmp(interp, bi->interp_path, interp_name_len) in __elfN() [all …]
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysvec.c | 871 .interp_path = "/lib64/ld-linux-x86-64.so.2", 882 .interp_path = "/lib64/ld-linux.so.2", 893 .interp_path = "/lib/ld-musl-x86_64.so.1",
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysvec.c | 808 .interp_path = "/lib/ld-linux.so.1", 819 .interp_path = "/lib/ld-linux.so.2", 830 .interp_path = "/lib/ld-musl-i386.so.1",
|
/freebsd/sys/arm/arm/ |
H A D | elf_machdep.c | 111 .interp_path = "/libexec/ld-elf.so.1",
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysvec.c | 967 .interp_path = "/lib/ld-linux.so.1", 978 .interp_path = "/lib/ld-linux.so.2", 989 .interp_path = "/lib/ld-musl-i386.so.1",
|
/freebsd/sys/arm64/arm64/ |
H A D | elf32_machdep.c | 148 .interp_path = "/libexec/ld-elf.so.1",
|
H A D | elf_machdep.c | 116 .interp_path = "/libexec/ld-elf.so.1",
|
/freebsd/sys/riscv/riscv/ |
H A D | elf_machdep.c | 107 .interp_path = "/libexec/ld-elf.so.1",
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysvec.c | 596 .interp_path = "/lib64/ld-linux-x86-64.so.2",
|