Home
last modified time | relevance | path

Searched refs:ELFOSABI_86OPEN (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/elftoolchain/brandelf/
H A Dbrandelf.c61 { "86Open", ELFOSABI_86OPEN },
/freebsd/sys/sys/
H A Delf_common.h167 #define ELFOSABI_86OPEN 5 /* 86Open common IA32 ABI */ macro
/freebsd/contrib/elftoolchain/elfcopy/
H A Dmain.c202 {"86open", ELFOSABI_86OPEN},
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h583 _ELF_DEFINE_EABI(ELFOSABI_86OPEN, 5, "86Open Common ABI") \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c478 case ELFOSABI_86OPEN: return "86OPEN"; in elf_osabi()