Home | History | Annotate | Download | only in compiler

Lines Matching defs:eh_frame_hdr_

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_;