Searched refs:debug_info (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Delf_writer_quick.cc216 // | .debug_info\0 | (Optional)
222 // | .debug_info | (Optional)
237 // | Elf32_Shdr .debug_info | (Optional)
929 ElfRawSectionBuilder debug_info(".debug_info", SHT_PROGBITS, 0, nullptr, 0, 1, 0);
935 FillInCFIInformation(oat_writer, debug_info.GetBuffer(),
937 builder.RegisterRawSection(debug_info);
1033 // Start the debug_info section with the header information
/art/runtime/
H A Delf_file.cc1576 const Elf32_Shdr* debug_info = all.FindSectionByName(".debug_info"); local
1583 if (debug_info == nullptr || debug_abbrev == nullptr || eh_frame == nullptr ||
1603 all.Begin() + debug_info->sh_offset, debug_info->sh_size,

Completed in 51 milliseconds