Lines Matching refs:RawSection
160 using RawSection = typename ElfBuilder<ElfTypes>::RawSection; in Write() typedef
164 std::unique_ptr<RawSection> eh_frame(new RawSection( in Write()
169 std::unique_ptr<RawSection> eh_frame_hdr(new RawSection( in Write()
172 std::unique_ptr<RawSection> debug_frame(new RawSection( in Write()
177 std::unique_ptr<RawSection> debug_frame_oat_patches(new RawSection( in Write()
179 std::unique_ptr<RawSection> debug_info(new RawSection( in Write()
182 std::unique_ptr<RawSection> debug_info_oat_patches(new RawSection( in Write()
184 std::unique_ptr<RawSection> debug_abbrev(new RawSection( in Write()
186 std::unique_ptr<RawSection> debug_str(new RawSection( in Write()
188 std::unique_ptr<RawSection> debug_line(new RawSection( in Write()
191 std::unique_ptr<RawSection> debug_line_oat_patches(new RawSection( in Write()
239 std::unique_ptr<RawSection> text_oat_patches(new RawSection( in Write()