Searched defs:ELF (Results 1 - 10 of 10) 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/llvm/include/llvm/MC/
H A DStringTableBuilder.h33 ELF, enumerator in enum:llvm::StringTableBuilder::Kind
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.cc14 ELF::ELF(uint16_t machine, function in class:google_breakpad::synth_elf::ELF
31 // Add ELF header
84 int ELF::AddSection(const string& name, const Section& section,
121 void ELF::AppendSection(ElfSection &section) {
135 void ELF::AddSegment(int start, int end, uint32_t type, uint32_t flags) {
187 void ELF::Finish() {
H A Dsynth_elf.h34 // synth_elf.h: Interface to synth_elf::ELF: fake ELF generator.
62 // String tables are common in ELF headers, so subclass Section
93 // A Section representing an entire ELF file.
94 class ELF : public Section { class in namespace:google_breakpad::synth_elf
96 ELF(uint16_t machine, // EM_386, etc
/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.h170 ELF, enumerator in enum:llvm::Triple::ObjectFormatType
460 /// \brief Tests whether the OS uses the ELF binary format.
462 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/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...]
/external/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/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp44 #include "llvm/Support/ELF.h"
5257 ELF = (1 << MCObjectFileInfo::IsELF), enumerator in enum:__anon10685::__anon10687
5265 { "lower16", ARMMCExpr::VK_ARM_LO16, COFF | ELF | MACHO },
5266 { "upper16", ARMMCExpr::VK_ARM_HI16, COFF | ELF | MACHO },
5287 CurrentFormat = ELF;
8890 // ELF doesn't

Completed in 364 milliseconds