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

  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2.c 138 /* Context which has version/args_size/by_value fields. */
145 char by_value[__LIBGCC_DWARF_FRAME_REGISTERS__+1]; member in struct:_Unwind_Context
239 if (_Unwind_IsExtendedContext (context) && context->by_value[index])
286 if (_Unwind_IsExtendedContext (context) && context->by_value[index])
309 if (_Unwind_IsExtendedContext (context) && context->by_value[index])
321 context->by_value[index] = 0;
336 context->by_value[index] = 1;
347 return context->by_value[index];
1427 gcc_assert (current->by_value[i] == 0);
1428 if (target->by_value[i] && c
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
unwind-cr16.c 111 /* Context which has version/args_size/by_value fields. */
118 char by_value[__LIBGCC_DWARF_FRAME_REGISTERS__+1]; member in struct:_Unwind_Context
212 if (_Unwind_IsExtendedContext (context) && context->by_value[index])
251 if (_Unwind_IsExtendedContext (context) && context->by_value[index])
287 if (_Unwind_IsExtendedContext (context) && context->by_value[index])
299 context->by_value[index] = 0;
313 context->by_value[index] = 1;
324 return context->by_value[index];
1617 gcc_assert (current->by_value[i] == 0);
1618 if (target->by_value[i] && c
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2.c 137 /* Context which has version/args_size/by_value fields. */
147 char by_value[__LIBGCC_DWARF_FRAME_REGISTERS__+1]; member in struct:_Unwind_Context
241 if (_Unwind_IsExtendedContext (context) && context->by_value[index])
288 if (_Unwind_IsExtendedContext (context) && context->by_value[index])
311 if (_Unwind_IsExtendedContext (context) && context->by_value[index])
323 context->by_value[index] = 0;
338 context->by_value[index] = 1;
349 return context->by_value[index];
1684 gcc_assert (current->by_value[i] == 0);
1685 if (target->by_value[i] && c
    [all...]

Completed in 56 milliseconds