OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:orig_sr
(Results
1 - 1
of
1
) sorted by null
/external/libunwind/src/ia64/
Gparser.c
754
struct ia64_state_record
orig_sr
= *sr;
767
sr->first_region =
orig_sr
.first_region;
769
sr->any_spills |=
orig_sr
.any_spills;
770
sr->in_body =
orig_sr
.in_body;
771
sr->region_start =
orig_sr
.region_start;
772
sr->region_len =
orig_sr
.region_len;
774
sr->when_sp_restored = op->when + MIN (
orig_sr
.when_sp_restored, rlen);
775
sr->epilogue_count =
orig_sr
.epilogue_count;
776
sr->when_target =
orig_sr
.when_target;
783
sr->labeled_states =
orig_sr
.labeled_states
753
struct ia64_state_record
orig_sr
= *sr;
local
[
all
...]
Completed in 59 milliseconds