HomeSort by: relevance | last modified time | path
    Searched defs:br_loc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
unwind-ia64.c 220 unw_word *br_loc[8]; member in struct:_Unwind_Context
1811 if (context->br_loc[0]
1812 && *context->br_loc[0] != context->rp
1954 addr = context->br_loc[rval];
2025 context->br_loc[regno - UNW_REG_B0] = addr;
2245 : : "i"(offsetof (struct _Unwind_Context, br_loc)));
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
unwind-ia64.c 220 unw_word *br_loc[8]; member in struct:_Unwind_Context
1811 if (context->br_loc[0]
1812 && *context->br_loc[0] != context->rp
1954 addr = context->br_loc[rval];
2025 context->br_loc[regno - UNW_REG_B0] = addr;
2245 : : "i"(offsetof (struct _Unwind_Context, br_loc)));

Completed in 20 milliseconds