Home
last modified time | relevance | path

Searched refs:ELFOSABI_FREEBSD (Results 1 - 16 of 16) sorted by relevance

/third_party/elfutils/libebl/
H A Deblosabiname.c59 else if (osabi == ELFOSABI_FREEBSD) in ebl_osabi_name()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h81 return ELF::ELFOSABI_FREEBSD; in getOSABI()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp384 #define ELFOSABI_FREEBSD 9 // FreeBSD macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h345 ELFOSABI_FREEBSD = 9, // FreeBSD enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h341 ELFOSABI_FREEBSD = 9, // FreeBSD enumerator
/third_party/elfio/elfio/
H A Delfio_dump.hpp67 { ELFOSABI_FREEBSD, "FreeBSD" },
H A Delf_types.hpp366 constexpr unsigned char ELFOSABI_FREEBSD = 9; // FreeBSD member
/third_party/musl/porting/linux/user/include/
H A Delf.h112 #define ELFOSABI_FREEBSD 9 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h112 #define ELFOSABI_FREEBSD 9 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h112 #define ELFOSABI_FREEBSD 9 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h112 #define ELFOSABI_FREEBSD 9 macro
/third_party/musl/include/
H A Delf.h112 #define ELFOSABI_FREEBSD 9 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp261 ECase(ELFOSABI_FREEBSD); in enumeration()
/third_party/elfutils/libelf/
H A Delf.h144 #define ELFOSABI_FREEBSD 9 /* FreeBSD. */ macro
/third_party/elfutils/src/
H A Delflint.c372 && ehdr->e_ident[EI_OSABI] != ELFOSABI_FREEBSD) in check_elf_header()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1422 pub const ELFOSABI_FREEBSD: u8 = 9; consts

Completed in 145 milliseconds