/third_party/elfutils/libebl/ |
H A D | eblsymbolbindingname.c | 63 && ident[EI_OSABI] == ELFOSABI_LINUX) in ebl_symbol_binding_name()
|
H A D | eblsymboltypename.c | 69 && ident[EI_OSABI] == ELFOSABI_LINUX) in ebl_symbol_type_name()
|
/third_party/elfutils/tests/ |
H A D | vendorelf.c | 71 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU; in check_elf()
|
H A D | emptyfile.c | 102 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU; in check_elf()
|
H A D | newdata.c | 99 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU; in create_elf()
|
H A D | fillfile.c | 236 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU; in check_elf()
|
H A D | elfstrtab.c | 169 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU; in check_elf()
|
/third_party/elfio/elfio/ |
H A D | elfio_header.hpp | 131 ELFIO_GET_SET_ACCESS( unsigned char, os_abi, header.e_ident[EI_OSABI] );
|
H A D | elf_types.hpp | 335 constexpr unsigned char EI_OSABI = 7; member
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_getsym.c | 132 && ident[EI_OSABI] == ELFOSABI_LINUX))) in __libdwfl_getsym()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
H A D | auxv.rs | 321 if !matches!(hdr.e_ident[EI_OSABI], ELFOSABI_SYSV | ELFOSABI_LINUX) { in check_elf_base()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 355 #define EI_OSABI 7 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 57 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 D | ELF.h | 54 EI_OSABI = 7, // OS/ABI identification. enumerator
|
/third_party/elfutils/src/ |
H A D | elflint.c | 370 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 D | nm.c | 896 if (ehdr->e_ident[EI_OSABI] == ELFOSABI_LINUX in class_type_char()
|
H A D | readelf.c | 1121 ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf))); in print_ehdr()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 102 #define EI_OSABI 7 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 102 #define EI_OSABI 7 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 102 #define EI_OSABI 7 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 102 #define EI_OSABI 7 macro
|
/third_party/musl/include/ |
H A D | elf.h | 102 #define EI_OSABI 7 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 284 Header.e_ident[EI_OSABI] = Doc.Header.OSABI; in writeELFHeader()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 134 #define EI_OSABI 7 /* OS ABI identification */ macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1412 pub const EI_OSABI: usize = 7; consts
|