Home
last modified time | relevance | path

Searched refs:EI_OSABI (Results 1 - 25 of 25) sorted by relevance

/third_party/elfutils/libebl/
H A Deblsymbolbindingname.c63 && ident[EI_OSABI] == ELFOSABI_LINUX) in ebl_symbol_binding_name()
H A Deblsymboltypename.c69 && ident[EI_OSABI] == ELFOSABI_LINUX) in ebl_symbol_type_name()
/third_party/elfutils/tests/
H A Dvendorelf.c71 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU; in check_elf()
H A Demptyfile.c102 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU; in check_elf()
H A Dnewdata.c99 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU; in create_elf()
H A Dfillfile.c236 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU; in check_elf()
H A Delfstrtab.c169 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU; in check_elf()
/third_party/elfio/elfio/
H A Delfio_header.hpp131 ELFIO_GET_SET_ACCESS( unsigned char, os_abi, header.e_ident[EI_OSABI] );
H A Delf_types.hpp335 constexpr unsigned char EI_OSABI = 7; member
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsym.c132 && ident[EI_OSABI] == ELFOSABI_LINUX))) in __libdwfl_getsym()
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dauxv.rs321 if !matches!(hdr.e_ident[EI_OSABI], ELFOSABI_SYSV | ELFOSABI_LINUX) { in check_elf_base()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp355 #define EI_OSABI 7 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h57 EI_OSABI = 7, // OS/ABI identification. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h54 EI_OSABI = 7, // OS/ABI identification. enumerator
/third_party/elfutils/src/
H A Delflint.c370 if (ehdr->e_ident[EI_OSABI] != ELFOSABI_NONE in check_elf_header()
371 && ehdr->e_ident[EI_OSABI] != ELFOSABI_LINUX in check_elf_header()
372 && ehdr->e_ident[EI_OSABI] != ELFOSABI_FREEBSD) in check_elf_header()
374 EI_OSABI, in check_elf_header()
375 ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf))); in check_elf_header()
H A Dnm.c896 if (ehdr->e_ident[EI_OSABI] == ELFOSABI_LINUX in class_type_char()
H A Dreadelf.c1121 ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf))); in print_ehdr()
/third_party/musl/porting/linux/user/include/
H A Delf.h102 #define EI_OSABI 7 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h102 #define EI_OSABI 7 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h102 #define EI_OSABI 7 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h102 #define EI_OSABI 7 macro
/third_party/musl/include/
H A Delf.h102 #define EI_OSABI 7 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp284 Header.e_ident[EI_OSABI] = Doc.Header.OSABI; in writeELFHeader()
/third_party/elfutils/libelf/
H A Delf.h134 #define EI_OSABI 7 /* OS ABI identification */ macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1412 pub const EI_OSABI: usize = 7; consts

Completed in 121 milliseconds