Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h128 bool FixupDebugSections(Elf_Addr base_address_delta);
129 bool ApplyOatPatchesTo(const char* target_section_name, Elf_Addr base_address_delta);
Delf_file.cc1380 bool ElfFileImpl<ElfTypes>::FixupDebugSections(Elf_Addr base_address_delta) { in FixupDebugSections() argument
1381 if (base_address_delta == 0) { in FixupDebugSections()
1384 return ApplyOatPatchesTo(".debug_frame", base_address_delta) && in FixupDebugSections()
1385 ApplyOatPatchesTo(".debug_info", base_address_delta) && in FixupDebugSections()
1386 ApplyOatPatchesTo(".debug_line", base_address_delta); in FixupDebugSections()