HomeSort by relevance Sort by last modified time
    Searched defs:ELF (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 46 * to emit binaries in native object format, such as ELF or MachO.
52 ELF,
151 /// file. So far, MCLinekr only supports ELF object format, but it will
242 /// value is format-dependent. In ELF, the value is
244 /// @param pFlag [in] The format-dependent flag. In ELF, the value is
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 29 ELF,
115 /** \class StringHash<ELF>
116 * \brief ELF hash function.
119 struct StringHash<ELF> : public std::unary_function<const llvm::StringRef&, uint32_t>
  /external/llvm/include/llvm/ADT/
Triple.h 119 ELF
325 /// \brief Tests whether the OS uses the ELF binary format.
  /external/v8/src/
gdb-jit.cc 51 class ELF;
53 typedef ELF DebugObject;
628 class ELF BASE_EMBEDDED {
630 ELF() : sections_(6) {
692 // Set to EM_ARM, defined as 40, in "ARM ELF File Format" at
1020 ELF* elf,
1026 elf->AddSection(symtab);
1027 elf->AddSection(strtab);
1921 ELF elf; local
    [all...]
  /external/robolectric/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
28 namespace ELF {
63 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
71 Elf32_Half e_ehsize; // Size of ELF header, in bytes
84 // 64-bit ELF header. Fields are the same as for ELF32, but with different
446 // ELF Relocation types for PPC3
    [all...]

Completed in 103 milliseconds