HomeSort by: relevance | last modified time | path
    Searched defs:ELF (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/epoc32/stand/e32boot/include/
netbsd.h 28 #include "elf.h"
62 class ELF : public NetBSD {
64 ELF(TInt size) { Buffer = new TUint8[size]; };
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
ConfigManager.h 14 #include "ELF/ELFConfig.h"
35 // String representation for lazy ELF options.
41 mutable Optional<ELFConfig> ELF;
CommonConfig.h 30 ELF,
36 // lets us map architecture names to ELF types and the e_machine value of the
37 // ELF file.
43 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {}
197 // ELF entry point address expression. The input parameter is an entry point
198 // address in the input ELF file. The entry address in the output file is
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
StringTableBuilder.h 26 ELF,
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
Config.h 43 ELF,
84 /// because it works for many binary formats. ELF can use the more optimized
85 /// 'ELF' scheme.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 14 #include "llvm/Object/ELF.h"
330 const object::ELFFile<ET> &ELF;
355 PrinterContext(ScopedPrinter &SW, const object::ELFFile<ET> &ELF,
357 : SW(SW), ELF(ELF), FileName(FileName), Symtab(Symtab) {}
371 auto StrTableOrErr = ELF.getStringTableForSymtab(*Symtab);
376 for (const Elf_Sym &Sym : unwrapOrError(FileName, ELF.symbols(Symtab))) {
380 if (Sym.st_value == Address && Sym.getType() == ELF::STT_FUNC) {
406 for (const Elf_Shdr &Sec : unwrapOrError(FileName, ELF.sections())) {
407 if (Sec.sh_type != ELF::SHT_REL || Sec.sh_info != IndexSectionIndex
    [all...]
  /src/games/battlestar/
extern.h 104 #define ELF 34
  /src/games/larn/
header.h 290 #define ELF 26
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 235 ELF,
631 /// Tests whether the OS uses the ELF binary format.
633 return getObjectFormat() == Triple::ELF;
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 1 //===- llvm/BinaryFormat/ELF.h - ELF constants and structures ---*- C++ -*-===//
10 // constants for the ELF file format.
13 // Interface Standard (TIS) Executable and Linking Format (ELF) Specification
14 // Version 1.2, May 1995. The ELF64 stuff is based on ELF-64 Object File Format
26 namespace ELF {
61 unsigned char e_ident[EI_NIDENT]; // ELF Identification bytes
69 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
111 // See current registered ELF types at
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 6334 ELF = (1 << MCContext::IsELF),
6343 { "lower16", ARMMCExpr::VK_ARM_LO16, COFF | ELF | MACHO },
6344 { "upper16", ARMMCExpr::VK_ARM_HI16, COFF | ELF | MACHO },
6364 CurrentFormat = ELF;
11148 // ELF doesn't

Completed in 50 milliseconds