HomeSort by relevance Sort by last modified time
    Searched defs:Elf_Shdr (Results 51 - 75 of 133) sorted by null

1 23 4 5 6

  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 24 typedef typename object::ELFFile<ELFT>::Elf_Shdr Elf_Shdr;
30 std::error_code dumpCommonSection(const Elf_Shdr *Shdr, ELFYAML::Section &S);
31 std::error_code dumpCommonRelocationSection(const Elf_Shdr *Shdr,
34 std::error_code dumpRelocation(const Elf_Shdr *Shdr, const RelT *Rel,
37 ErrorOr<ELFYAML::RelocationSection *> dumpRelSection(const Elf_Shdr *Shdr);
38 ErrorOr<ELFYAML::RelocationSection *> dumpRelaSection(const Elf_Shdr *Shdr);
40 dumpContentSection(const Elf_Shdr *Shdr);
67 for (const Elf_Shdr &Sec : Obj.sections()) {
143 const Elf_Shdr *Shdr = Obj.getSection(&*Sym)
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
module.h 52 #define Elf_Shdr Elf32_Shdr
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 45 typedef Elf_Shdr_Impl<ELFT> Elf_Shdr;
131 Elf_Shdr *shdr =
132 const_cast<Elf_Shdr *>(reinterpret_cast<const Elf_Shdr *>(ShdrRef.p));
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 104 typedef typename object::ELFFile<ELFT>::Elf_Shdr Elf_Shdr;
123 bool initSectionHeaders(std::vector<Elf_Shdr> &SHeaders,
125 void initSymtabSectionHeader(Elf_Shdr &SHeader,
127 void initStrtabSectionHeader(Elf_Shdr &SHeader, StringRef Name,
132 void writeSectionContent(Elf_Shdr &SHeader,
135 bool writeSectionContent(Elf_Shdr &SHeader,
175 Header.e_shentsize = sizeof(Elf_Shdr);
183 bool ELFState<ELFT>::initSectionHeaders(std::vector<Elf_Shdr> &SHeaders,
187 Elf_Shdr SHeader
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 312 typedef typename object::ELFFile<ET>::Elf_Shdr Elf_Shdr;
328 const Elf_Shdr *FindExceptionTable(unsigned IndexTableIndex,
331 void PrintIndexTable(unsigned SectionIndex, const Elf_Shdr *IT) const;
332 void PrintExceptionTable(const Elf_Shdr *IT, const Elf_Shdr *EHT,
358 const typename object::ELFFile<ET>::Elf_Shdr *
380 std::pair<const Elf_Shdr *, const Elf_Sym *> Symbol =
392 void PrinterContext<ET>::PrintExceptionTable(const Elf_Shdr *IT,
393 const Elf_Shdr *EHT
    [all...]
ELFDumper.cpp 62 typedef typename ELFO::Elf_Shdr Elf_Shdr;
67 void printRelocations(const Elf_Shdr *Sec);
68 void printRelocation(const Elf_Shdr *Sec, typename ELFO::Elf_Rela Rel);
159 const typename ELFO::Elf_Shdr *Sec = Obj.getSection(SectionIndex);
165 static const typename ELFFile<ELFT>::Elf_Shdr *
573 const Elf_Shdr *Section = &*SecI;
640 void ELFDumper<ELFT>::printRelocations(const Elf_Shdr *Sec) {
664 void ELFDumper<ELFT>::printRelocation(const Elf_Shdr *Sec,
669 std::pair<const Elf_Shdr *, const Elf_Sym *> Sym
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 46 typedef typename ELFFile<ELFT>::Elf_Shdr Elf_Shdr;
122 const Elf_Shdr *getRelSection(DataRefImpl Rel) const {
157 DataRefImpl toDRI(const Elf_Shdr *Sec) const {
363 const Elf_Shdr *ESec = EF.getSection(ESym);
503 const Elf_Shdr *S = reinterpret_cast<const Elf_Shdr *>(Sec.p);
524 const Elf_Shdr *R = EF.getSection(EShdr->sh_info);
538 const Elf_Shdr *sec = getRelSection(Rel);
554 const Elf_Shdr *SymSec = EF.getSection(sec->sh_link)
    [all...]
ELF.h 125 typedef Elf_Shdr_Impl<ELFT> Elf_Shdr;
140 typedef ELFEntityIterator<const Elf_Shdr> Elf_Shdr_Iter;
231 typedef SmallVector<const Elf_Shdr *, 2> Sections_t;
241 const Elf_Shdr *SectionHeaderTable;
242 const Elf_Shdr *dot_shstrtab_sec; // Section header string table.
243 const Elf_Shdr *dot_strtab_sec; // Symbol header string table.
244 const Elf_Shdr *dot_symtab_sec; // Symbol table section.
246 const Elf_Shdr *SymbolTableSectionHeaderIndex;
249 const Elf_Shdr *dot_gnu_version_sec; // .gnu.version
250 const Elf_Shdr *dot_gnu_version_r_sec; // .gnu.version_
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 507 typedef typename ELFObjectFile<ELFT>::Elf_Shdr Elf_Shdr;
515 const Elf_Shdr *ESec = EF.getSection(ESym);
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 120 #define Elf_Shdr Elf64_Shdr
135 #define Elf_Shdr Elf32_Shdr
331 Elf_Shdr* shdr = (Elf_Shdr*)(ehdrC + ehdr->e_shoff);
420 Elf_Shdr* shdr, int shnum,
546 Elf_Shdr* shdr, int shnum,
715 Elf_Shdr* shdr = (Elf_Shdr*) (ehdrC + ehdr->e_shoff);
769 Elf_Shdr* shdr;
828 assert (ehdr->e_shentsize == sizeof(Elf_Shdr));
    [all...]
  /development/ndk/platforms/android-3/include/sys/
exec_elf.h 546 #define Elf_Shdr Elf32_Shdr
572 #define Elf_Shdr Elf64_Shdr
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
exec_elf.h 546 #define Elf_Shdr Elf32_Shdr
572 #define Elf_Shdr Elf64_Shdr
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
exec_elf.h 546 #define Elf_Shdr Elf32_Shdr
572 #define Elf_Shdr Elf64_Shdr
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
exec_elf.h 546 #define Elf_Shdr Elf32_Shdr
572 #define Elf_Shdr Elf64_Shdr
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
exec_elf.h 546 #define Elf_Shdr Elf32_Shdr
572 #define Elf_Shdr Elf64_Shdr

Completed in 1589 milliseconds

1 23 4 5 6