Searched refs:eh_frame_hdr_ (Results 1 – 1 of 1) sorted by relevance
539 eh_frame_hdr_(this, ".eh_frame_hdr", SHT_PROGBITS, SHF_ALLOC, nullptr, 0, 4, 0), in ElfBuilder()559 eh_frame_hdr_.phdr_type_ = PT_GNU_EH_FRAME; in ElfBuilder()574 Section* GetEhFrameHdr() { return &eh_frame_hdr_; } in GetEhFrameHdr()1020 Section eh_frame_hdr_; variable