Searched refs:WriteSection (Results 1 – 4 of 4) sorted by relevance
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 68 builder.WriteSection(".debug_info", &debug_info_data_); in Objdump() 71 builder.WriteSection(".debug_abbrev", &debug_abbrev_data_); in Objdump() 74 builder.WriteSection(".debug_str", &debug_str_data_); in Objdump() 77 builder.WriteSection(".debug_line", &debug_line_data_); in Objdump() 80 builder.WriteSection(".debug_frame", &debug_frame_data_); in Objdump()
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 84 builder_->WriteSection(".debug_abbrev", &debug_abbrev_buffer_); in End() 86 builder_->WriteSection(".debug_loc", &debug_loc_); in End() 89 builder_->WriteSection(".debug_ranges", &debug_ranges_); in End()
|
/art/compiler/ |
D | elf_writer_quick.cc | 251 builder_->WriteSection(".gnu_debugdata", debug_info_task_->GetResult()); in WriteDebugInfo()
|
D | elf_builder.h | 530 void WriteSection(const char* name, const std::vector<uint8_t>* buffer) { in WriteSection() function
|