Home
last modified time | relevance | path

Searched refs:debug_str (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Delf_writer_quick.cc932 ElfRawSectionBuilder debug_str(".debug_str", SHT_PROGBITS, 0, nullptr, 0, 1, 0); in Write() local
937 debug_abbrev.GetBuffer(), debug_str.GetBuffer()); in Write()
941 builder.RegisterRawSection(debug_str); in Write()
/art/runtime/
Delf_file.cc1608 const Elf32_Shdr* debug_str = all.FindSectionByName(".debug_str"); in GdbJITSupport() local
1613 debug_str == nullptr || text_sec == nullptr || strtab_sec == nullptr || in GdbJITSupport()