HomeSort by relevance Sort by last modified time
    Searched refs:EI_DATA (Results 101 - 125 of 153) sorted by null

1 2 3 45 6 7

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 490 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ELF.h 44 (uint8_t)Object[ELF::EI_DATA]);
ELFTypes.h 504 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ELF.h 44 (uint8_t)Object[ELF::EI_DATA]);
ELFTypes.h 504 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ELF.h 44 (uint8_t)Object[ELF::EI_DATA]);
ELFTypes.h 504 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ELF.h 44 (uint8_t)Object[ELF::EI_DATA]);
ELFTypes.h 504 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ELF.h 44 (uint8_t)Object[ELF::EI_DATA]);
ELFTypes.h 504 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ELF.h 44 (uint8_t)Object[ELF::EI_DATA]);
ELFTypes.h 504 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
  /toolchain/binutils/binutils-2.27/binutils/
elfedit.c 217 switch (elf_header.e_ident[EI_DATA])
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_file.h 362 int d = ehdr_buf[elfcpp::EI_DATA];
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 52 #define EI_DATA 5 /* Data encoding */
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 264 return (hdr->e_ident[llvm::ELF::EI_DATA] == llvm::ELF::ELFDATA2LSB);
758 return (hdr->e_ident[llvm::ELF::EI_DATA] == llvm::ELF::ELFDATA2LSB);
    [all...]
  /external/elfutils/src/
strip.c     [all...]
elflint.c 374 if (ehdr->e_ident[EI_DATA] != ELFDATA2LSB
375 && ehdr->e_ident[EI_DATA] != ELFDATA2MSB)
377 EI_DATA, ehdr->e_ident[EI_DATA]);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 286 unsigned char getDataEncoding() const { return e_ident[ELF::EI_DATA]; }
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elfcode.h 526 switch (x_ehdr.e_ident[EI_DATA])
    [all...]
  /art/compiler/linker/
elf_builder.h     [all...]
  /bionic/tools/relocation_packer/src/
elf_file.cc 159 const int endian = elf_header->e_ident[EI_DATA];
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c 140 Error (NULL, 0, 3000, "Unsupported", "ELF EI_DATA not ELFCLASS32");
143 if (mEhdr->e_ident[EI_DATA] != ELFDATA2LSB) {
144 Error (NULL, 0, 3000, "Unsupported", "ELF EI_DATA not ELFDATA2LSB");
    [all...]
Elf64Convert.c 143 Error (NULL, 0, 3000, "Unsupported", "ELF EI_DATA not ELFCLASS64");
146 if (mEhdr->e_ident[EI_DATA] != ELFDATA2LSB) {
147 Error (NULL, 0, 3000, "Unsupported", "ELF EI_DATA not ELFDATA2LSB");
    [all...]

Completed in 1341 milliseconds

1 2 3 45 6 7