HomeSort by relevance Sort by last modified time
    Searched refs:EI_OSABI (Results 1 - 25 of 30) sorted by null

1 2

  /external/elfutils/libebl/
eblsymbolbindingname.c 62 && ident[EI_OSABI] == ELFOSABI_LINUX)
eblsymboltypename.c 68 && ident[EI_OSABI] == ELFOSABI_LINUX)
  /external/elfutils/tests/
vendorelf.c 70 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU;
emptyfile.c 101 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU;
elfstrtab.c 168 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU;
fillfile.c 235 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU;
newdata.c 98 ehdr->e_ident[EI_OSABI] = ELFOSABI_GNU;
  /external/elfutils/libdwfl/
dwfl_module_getsym.c 132 && ident[EI_OSABI] == ELFOSABI_LINUX)))
  /bionic/libc/kernel/uapi/linux/
elf.h 287 #define EI_OSABI 7
  /external/kernel-headers/original/uapi/linux/
elf.h 336 #define EI_OSABI 7
  /external/u-boot/include/
elf.h 42 #define EI_OSABI 7 /* OS/ABI specific ELF extensions */
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 886 return (EF.getHeader()->e_ident[ELF::EI_OSABI] == ELF::ELFOSABI_AMDGPU_HSA
947 && EF.getHeader()->e_ident[ELF::EI_OSABI] == ELF::ELFOSABI_AMDGPU_HSA
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 75 #define EI_OSABI 7 /* Operating system / ABI identification */
103 /* Values for e_ident[EI_OSABI]. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 75 #define EI_OSABI 7 /* Operating system / ABI identification */
103 /* Values for e_ident[EI_OSABI]. */
    [all...]
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 66 Y->Header.OSABI = Obj.getHeader()->e_ident[ELF::EI_OSABI];
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 170 Header.e_ident[EI_OSABI] = Doc.Header.OSABI;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 56 EI_OSABI = 7, // OS/ABI identification.
    [all...]
  /art/libelffile/elf/
elf_builder.h 844 elf_header.e_ident[EI_OSABI] = ELFOSABI_LINUX;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 57 EI_OSABI = 7, // OS/ABI identification.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 55 EI_OSABI = 7, // OS/ABI identification.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
elf2yaml.cpp 116 Y->Header.OSABI = Obj.getHeader()->e_ident[ELF::EI_OSABI];
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2elf.cpp 198 Header.e_ident[EI_OSABI] = Doc.Header.OSABI;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 57 EI_OSABI = 7, // OS/ABI identification.
    [all...]
  /external/elfutils/src/
elflint.c 371 if (ehdr->e_ident[EI_OSABI] != ELFOSABI_NONE
372 && ehdr->e_ident[EI_OSABI] != ELFOSABI_LINUX
373 && ehdr->e_ident[EI_OSABI] != ELFOSABI_FREEBSD)
375 EI_OSABI,
376 ebl_osabi_name (ebl, ehdr->e_ident[EI_OSABI], buf, sizeof (buf)));
    [all...]
nm.c 886 if (ehdr->e_ident[EI_OSABI] == ELFOSABI_LINUX
    [all...]

Completed in 390 milliseconds

1 2