Searched refs:base_address_delta (Results 1 – 2 of 2) sorted by relevance
122 bool FixupDebugSections(Elf_Addr base_address_delta);123 bool ApplyOatPatchesTo(const char* target_section_name, Elf_Addr base_address_delta);
1404 bool ElfFileImpl<ElfTypes>::FixupDebugSections(Elf_Addr base_address_delta) { in FixupDebugSections() argument1405 if (base_address_delta == 0) { in FixupDebugSections()1408 return ApplyOatPatchesTo(".debug_frame", base_address_delta) && in FixupDebugSections()1409 ApplyOatPatchesTo(".debug_info", base_address_delta) && in FixupDebugSections()1410 ApplyOatPatchesTo(".debug_line", base_address_delta); in FixupDebugSections()