HomeSort by relevance Sort by last modified time
    Searched refs:ELFFile (Results 1 - 25 of 42) sorted by null

1 2

  /external/llvm/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
26 // Subclasses of ELFFile may need this for template instantiation
37 class ELFFile {
99 ELFFile(StringRef Object, std::error_code &EC);
210 typedef ELFFile<ELFType<support::little, false>> ELF32LEFile;
211 typedef ELFFile<ELFType<support::little, true>> ELF64LEFile;
212 typedef ELFFile<ELFType<support::big, false>> ELF32BEFile;
213 typedef ELFFile<ELFType<support::big, true>> ELF64BEFile;
216 uint32_t ELFFile<ELFT>::getExtendedSymbolTableIndex(
223 uint32_t ELFFile<ELFT>::getExtendedSymbolTableIndex
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
37 // Subclasses of ELFFile may need this for template instantiation
52 class ELFFile {
86 ELFFile(StringRef Object);
117 static Expected<ELFFile> create(StringRef Object);
180 using ELF32LEFile = ELFFile<ELFType<support::little, false>>;
181 using ELF64LEFile = ELFFile<ELFType<support::little, true>>;
182 using ELF32BEFile = ELFFile<ELFType<support::big, false>>;
183 using ELF64BEFile = ELFFile<ELFType<support::big, true>>;
209 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms
    [all...]
ELFObjectFile.h 203 using uintX_t = typename ELFFile<ELFT>::uintX_t;
205 using Elf_Sym = typename ELFFile<ELFT>::Elf_Sym;
206 using Elf_Shdr = typename ELFFile<ELFT>::Elf_Shdr;
207 using Elf_Ehdr = typename ELFFile<ELFT>::Elf_Ehdr;
208 using Elf_Rel = typename ELFFile<ELFT>::Elf_Rel;
209 using Elf_Rela = typename ELFFile<ELFT>::Elf_Rela;
210 using Elf_Dyn = typename ELFFile<ELFT>::Elf_Dyn;
213 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
218 ELFFile<ELFT> EF;
394 const ELFFile<ELFT> *getELFFile() const { return &EF;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
37 // Subclasses of ELFFile may need this for template instantiation
52 class ELFFile {
86 ELFFile(StringRef Object);
117 static Expected<ELFFile> create(StringRef Object);
180 using ELF32LEFile = ELFFile<ELFType<support::little, false>>;
181 using ELF64LEFile = ELFFile<ELFType<support::little, true>>;
182 using ELF32BEFile = ELFFile<ELFType<support::big, false>>;
183 using ELF64BEFile = ELFFile<ELFType<support::big, true>>;
209 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms
    [all...]
ELFObjectFile.h 203 using uintX_t = typename ELFFile<ELFT>::uintX_t;
205 using Elf_Sym = typename ELFFile<ELFT>::Elf_Sym;
206 using Elf_Shdr = typename ELFFile<ELFT>::Elf_Shdr;
207 using Elf_Ehdr = typename ELFFile<ELFT>::Elf_Ehdr;
208 using Elf_Rel = typename ELFFile<ELFT>::Elf_Rel;
209 using Elf_Rela = typename ELFFile<ELFT>::Elf_Rela;
210 using Elf_Dyn = typename ELFFile<ELFT>::Elf_Dyn;
213 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
218 ELFFile<ELFT> EF;
394 const ELFFile<ELFT> *getELFFile() const { return &EF;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
37 // Subclasses of ELFFile may need this for template instantiation
52 class ELFFile {
86 ELFFile(StringRef Object);
117 static Expected<ELFFile> create(StringRef Object);
180 using ELF32LEFile = ELFFile<ELFType<support::little, false>>;
181 using ELF64LEFile = ELFFile<ELFType<support::little, true>>;
182 using ELF32BEFile = ELFFile<ELFType<support::big, false>>;
183 using ELF64BEFile = ELFFile<ELFType<support::big, true>>;
209 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms
    [all...]
ELFObjectFile.h 203 using uintX_t = typename ELFFile<ELFT>::uintX_t;
205 using Elf_Sym = typename ELFFile<ELFT>::Elf_Sym;
206 using Elf_Shdr = typename ELFFile<ELFT>::Elf_Shdr;
207 using Elf_Ehdr = typename ELFFile<ELFT>::Elf_Ehdr;
208 using Elf_Rel = typename ELFFile<ELFT>::Elf_Rel;
209 using Elf_Rela = typename ELFFile<ELFT>::Elf_Rela;
210 using Elf_Dyn = typename ELFFile<ELFT>::Elf_Dyn;
213 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
218 ELFFile<ELFT> EF;
394 const ELFFile<ELFT> *getELFFile() const { return &EF;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
37 // Subclasses of ELFFile may need this for template instantiation
52 class ELFFile {
86 ELFFile(StringRef Object);
117 static Expected<ELFFile> create(StringRef Object);
180 using ELF32LEFile = ELFFile<ELFType<support::little, false>>;
181 using ELF64LEFile = ELFFile<ELFType<support::little, true>>;
182 using ELF32BEFile = ELFFile<ELFType<support::big, false>>;
183 using ELF64BEFile = ELFFile<ELFType<support::big, true>>;
209 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms
    [all...]
ELFObjectFile.h 203 using uintX_t = typename ELFFile<ELFT>::uintX_t;
205 using Elf_Sym = typename ELFFile<ELFT>::Elf_Sym;
206 using Elf_Shdr = typename ELFFile<ELFT>::Elf_Shdr;
207 using Elf_Ehdr = typename ELFFile<ELFT>::Elf_Ehdr;
208 using Elf_Rel = typename ELFFile<ELFT>::Elf_Rel;
209 using Elf_Rela = typename ELFFile<ELFT>::Elf_Rela;
210 using Elf_Dyn = typename ELFFile<ELFT>::Elf_Dyn;
213 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
218 ELFFile<ELFT> EF;
394 const ELFFile<ELFT> *getELFFile() const { return &EF;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
37 // Subclasses of ELFFile may need this for template instantiation
52 class ELFFile {
86 ELFFile(StringRef Object);
117 static Expected<ELFFile> create(StringRef Object);
180 using ELF32LEFile = ELFFile<ELFType<support::little, false>>;
181 using ELF64LEFile = ELFFile<ELFType<support::little, true>>;
182 using ELF32BEFile = ELFFile<ELFType<support::big, false>>;
183 using ELF64BEFile = ELFFile<ELFType<support::big, true>>;
209 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms
    [all...]
ELFObjectFile.h 203 using uintX_t = typename ELFFile<ELFT>::uintX_t;
205 using Elf_Sym = typename ELFFile<ELFT>::Elf_Sym;
206 using Elf_Shdr = typename ELFFile<ELFT>::Elf_Shdr;
207 using Elf_Ehdr = typename ELFFile<ELFT>::Elf_Ehdr;
208 using Elf_Rel = typename ELFFile<ELFT>::Elf_Rel;
209 using Elf_Rela = typename ELFFile<ELFT>::Elf_Rela;
210 using Elf_Dyn = typename ELFFile<ELFT>::Elf_Dyn;
213 ELFObjectFile(MemoryBufferRef Object, ELFFile<ELFT> EF,
218 ELFFile<ELFT> EF;
394 const ELFFile<ELFT> *getELFFile() const { return &EF;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
37 // Subclasses of ELFFile may need this for template instantiation
52 class ELFFile {
86 ELFFile(StringRef Object);
117 static Expected<ELFFile> create(StringRef Object);
180 using ELF32LEFile = ELFFile<ELFType<support::little, false>>;
181 using ELF64LEFile = ELFFile<ELFType<support::little, true>>;
182 using ELF32BEFile = ELFFile<ELFType<support::big, false>>;
183 using ELF64BEFile = ELFFile<ELFType<support::big, true>>;
209 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
37 // Subclasses of ELFFile may need this for template instantiation
52 class ELFFile {
86 ELFFile(StringRef Object);
117 static Expected<ELFFile> create(StringRef Object);
180 using ELF32LEFile = ELFFile<ELFType<support::little, false>>;
181 using ELF64LEFile = ELFFile<ELFType<support::little, true>>;
182 using ELF32BEFile = ELFFile<ELFType<support::big, false>>;
183 using ELF64BEFile = ELFFile<ELFType<support::big, true>>;
209 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
37 // Subclasses of ELFFile may need this for template instantiation
52 class ELFFile {
86 ELFFile(StringRef Object);
117 static Expected<ELFFile> create(StringRef Object);
180 using ELF32LEFile = ELFFile<ELFType<support::little, false>>;
181 using ELF64LEFile = ELFFile<ELFType<support::little, true>>;
182 using ELF32BEFile = ELFFile<ELFType<support::big, false>>;
183 using ELF64BEFile = ELFFile<ELFType<support::big, true>>;
209 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
26 // Subclasses of ELFFile may need this for template instantiation
41 class ELFFile {
105 ELFFile(StringRef Object);
164 typedef ELFFile<ELFType<support::little, false>> ELF32LEFile;
165 typedef ELFFile<ELFType<support::little, true>> ELF64LEFile;
166 typedef ELFFile<ELFType<support::big, false>> ELF32BEFile;
167 typedef ELFFile<ELFType<support::big, true>> ELF64BEFile;
193 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms,
210 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
37 // Subclasses of ELFFile may need this for template instantiation
52 class ELFFile {
115 ELFFile(StringRef Object);
174 using ELF32LEFile = ELFFile<ELFType<support::little, false>>;
175 using ELF64LEFile = ELFFile<ELFType<support::little, true>>;
176 using ELF32BEFile = ELFFile<ELFType<support::big, false>>;
177 using ELF64BEFile = ELFFile<ELFType<support::big, true>>;
203 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms,
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
37 // Subclasses of ELFFile may need this for template instantiation
52 class ELFFile {
115 ELFFile(StringRef Object);
174 using ELF32LEFile = ELFFile<ELFType<support::little, false>>;
175 using ELF64LEFile = ELFFile<ELFType<support::little, true>>;
176 using ELF32BEFile = ELFFile<ELFType<support::big, false>>;
177 using ELF64BEFile = ELFFile<ELFType<support::big, true>>;
203 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms,
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
26 // Subclasses of ELFFile may need this for template instantiation
41 class ELFFile {
105 ELFFile(StringRef Object);
164 typedef ELFFile<ELFType<support::little, false>> ELF32LEFile;
165 typedef ELFFile<ELFType<support::little, true>> ELF64LEFile;
166 typedef ELFFile<ELFType<support::big, false>> ELF32BEFile;
167 typedef ELFFile<ELFType<support::big, true>> ELF64BEFile;
193 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms,
210 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
37 // Subclasses of ELFFile may need this for template instantiation
52 class ELFFile {
115 ELFFile(StringRef Object);
174 using ELF32LEFile = ELFFile<ELFType<support::little, false>>;
175 using ELF64LEFile = ELFFile<ELFType<support::little, true>>;
176 using ELF32BEFile = ELFFile<ELFType<support::big, false>>;
177 using ELF64BEFile = ELFFile<ELFType<support::big, true>>;
203 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms,
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ELF.h 10 // This file declares the ELFFile template class.
37 // Subclasses of ELFFile may need this for template instantiation
52 class ELFFile {
115 ELFFile(StringRef Object);
174 using ELF32LEFile = ELFFile<ELFType<support::little, false>>;
175 using ELF64LEFile = ELFFile<ELFType<support::little, true>>;
176 using ELF32BEFile = ELFFile<ELFType<support::big, false>>;
177 using ELF64BEFile = ELFFile<ELFType<support::big, true>>;
203 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms,
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab
    [all...]
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 24 template <class ELFT> void printProgramHeaders(const ELFFile<ELFT> *o) {
25 typedef ELFFile<ELFT> ELFO;
  /development/vndk/tools/vtable-dumper/
elf_handling.h 36 using llvm::object::ELFFile;
120 typedef ELFFile<ELFT> ELFO;
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 309 typedef typename object::ELFFile<ET>::Elf_Sym Elf_Sym;
310 typedef typename object::ELFFile<ET>::Elf_Shdr Elf_Shdr;
311 typedef typename object::ELFFile<ET>::Elf_Rel Elf_Rel;
312 typedef typename object::ELFFile<ET>::Elf_Word Elf_Word;
315 const object::ELFFile<ET> *ELF;
338 PrinterContext(ScopedPrinter &SW, const object::ELFFile<ET> *ELF,
371 const typename object::ELFFile<ET>::Elf_Shdr *
394 typename object::ELFFile<ET>::Elf_Rela RelA;
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 25 typedef typename object::ELFFile<ELFT>::Elf_Shdr Elf_Shdr;
26 typedef typename object::ELFFile<ELFT>::Elf_Word Elf_Word;
28 const object::ELFFile<ELFT> &Obj;
49 ELFDumper(const object::ELFFile<ELFT> &O);
56 ELFDumper<ELFT>::ELFDumper(const object::ELFFile<ELFT> &O)
427 const object::ELFFile<ELFT> &Obj) {
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 101 typedef typename object::ELFFile<ELFT>::Elf_Ehdr Elf_Ehdr;
102 typedef typename object::ELFFile<ELFT>::Elf_Shdr Elf_Shdr;
103 typedef typename object::ELFFile<ELFT>::Elf_Sym Elf_Sym;
104 typedef typename object::ELFFile<ELFT>::Elf_Rel Elf_Rel;
105 typedef typename object::ELFFile<ELFT>::Elf_Rela Elf_Rela;
406 typedef typename object::ELFFile<ELFT>::Elf_Word Elf_Word;

Completed in 706 milliseconds

1 2