Searched refs:create_state_record_for (Results 1 - 2 of 2) sorted by relevance

/external/libunwind/src/dwarf/
H A DGparser.c656 create_state_record_for (struct dwarf_cursor *c, dwarf_state_record_t *sr, function
829 if ((ret = create_state_record_for (c, &sr, c->ip)) < 0)
889 (ret = create_state_record_for (c, sr, c->ip)) < 0)
937 return create_state_record_for (c, sr, c->ip);
/external/libunwind/src/ia64/
H A DGparser.c29 static int create_state_record_for (struct cursor *c,
764 if ((ret = create_state_record_for (c, sr, new_ip)) < 0)
958 create_state_record_for (struct cursor *c, struct ia64_state_record *sr,
1098 return create_state_record_for (c, sr, c->ip);
956 create_state_record_for (struct cursor *c, struct ia64_state_record *sr, function

Completed in 73 milliseconds