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

/external/valgrind/main/coregrind/
H A Dlauncher-linux.c184 (ehdr->e_ident[EI_OSABI] == ELFOSABI_SYSV ||
185 ehdr->e_ident[EI_OSABI] == ELFOSABI_LINUX)) {
190 (ehdr->e_ident[EI_OSABI] == ELFOSABI_SYSV ||
191 ehdr->e_ident[EI_OSABI] == ELFOSABI_LINUX)) {
196 (ehdr->e_ident[EI_OSABI] == ELFOSABI_SYSV ||
197 ehdr->e_ident[EI_OSABI] == ELFOSABI_LINUX)) {
203 (ehdr->e_ident[EI_OSABI] == ELFOSABI_SYSV ||
204 ehdr->e_ident[EI_OSABI] == ELFOSABI_LINUX)) {
209 (ehdr->e_ident[EI_OSABI] == ELFOSABI_SYSV ||
210 ehdr->e_ident[EI_OSABI]
[all...]
/external/elfutils/0.153/libebl/
H A Deblsymbolbindingname.c87 && ident[EI_OSABI] == ELFOSABI_LINUX)
H A Deblsymboltypename.c93 && ident[EI_OSABI] == ELFOSABI_LINUX)
/external/chromium_org/third_party/libvpx/include/
H A Delf.h366 #define EI_OSABI 7 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h101 EI_OSABI = 7, /* OS and ABI */ enumerator in enum:__anon15632
/external/kernel-headers/original/uapi/linux/
H A Delf.h332 #define EI_OSABI 7 macro
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp60 Y->Header.OSABI = Obj.getHeader()->e_ident[ELF::EI_OSABI];
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp167 Header.e_ident[EI_OSABI] = Doc.Header.OSABI;
/external/elfutils/0.153/src/
H A Delflint.c383 if (ehdr->e_ident[EI_OSABI] != ELFOSABI_NONE
384 && ehdr->e_ident[EI_OSABI] != ELFOSABI_LINUX)
386 EI_OSABI,
387 ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf)));
H A Dnm.c906 if (ehdr->e_ident[EI_OSABI] == ELFOSABI_LINUX
H A Dreadelf.c777 ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf)));
/external/qemu/include/
H A Delf.h1384 #define EI_OSABI 7 macro
/external/llvm/include/llvm/Support/
H A DELF.h57 EI_OSABI = 7, // OS/ABI identification. enumerator in enum:llvm::ELF::__anon24739
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp537 W.printEnum ("OS/ABI", Header->e_ident[ELF::EI_OSABI],
/external/elfutils/0.153/libelf/
H A Delf.h142 #define EI_OSABI 7 /* OS ABI identification */ macro
/external/qemu/tcg/
H A Dtcg.c2784 .e_ident[EI_OSABI] = ELF_OSABI,
/external/valgrind/main/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 276 milliseconds