HomeSort by relevance Sort by last modified time
    Searched refs:elf_hdr (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 85 const Elf_CommonHdr* elf_hdr = &header.common; local
111 if (memcmp(elf_hdr->e_ident, ELFMAG, SELFMAG) != 0) {
118 assert(elf_hdr->ei_info.ei_class == ELFCLASS32 ||
119 elf_hdr->ei_info.ei_class == ELFCLASS64);
120 if (elf_hdr->ei_info.ei_class != ELFCLASS32 &&
121 elf_hdr->ei_info.ei_class != ELFCLASS64) {
128 if (elf_hdr->ei_info.ei_class == ELFCLASS32) {
135 if (!ret->initialize(elf_hdr, path)) {
146 bool ElfFile::initialize(const Elf_CommonHdr* elf_hdr, const char* path) {
166 is_ELF_64_ = elf_hdr->ei_info.ei_class == ELFCLASS64
    [all...]
elf_file.h 117 * elf_hdr - Address of the common ELF file header.
123 virtual bool initialize(const Elf_CommonHdr* elf_hdr, const char* path);
590 bool initialize(const Elf_CommonHdr* elf_hdr, const char* path);
  /art/patchoat/
patchoat.cc 195 Elf32_Ehdr elf_hdr; local
196 if (sizeof(elf_hdr) != input_oat->Read(reinterpret_cast<char*>(&elf_hdr), sizeof(elf_hdr), 0)) {
200 isa = GetInstructionSetFromELF(elf_hdr.e_machine, elf_hdr.e_flags);
    [all...]
  /bionic/linker/
linker.cpp     [all...]
  /art/runtime/
elf_file.cc 1479 Elf_Ehdr& elf_hdr = all.GetHeader(); local
    [all...]

Completed in 166 milliseconds