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

/external/libunwind/src/arm/
H A DGex_tables.c57 prel31_read (uint32_t prel31) argument
59 return ((int32_t)prel31 << 1) >> 1;
63 prel31_to_addr (unw_addr_space_t as, void *arg, unw_word_t prel31, argument
68 if ((*as->acc.access_mem)(as, prel31, &offset, 0, arg) < 0)
72 *val = prel31 + offset;
297 /* An ARM unwind entry consists of a prel31 offset to the start of a
301 * if bit 31 is zero: this is a prel31 offset of the start of the
393 the unwind entries. The 'key' is a prel31 offset to the start of a

Completed in 568 milliseconds