HomeSort by relevance Sort by last modified time
    Searched defs:ELFDATA2LSB (Results 1 - 25 of 42) sorted by null

1 2

  /development/vndk/tools/definition-tool/tools/
remove_dt_needed.py 69 ELFDATA2LSB = 1
118 if ei_data not in (ELFDATA2LSB, ELFDATA2MSB):
122 endian_fmt = '<' if ei_data == ELFDATA2LSB else '>'
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 60 ELFDATA2LSB = 1, // Little-endian object file
71 return isLittleEndian ? ELFDATA2LSB : ELFDATA2MSB;
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 50 private static final int ELFDATA2LSB = 1;
242 if (mEndian == ELFDATA2LSB) {
439 if (mEndian == ELFDATA2LSB) {
  /external/syslinux/gpxe/src/include/
elf.h 135 #define ELFDATA2LSB 1 /* 2's complement little endian */
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-elf.c 106 #define ELFDATA2LSB 1 /* 2's complement, little endian */
377 if (ei_data != ELFDATA2LSB && ei_data != ELFDATA2MSB)
388 type_functions = (ei_data == ELFDATA2LSB
399 type_functions = (ei_data == ELFDATA2LSB
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 52 private static final int ELFDATA2LSB = 1;
639 if (mEndian == ELFDATA2LSB) {
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 300 #define ELFDATA2LSB 1
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 344 ELFDATA2LSB = 1
363 ELFDATA2LSB: 'Little-Endian',
525 if self.ei_data not in (ELF.ELFDATA2LSB, ELF.ELFDATA2MSB):
531 endian_fmt = '<' if self.ei_data == ELF.ELFDATA2LSB else '>'
    [all...]
  /external/kernel-headers/original/uapi/linux/
elf.h 352 #define ELFDATA2LSB 1
  /external/syslinux/com32/include/sys/
elfcommon.h 299 #define ELFDATA2LSB 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 357 #define ELFDATA2LSB 1
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 101 ELFDATA2LSB = 1
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 101 ELFDATA2LSB = 1
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 331 ELFDATA2LSB = 1, // Little-endian object file
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 330 ELFDATA2LSB = 1, // Little-endian object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 330 ELFDATA2LSB = 1, // Little-endian object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 332 ELFDATA2LSB = 1, // Little-endian object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 332 ELFDATA2LSB = 1, // Little-endian object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
ELF.h 332 ELFDATA2LSB = 1, // Little-endian object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
ELF.h 332 ELFDATA2LSB = 1, // Little-endian object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
ELF.h 332 ELFDATA2LSB = 1, // Little-endian object file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
ELF.h 332 ELFDATA2LSB = 1, // Little-endian object file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 330 ELFDATA2LSB = 1, // Little-endian object file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 332 ELFDATA2LSB = 1, // Little-endian object file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 332 ELFDATA2LSB = 1, // Little-endian object file
    [all...]

Completed in 363 milliseconds

1 2