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

  /toolchain/binutils/binutils-2.25/gold/
ehframe.h 379 { this->eh_frame_hdr_ = hdr; }
513 Eh_frame_hdr* eh_frame_hdr_; member in class:gold::Eh_frame
ehframe.cc 531 eh_frame_hdr_(NULL),
604 if (this->eh_frame_hdr_ != NULL)
605 this->eh_frame_hdr_->found_unrecognized_eh_frame_section();
    [all...]
  /art/compiler/
elf_builder.h 521 eh_frame_hdr_(this, ".eh_frame_hdr", SHT_PROGBITS, SHF_ALLOC, nullptr, 0, 4, 0),
539 eh_frame_hdr_.phdr_type_ = PT_GNU_EH_FRAME;
552 Section* GetEhFrameHdr() { return &eh_frame_hdr_; }
988 Section eh_frame_hdr_; member in class:art::FINAL
    [all...]

Completed in 103 milliseconds