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 128 DebugInfo *di0, *di1, *di2; local
132 di0 = debugInfo_list;
136 if (di0 == NULL || di0 == di) break;
138 di1 = di0;
139 di0 = di0->next;
141 vg_assert(di0 == di);
142 if (di0 != NULL && di1 != NULL && di2 != NULL) {
144 /* di0 points to di, di1 to its predecessor, and di2 to di1'
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 4227 IRTemp di0 = newTempV128(); local
4260 IRTemp di0 = newTempV128(); local
4298 IRTemp di0 = newTempV128(); local
4336 IRTemp di0 = newTempV128(); local
4368 IRTemp di0 = newTempV128(); local
4404 IRTemp di0 = newTempV128(); local
    [all...]
guest_arm_toIR.c 8621 IRTemp di0 = newTemp(Ity_I64); local
8648 IRTemp di0 = newTemp(Ity_I64); local
8695 IRTemp di0 = newTemp(Ity_I64); local
8731 IRTemp di0 = newTemp(Ity_I64); local
    [all...]

Completed in 121 milliseconds