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

/external/valgrind/coregrind/
H A Dlauncher-linux.c207 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
208 header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SOLARIS)) {
214 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
215 header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_LINUX)) {
220 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
221 header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_LINUX)) {
226 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
227 header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_LINUX)) {
233 (header.ehdr32.e_ident[EI_OSABI] == ELFOSABI_SYSV ||
234 header.ehdr32.e_ident[EI_OSABI]
[all...]
/external/syslinux/com32/mboot/
H A Dsolaris.c42 return eh->e_ident[EI_OSABI] == 6; /* ABI == Solaris */
/external/elfutils/libebl/
H A Deblsymbolbindingname.c62 && ident[EI_OSABI] == ELFOSABI_LINUX)
H A Deblsymboltypename.c68 && ident[EI_OSABI] == ELFOSABI_LINUX)
/external/elfutils/libdwfl/
H A Ddwfl_module_getsym.c128 && ident[EI_OSABI] == ELFOSABI_LINUX)))
/external/syslinux/com32/include/sys/
H A Delfcommon.h283 #define EI_OSABI 7 macro
/external/elfutils/tests/
H A Delfstrtab.c168 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU;
H A Dnewdata.c98 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU;
/external/kernel-headers/original/uapi/linux/
H A Delf.h335 #define EI_OSABI 7 macro
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp66 Y->Header.OSABI = Obj.getHeader()->e_ident[ELF::EI_OSABI];
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp170 Header.e_ident[EI_OSABI] = Doc.Header.OSABI;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h56 EI_OSABI = 7, // OS/ABI identification. enumerator in enum:llvm::ELF::__anon19677
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h886 return (EF.getHeader()->e_ident[ELF::EI_OSABI] == ELF::ELFOSABI_AMDGPU_HSA
947 && EF.getHeader()->e_ident[ELF::EI_OSABI] == ELF::ELFOSABI_AMDGPU_HSA
/external/llvm/include/llvm/Support/
H A DELF.h57 EI_OSABI = 7, // OS/ABI identification. enumerator in enum:llvm::ELF::__anon12457
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h57 EI_OSABI = 7, // OS/ABI identification. enumerator in enum:llvm::ELF::__anon20501
/external/elfutils/src/
H A Delflint.c385 if (ehdr->e_ident[EI_OSABI] != ELFOSABI_NONE
386 && ehdr->e_ident[EI_OSABI] != ELFOSABI_LINUX
387 && ehdr->e_ident[EI_OSABI] != ELFOSABI_FREEBSD)
389 EI_OSABI,
390 ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf)));
H A Dnm.c900 if (ehdr->e_ident[EI_OSABI] == ELFOSABI_LINUX
H A Dreadelf.c991 ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf)));
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2390 Str = printEnum(e->e_ident[ELF::EI_OSABI], makeArrayRef(ElfOSABI));
3177 e->e_ident[ELF::EI_OSABI] == ELF::ELFOSABI_AMDGPU_HSA)
3180 W.printEnum("OS/ABI", e->e_ident[ELF::EI_OSABI],
/external/elfutils/libelf/
H A Delf.h138 #define EI_OSABI 7 /* OS ABI identification */ macro
/external/kmod/port-gnu/
H A Delf.h137 #define EI_OSABI 7 /* OS ABI identification */ macro
/external/valgrind/perf/
H A Dtinycc.c221 #define EI_OSABI 7 /* OS ABI identification */ macro
19763 ehdr.e_ident[EI_OSABI] = ELFOSABI_FREEBSD;
19766 ehdr.e_ident[EI_OSABI] = ELFOSABI_ARM;

Completed in 1424 milliseconds