Home
last modified time | relevance | path

Searched refs:ELFOSABI_OPENBSD (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h73 #define ELFOSABI_OPENBSD 12 /* OpenBSD */ macro
H A DChangeLog-9103909 (ELFOSABI_OPENBSD): Likewise.
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h73 #define ELFOSABI_OPENBSD 12 /* OpenBSD */ macro
H A DChangeLog-9103943 (ELFOSABI_OPENBSD): Likewise.
/openbsd/sys/sys/
H A Dexec_elf.h108 #define ELFOSABI_OPENBSD 12 /* OpenBSD */ macro
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h353 ELFOSABI_OPENBSD = 12, // OpenBSD enumerator
/openbsd/sys/kern/
H A Dexec_elf.c678 if (eh->e_ident[EI_OSABI] == ELFOSABI_OPENBSD) in exec_elf_makecmds()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp494 _MAKE_OSABI_CASE(ELFOSABI_OPENBSD); in OSABIAsCString()
530 case ELFOSABI_OPENBSD: in GetOsFromOSABI()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp898 case llvm::ELF::ELFOSABI_OPENBSD: in SetArchitecture()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp395 ECase(ELFOSABI_OPENBSD); in enumeration()
/openbsd/gnu/usr.bin/binutils/binutils/
H A DChangeLog-00011626 and ELFOSABI_OPENBSD.
H A Dreadelf.c2067 case ELFOSABI_OPENBSD: return "UNIX - OpenBSD"; in get_osabi_name()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-00011626 and ELFOSABI_OPENBSD.
H A Dreadelf.c2593 case ELFOSABI_OPENBSD: return "UNIX - OpenBSD"; in get_osabi_name()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1017 {"OpenBSD", "UNIX - OpenBSD", ELF::ELFOSABI_OPENBSD},