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

/external/libpng/arm/
H A Dfilter_neon.S35 # define ELF
37 # define ELF @
45 ELF .size \name, . - \name label
53 ELF .type \name, STT_FUNC label
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Delf_traits.h12 // ELF is a traits structure used to provide convenient aliases for
15 struct ELF { struct
45 struct ELF { struct
/external/chromium_org/tools/relocation_packer/src/
H A Delf_traits.h5 // Target-specific ELF type traits.
33 // ELF is a traits structure used to provide convenient aliases for
37 struct ELF { struct
71 struct ELF { struct
/external/chromium_org/chrome_elf/create_file/
H A Dchrome_create_file_unittest.cc48 ELF, enumerator in enum:__anon6049::ChromeCreateFileTest::CallPath
121 &ChromeCreateFileTest::FakeNtCreateFile<ELF>);
151 call_path == ELF ? &elf_params_ : &kernel_params_);
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h16 #include "llvm/Object/ELF.h"
309 const object::ELFFile<ET> *ELF; member in class:llvm::ARM::EHABI::PrinterContext
338 : SW(Writer), ELF(File) {}
349 for (Elf_Sym_iterator SI = ELF->begin_symbols(), SE = ELF->end_symbols();
352 SI->getType() == ELF::STT_FUNC)
353 return ELF->getSymbolName(SI);
369 for (Elf_Shdr_iterator SI = ELF->begin_sections(), SE = ELF->end_sections();
371 if (SI->sh_type == ELF
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h144 ELF, enumerator in enum:llvm::Triple::ObjectFormatType
395 /// \brief Tests whether the OS uses the ELF binary format.
397 return getObjectFormat() == Triple::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/chromium_org/v8/src/
H A Dgdb-jit.cc32 class ELF;
34 typedef ELF DebugObject;
604 class ELF BASE_EMBEDDED {
606 explicit ELF(Zone* zone) : zone_(zone), sections_(6, zone) { function in class:v8::BASE_EMBEDDED
669 // Set to EM_ARM, defined as 40, in "ARM ELF File Format" at
1020 ELF* elf,
1934 ELF elf(&zone);
/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
29 namespace ELF { namespace in namespace:llvm
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 machin
[all...]

Completed in 254 milliseconds