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

  /external/libunwind/src/ia64/
Gglobal.c 30 HIDDEN struct ia64_global_unwind_state unw = variable in typeref:struct:ia64_global_unwind_state
73 lock_acquire (&unw.lock, saved_mask);
81 mempool_init (&unw.reg_state_pool, sizeof (struct ia64_reg_state), 0);
82 mempool_init (&unw.labeled_state_pool,
85 unw.read_only.r0 = 0;
86 unw.read_only.f0.raw.bits[0] = 0;
87 unw.read_only.f0.raw.bits[1] = 0;
89 lep = (uint8_t *) &unw.read_only.f1_le + 16;
90 bep = (uint8_t *) &unw.read_only.f1_be;
97 lep = (uint8_t *) &unw.nat_val_le + 16
    [all...]
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 227 #define tdep_init_done unw.init_done
253 unw.initialized flags for the local-only and generic versions of
255 data structure, we couldn't declare "unw" as HIDDEN/PROTECTED. */
256 #define unw UNW_OBJ(data) macro
281 extern struct ia64_global_unwind_state unw;
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ia64-vms.c 4348 asection *group, *unwi, *unw; local
    [all...]
elfnn-ia64.c 4848 asection *group, *unwi, *unw; local
    [all...]

Completed in 785 milliseconds