Searched refs:interp_path (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/amd64/amd64/ |
| H A D | elf_machdep.c | 165 .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 D | elf_machdep.c | 94 .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 D | imgact_elf.h | 85 const char *interp_path; member
|
| /f-stack/freebsd/kern/ |
| H A D | imgact_elf.c | 361 (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 D | elf32_machdep.c | 117 .interp_path = "/libexec/ld-elf.so.1",
|
| H A D | elf_machdep.c | 103 .interp_path = "/libexec/ld-elf.so.1",
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_sysvec.c | 866 .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 D | elf_machdep.c | 108 .interp_path = "/libexec/ld-elf.so.1",
|
| /f-stack/freebsd/mips/mips/ |
| H A D | elf_machdep.c | 99 .interp_path = "/libexec/ld-elf.so.1",
|
| H A D | freebsd32_machdep.c | 115 .interp_path = "/libexec/ld-elf.so.1",
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_sysvec.c | 986 .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 D | linux32_sysvec.c | 1009 .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 D | linux_sysvec.c | 504 .interp_path = "/lib64/ld-linux-x86-64.so.2",
|