Searched refs:header_supported (Results 1 – 6 of 6) sorted by relevance
| /src/sys/powerpc/powerpc/ |
| H A D | elf64_machdep.c | 166 .header_supported = &ppc64_elfv1_header_match 182 .header_supported = &ppc64_elfv2_header_match 198 .header_supported = &ppc64_elfv1_header_match
|
| /src/sys/sys/ |
| H A D | imgact_elf.h | 90 bool (*const header_supported)(const struct image_params *, member
|
| /src/sys/kern/ |
| H A D | imgact_elf.c | 375 if (ret && bi->header_supported) { in get_brandinfo() 376 ret = bi->header_supported(imgp, osrel, in get_brandinfo() 416 if (bi->header_supported == NULL || in get_brandinfo() 417 bi->header_supported(imgp, NULL, NULL)) { in get_brandinfo() 442 bi->header_supported == NULL) in get_brandinfo() 445 ret = bi->header_supported(imgp, NULL, NULL); in get_brandinfo() 464 == 0 && (bi->header_supported == NULL || in get_brandinfo() 465 bi->header_supported(imgp, NULL, NULL))) in get_brandinfo() 478 (bi->header_supported == NULL || in get_brandinfo() 479 bi->header_supported(imgp, NULL, NULL))) in get_brandinfo()
|
| /src/sys/arm/arm/ |
| H A D | elf_machdep.c | 118 .header_supported= elf32_arm_abi_supported,
|
| /src/sys/arm64/arm64/ |
| H A D | elf32_machdep.c | 155 .header_supported= elf32_arm_abi_supported,
|
| /src/sys/amd64/amd64/ |
| H A D | elf_machdep.c | 202 .header_supported = freebsd_brand_info_la57_img_compat,
|