HomeSort by relevance Sort by last modified time
    Searched defs:Ehdr (Results 1 - 14 of 14) sorted by null

  /external/google-breakpad/src/common/linux/
elf_core_dump.h 49 typedef ElfW(Ehdr) Ehdr;
116 const Ehdr* GetHeader() const;
elfutils.h 46 typedef Elf32_Ehdr Ehdr;
59 typedef Elf64_Ehdr Ehdr;
113 GetOffset(const typename ElfClass::Ehdr* elf_header,
elfutils.cc 48 typedef typename ElfClass::Ehdr Ehdr;
57 const Ehdr* elf_header = reinterpret_cast<const Ehdr*>(elf_base);
83 typedef typename ElfClass::Ehdr Ehdr;
92 const Ehdr* elf_header = reinterpret_cast<const Ehdr*>(elf_base);
115 const ElfW(Ehdr)* elf_header =
116 reinterpret_cast<const ElfW(Ehdr)*>(elf_base)
    [all...]
synth_elf_unittest.cc 199 typedef typename TypeParam::Ehdr Ehdr;
204 const size_t kExpectedSize = sizeof(Ehdr) +
217 const Ehdr* header =
218 reinterpret_cast<const Ehdr*>(contents.data());
230 EXPECT_EQ(sizeof(Ehdr) + kStringTableSize + kStringTableAlign,
233 EXPECT_EQ(sizeof(Ehdr), header->e_ehsize);
257 EXPECT_EQ(sizeof(Ehdr), shdr[1].sh_offset);
266 typedef typename TypeParam::Ehdr Ehdr;
    [all...]
dump_symbols.cc 177 bool LoadStabs(const typename ElfClass::Ehdr* elf_header,
227 const typename ElfClass::Ehdr* elf_header,
292 bool DwarfCFIRegisterNames(const typename ElfClass::Ehdr* elf_header,
317 const typename ElfClass::Ehdr* elf_header,
400 bool ElfEndianness(const typename ElfClass::Ehdr* elf_header,
587 const typename ElfClass::Ehdr* elf_header,
776 const char* ElfArchitecture(const typename ElfClass::Ehdr* elf_header) {
824 bool SanitizeDebugFile(const typename ElfClass::Ehdr* debug_elf_header,
855 bool ReadSymbolDataElfClass(const typename ElfClass::Ehdr* elf_header,
860 typedef typename ElfClass::Ehdr Ehdr
    [all...]
  /bionic/tools/relocation_packer/src/
elf_traits.h 23 typedef Elf32_Ehdr Ehdr;
36 static inline Ehdr* getehdr(Elf* elf) { return elf32_getehdr(elf); }
47 typedef Elf64_Ehdr Ehdr;
60 static inline Ehdr* getehdr(Elf* elf) { return elf64_getehdr(elf); }
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 51 typedef llvm::ELF::Elf32_Ehdr Ehdr;
71 typedef llvm::ELF::Elf64_Ehdr Ehdr;
  /external/elfutils/libelf/
abstract.h 31 #define Ehdr(Bits, Ext) \
32 START (Bits, Ehdr, Ext##Ehdr) \
48 END (Bits, Ext##Ehdr)
51 Ehdr(32, Ext)
53 Ehdr(64, Ext)
  /external/llvm/include/llvm/Object/
ELFTypes.h 49 typedef Elf_Ehdr_Impl<ELFType<E, Is64>> Ehdr;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 49 typedef Elf_Ehdr_Impl<ELFType<E, Is64>> Ehdr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 49 typedef Elf_Ehdr_Impl<ELFType<E, Is64>> Ehdr;
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 62 #define Ehdr ElfW(Ehdr)
1092 Ehdr ehdr; local
    [all...]
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp.h 78 // Offsets within the Ehdr e_ident field.
92 // The valid values found in Ehdr e_ident[EI_MAG0 through EI_MAG3].
99 // The valid values found in Ehdr e_ident[EI_CLASS].
108 // The valid values found in Ehdr e_ident[EI_DATA].
117 // The valid values found in Ehdr e_ident[EI_VERSION] and e_version.
125 // The valid values found in Ehdr e_ident[EI_OSABI].
151 // The valid values found in the Ehdr e_type field.
166 // The valid values found in the Ehdr e_machine field.
306 // A special value found in the Ehdr e_phnum field.
1047 class Ehdr
    [all...]
  /art/runtime/
elf.h     [all...]

Completed in 461 milliseconds