Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1315 static bool FixupEHFrame(uintptr_t text_start, byte* eh_frame, size_t eh_frame_size) { in FixupEHFrame() argument
1322 frame->initial_location += text_start; in FixupEHFrame()
1555 static bool FixupDebugInfo(uint32_t text_start, DebugInfoIterator* iter) { in FixupDebugInfo() argument
1564 *PC_low += text_start; in FixupDebugInfo()
1565 *PC_high += text_start; in FixupDebugInfo()
1572 uintptr_t text_start, in FixupDebugSections() argument
1585 return FixupDebugInfo(text_start, iter.get()) in FixupDebugSections()
1586 && FixupEHFrame(text_start, eh_frame, eh_frame_size); in FixupDebugSections()