HomeSort by relevance Sort by last modified time
    Searched refs:Ehdr (Results 51 - 62 of 62) sorted by null

1 23

  /art/compiler/
elf_builder.h 82 using Elf_Ehdr = typename ElfTypes::Ehdr;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 773 typedef ElfW(Ehdr) Elf_Ehdr;
776 Elf_Ehdr *ehdr = (Elf_Ehdr *)base; local
777 char *phdrs = base + ehdr->e_phoff;
778 char *phdrs_end = phdrs + ehdr->e_phnum * ehdr->e_phentsize;
784 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) {
793 for (char *iter = phdrs; iter != phdrs_end; iter += ehdr->e_phentsize) {
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
arm.cc     [all...]
mips.cc     [all...]
incremental.h     [all...]
object.h     [all...]
dynobj.cc 80 const elfcpp::Ehdr<size, big_endian>& ehdr)
82 elf_file_(this, ehdr),
    [all...]
powerpc.cc 86 const typename elfcpp::Ehdr<size, big_endian>& ehdr)
87 : Sized_relobj_file<size, big_endian>(name, input_file, offset, ehdr),
90 e_flags_(ehdr.get_e_flags()), st_other_()
384 const typename elfcpp::Ehdr<size, big_endian>& ehdr)
385 : Sized_dynobj<size, big_endian>(name, input_file, offset, ehdr),
386 opd_shndx_(0), opd_ent_(), e_flags_(ehdr.get_e_flags())
734 const elfcpp::Ehdr<size, big_endian>&);
    [all...]
sparc.cc 217 const elfcpp::Ehdr<size, big_endian>& ehdr);
    [all...]
aarch64.cc     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c     [all...]
  /art/runtime/
elf_file.cc 546 typename ElfTypes::Ehdr& ElfFileImpl<ElfTypes>::GetHeader() const {
    [all...]

Completed in 953 milliseconds

1 23