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

  /external/libunwind/tests/
ia64-test-dyn1.c 94 unw_dyn_info_t di0, di1, di2, di3; local
110 create_func (&di0, "func_add1", func_add1, func_add1_end, NULL);
190 _U_dyn_register (&di0);
217 _U_dyn_cancel (&di0);
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 127 DebugInfo *di0, *di1, *di2; local
131 di0 = debugInfo_list;
135 if (di0 == NULL || di0 == di) break;
137 di1 = di0;
138 di0 = di0->next;
140 vg_assert(di0 == di);
141 if (di0 != NULL && di1 != NULL && di2 != NULL) {
143 /* di0 points to di, di1 to its predecessor, and di2 to di1'
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 4301 IRTemp di0 = newTempV128(); local
4334 IRTemp di0 = newTempV128(); local
4372 IRTemp di0 = newTempV128(); local
4410 IRTemp di0 = newTempV128(); local
4442 IRTemp di0 = newTempV128(); local
4478 IRTemp di0 = newTempV128(); local
    [all...]
guest_arm_toIR.c 8680 IRTemp di0 = newTemp(Ity_I64); local
8707 IRTemp di0 = newTemp(Ity_I64); local
8754 IRTemp di0 = newTemp(Ity_I64); local
8790 IRTemp di0 = newTemp(Ity_I64); local
    [all...]

Completed in 246 milliseconds