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

/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c117 static uintptr_t prel_to_absolute(uintptr_t place, uint32_t prel_offset) { function
159 uintptr_t entry_pc = prel_to_absolute(entry, entry_prel_pc);
171 uintptr_t next_entry_pc = prel_to_absolute(next_entry, next_entry_prel_pc);
187 handler = prel_to_absolute(entry_handler_ptr, entry_handler);

Completed in 3 milliseconds