Home
last modified time | relevance | path

Searched refs:rtn_type (Results 1 – 2 of 2) sorted by relevance

/src/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_arm.c535 char *arg_type, *rtn_type; in read_func_ptr() local
547 rtn_type = NULL; in read_func_ptr()
625 rtn_type = vector_str_get_flat(&fptr.vec, &rtn_len); in read_func_ptr()
631 if (vector_str_push(&d->vec, rtn_type, rtn_len) == false) { in read_func_ptr()
632 free(rtn_type); in read_func_ptr()
638 free(rtn_type); in read_func_ptr()
H A Dlibelftc_dem_gnu2.c684 char *arg_type, *rtn_type; in read_func_ptr() local
696 rtn_type = NULL; in read_func_ptr()
774 rtn_type = vector_str_get_flat(&fptr.vec, &rtn_len); in read_func_ptr()
780 if (vector_str_push(&d->vec, rtn_type, rtn_len) == false) { in read_func_ptr()
781 free(rtn_type); in read_func_ptr()
787 free(rtn_type); in read_func_ptr()