Home
last modified time | relevance | path

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

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