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

  /toolchain/binutils/binutils-2.25/gold/
ehframe.h 374 { this->eh_frame_hdr_ = hdr; }
508 Eh_frame_hdr* eh_frame_hdr_; member in class:gold::Eh_frame
  /art/compiler/
elf_builder.h 473 eh_frame_hdr_(this, ".eh_frame_hdr", SHT_PROGBITS, SHF_ALLOC, nullptr, 0, 4, 0),
490 eh_frame_hdr_.phdr_type_ = PT_GNU_EH_FRAME;
502 Section* GetEhFrameHdr() { return &eh_frame_hdr_; }
916 Section eh_frame_hdr_; member in class:art::FINAL
    [all...]

Completed in 75 milliseconds