Searched refs:brand (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c92 .brand = ELFOSABI_FREEBSD,
107 .brand = ELFOSABI_FREEBSD,
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_sysvec.c203 .brand = ELFOSABI_SYSV,
275 printf("cannot insert svr4 elf brand handler\n");
/freebsd-11-stable/sys/arm/arm/
H A Delf_machdep.c101 .brand = ELFOSABI_FREEBSD,
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysvec.c816 .brand = ELFOSABI_LINUX,
828 .brand = ELFOSABI_LINUX,
840 .brand = ELFOSABI_LINUX,
882 printf("cannot insert Linux x86-64 ELF brand handler\n");
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c1015 .brand = ELFOSABI_LINUX,
1027 .brand = ELFOSABI_LINUX,
1039 .brand = ELFOSABI_LINUX,
1081 printf("cannot insert Linux ELF brand handler\n");
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c982 .brand = ELFOSABI_LINUX,
994 .brand = ELFOSABI_LINUX,
1006 .brand = ELFOSABI_LINUX,
1058 printf("cannot insert Linux ELF brand handler\n");
/freebsd-11-stable/sys/mips/mips/
H A Dfreebsd32_machdep.c112 .brand = ELFOSABI_FREEBSD,
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c114 __XSTRING(__CONCAT(ELF, __ELF_WORD_SIZE)) " brand of last resort");
283 /* Give brand a chance to veto check_note's guess */
289 * match default one for the brand, try to
291 * interpreter. Either there is better brand
293 * this, we return first brand which accepted
311 /* If the executable has a brand, search for it in the brand list. */
318 (hdr->e_ident[EI_OSABI] == bi->brand ||
322 /* Looks good, but give brand a chance to veto */
345 /* No known brand, se
[all...]

Completed in 381 milliseconds

12