HomeSort by relevance Sort by last modified time
    Searched refs:pr_mask (Results 1 - 4 of 4) sorted by null

  /external/libunwind/include/tdep-ia64/
script.h 49 unw_word_t pr_mask; /* mask of predicates script depends on */ member in struct:ia64_script
  /external/libunwind/src/ia64/
Gscript.c 71 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0)
246 script->pr_mask = sr->pr_mask;
unwind_i.h 454 unw_word_t pr_mask; /* predicate mask */ member in struct:ia64_state_record
Gparser.c 554 sr->pr_mask |= ((unw_word_t) 1 << qp);

Completed in 43 milliseconds