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

  /src/external/gpl3/binutils/dist/gas/config/
tc-hppa.c 189 struct unwind_table ci_unwind; member in struct:call_info
5764 u = UNWIND_LOW32 (&last_call_info->ci_unwind.descriptor);
6039 unwind = UNWIND_LOW32 (&call_info->ci_unwind.descriptor);
6042 unwind = UNWIND_HIGH32 (&call_info->ci_unwind.descriptor);
6090 last_call_info->ci_unwind.descriptor.frame_size = temp / 8;
6103 last_call_info->ci_unwind.descriptor.entry_gr = temp - 2;
6114 last_call_info->ci_unwind.descriptor.entry_fr = temp - 11;
6138 last_call_info->ci_unwind.descriptor.save_rp = 1;
6144 last_call_info->ci_unwind.descriptor.save_sp = 1;
6151 last_call_info->ci_unwind.descriptor.cannot_unwind = 1
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-hppa.c 189 struct unwind_table ci_unwind; member in struct:call_info
5764 u = UNWIND_LOW32 (&last_call_info->ci_unwind.descriptor);
6039 unwind = UNWIND_LOW32 (&call_info->ci_unwind.descriptor);
6042 unwind = UNWIND_HIGH32 (&call_info->ci_unwind.descriptor);
6090 last_call_info->ci_unwind.descriptor.frame_size = temp / 8;
6103 last_call_info->ci_unwind.descriptor.entry_gr = temp - 2;
6114 last_call_info->ci_unwind.descriptor.entry_fr = temp - 11;
6138 last_call_info->ci_unwind.descriptor.save_rp = 1;
6144 last_call_info->ci_unwind.descriptor.save_sp = 1;
6151 last_call_info->ci_unwind.descriptor.cannot_unwind = 1
    [all...]

Completed in 42 milliseconds