Searched defs:ELF (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DTriple.h125 ELF enumerator in enum:llvm::Triple::EnvironmentType
331 /// \brief Tests whether the OS uses the ELF binary format.
/external/chromium_org/v8/src/
H A Dgdb-jit.cc53 class ELF;
55 typedef ELF DebugObject;
630 class ELF BASE_EMBEDDED {
632 explicit ELF(Zone* zone) : zone_(zone), sections_(6, zone) { function in class:v8::BASE_EMBEDDED
694 // Set to EM_ARM, defined as 40, in "ARM ELF File Format" at
1024 ELF* elf,
1935 ELF elf(&zone);
/external/v8/src/
H A Dgdb-jit.cc51 class ELF;
53 typedef ELF DebugObject;
628 class ELF BASE_EMBEDDED {
630 ELF() : sections_(6) { function in class:v8::BASE_EMBEDDED
692 // Set to EM_ARM, defined as 40, in "ARM ELF File Format" at
1020 ELF* elf,
1921 ELF elf;
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/llvm/include/llvm/Support/
H A DELF.h1 //===-- 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 { namespace in namespace:llvm
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
419 // ELF Relocatio
[all...]

Completed in 167 milliseconds