HomeSort by relevance Sort by last modified time
    Searched defs:ELF (Results 26 - 50 of 64) sorted by null

12 3

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 38 #include <llvm/Support/ELF.h>
79 if (llvm::ELF::R_MIPS_26 != pType)
113 ".sdata", LDFileFormat::Target, llvm::ELF::SHT_PROGBITS,
114 llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_WRITE | llvm::ELF::SHF_MIPS_GPREL,
119 llvm::ELF::SHT_MIPS_ABIFLAGS,
120 llvm::ELF::SHF_ALLOC, 4);
371 namespace ELF {
397 } // namespace ELF
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 199 ELF,
547 /// Tests whether the OS uses the ELF binary format.
549 return getObjectFormat() == Triple::ELF;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 207 ELF,
564 /// Tests whether the OS uses the ELF binary format.
566 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 208 ELF,
567 /// Tests whether the OS uses the ELF binary format.
569 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 211 ELF,
576 /// Tests whether the OS uses the ELF binary format.
578 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 211 ELF,
576 /// Tests whether the OS uses the ELF binary format.
578 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 214 ELF,
580 /// Tests whether the OS uses the ELF binary format.
582 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 214 ELF,
580 /// Tests whether the OS uses the ELF binary format.
582 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 214 ELF,
580 /// Tests whether the OS uses the ELF binary format.
582 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 214 ELF,
580 /// Tests whether the OS uses the ELF binary format.
582 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 208 ELF,
567 /// Tests whether the OS uses the ELF binary format.
569 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Triple.h 211 ELF,
576 /// Tests whether the OS uses the ELF binary format.
578 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Triple.h 211 ELF,
576 /// Tests whether the OS uses the ELF binary format.
578 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Triple.h 214 ELF,
580 /// Tests whether the OS uses the ELF binary format.
582 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Triple.h 214 ELF,
580 /// Tests whether the OS uses the ELF binary format.
582 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Triple.h 214 ELF,
580 /// Tests whether the OS uses the ELF binary format.
582 return getObjectFormat() == Triple::ELF;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Triple.h 214 ELF,
580 /// Tests whether the OS uses the ELF binary format.
582 return getObjectFormat() == Triple::ELF;
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 274 # ELF Parser
332 class ELF(object):
333 # ELF file format constants.
395 return ELF._dict_find_key_by_value(ELF._ELF_CLASS_NAMES, name)
399 return ELF._dict_find_key_by_value(ELF._ELF_DATA_NAMES, name)
403 return ELF._dict_find_key_by_value(ELF.ELF_MACHINES, name)
435 return 'ELF(' + ', '.join(args) + ')
    [all...]
  /external/v8/src/
gdb-jit.cc 35 class ELF;
37 typedef ELF DebugObject;
604 class ELF BASE_EMBEDDED {
606 explicit ELF(Zone* zone) : zone_(zone), sections_(6, zone) {
679 // Set to EM_ARM, defined as 40, in "ARM ELF File Format" at
692 // http://refspecs.linuxbase.org/ELF/zSeries/lzsabi0_s390.html#AEN1691
693 // http://refspecs.linuxbase.org/ELF/zSeries/lzsabi0_zSeries.html#AEN1599
1039 ELF* elf,
1045 elf->AddSection(symtab)
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/llvm/include/llvm/Support/
ELF.h 1 //===-- llvm/Support/ELF.h - ELF constants and data structures --*- C++ -*-===//
11 // constants for the ELF file format.
14 // Interface Standard (TIS) Executable and Linking Format (ELF) Specification
15 // Version 1.2, May 1995. The ELF64 stuff is based on ELF-64 Object File Format
29 namespace ELF {
64 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
72 Elf32_Half e_ehsize; // Size of ELF header, in bytes
85 // 64-bit ELF header. Fields are the same as for ELF32, but with different
127 // See current registered ELF machine architectures at
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 1 //===-- llvm/Support/ELF.h - ELF constants and data structures --*- C++ -*-===//
11 // constants for the ELF file format.
14 // Interface Standard (TIS) Executable and Linking Format (ELF) Specification
15 // Version 1.2, May 1995. The ELF64 stuff is based on ELF-64 Object File Format
29 namespace ELF {
64 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
72 Elf32_Half e_ehsize; // Size of ELF header, in bytes
85 // 64-bit ELF header. Fields are the same as for ELF32, but with different
124 // See current registered ELF machine architectures at
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 1 //===-- llvm/Support/ELF.h - ELF constants and data structures --*- C++ -*-===//
11 // constants for the ELF file format.
14 // Interface Standard (TIS) Executable and Linking Format (ELF) Specification
15 // Version 1.2, May 1995. The ELF64 stuff is based on ELF-64 Object File Format
29 namespace ELF {
64 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
72 Elf32_Half e_ehsize; // Size of ELF header, in bytes
85 // 64-bit ELF header. Fields are the same as for ELF32, but with different
124 // See current registered ELF machine architectures at
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
ELF.h 1 //===- llvm/BinaryFormat/ELF.h - ELF constants and structures ---*- C++ -*-===//
11 // constants for the ELF file format.
14 // Interface Standard (TIS) Executable and Linking Format (ELF) Specification
15 // Version 1.2, May 1995. The ELF64 stuff is based on ELF-64 Object File Format
27 namespace ELF {
62 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
70 Elf32_Half e_ehsize; // Size of ELF header, in bytes
85 // 64-bit ELF header. Fields are the same as for ELF32, but with different
126 // See current registered ELF machine architectures at
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
ELF.h 1 //===- llvm/BinaryFormat/ELF.h - ELF constants and structures ---*- C++ -*-===//
11 // constants for the ELF file format.
14 // Interface Standard (TIS) Executable and Linking Format (ELF) Specification
15 // Version 1.2, May 1995. The ELF64 stuff is based on ELF-64 Object File Format
27 namespace ELF {
62 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
70 Elf32_Half e_ehsize; // Size of ELF header, in bytes
85 // 64-bit ELF header. Fields are the same as for ELF32, but with different
126 // See current registered ELF machine architectures at
    [all...]

Completed in 722 milliseconds

12 3