Searched refs:SHT_OAT_PATCH (Results 1 - 3 of 3) sorted by relevance

/art/compiler/
H A Delf_writer_quick.cc178 ".debug_frame.oat_patches", SHT_OAT_PATCH));
183 ".debug_info.oat_patches", SHT_OAT_PATCH));
192 ".debug_line.oat_patches", SHT_OAT_PATCH));
240 ".text.oat_patches", SHT_OAT_PATCH));
/art/runtime/
H A Delf_utils.h72 #define SHT_OAT_PATCH SHT_LOUSER macro
H A Delf_file.cc1426 if (patches_section->sh_type != SHT_OAT_PATCH) {

Completed in 55 milliseconds