Searched defs:place (Results 1 - 1 of 1) sorted by relevance

/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c115 /* Transforms a 31-bit place-relative offset to an absolute address.
117 static uintptr_t prel_to_absolute(uintptr_t place, uint32_t prel_offset) { argument
118 return place + (((int32_t)(prel_offset << 1)) >> 1);
185 handler = entry_handler_ptr; // in-place handler data
523 // The first word is a place-relative pointer to a generic personality

Completed in 7 milliseconds