Searched refs:create_state_record_for (Results 1 – 2 of 2) sorted by relevance
/third_party/libunwind/src/ia64/ |
D | Gparser.c | 29 static int create_state_record_for (struct cursor *c, 763 if ((ret = create_state_record_for (c, sr, new_ip)) < 0) in desc_alias() 956 create_state_record_for (struct cursor *c, struct ia64_state_record *sr, in create_state_record_for() function 1096 return create_state_record_for (c, sr, c->ip); in ia64_create_state_record()
|
/third_party/libunwind/src/dwarf/ |
D | Gparser.c | 737 create_state_record_for (struct dwarf_cursor *c, dwarf_state_record_t *sr, in create_state_record_for() function 966 ret = create_state_record_for (c, sr, c->ip); in find_reg_state() 1025 ret = create_state_record_for (c, &sr, c->ip); in dwarf_make_proc_info()
|