Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_arm.c534 char *arg_type, *rtn_type; in read_func_ptr() local
546 rtn_type = NULL; in read_func_ptr()
624 rtn_type = vector_str_get_flat(&fptr.vec, &rtn_len); in read_func_ptr()
630 if (vector_str_push(&d->vec, rtn_type, rtn_len) == false) { in read_func_ptr()
631 free(rtn_type); in read_func_ptr()
637 free(rtn_type); in read_func_ptr()
H A Dlibelftc_dem_gnu2.c683 char *arg_type, *rtn_type; in read_func_ptr() local
695 rtn_type = NULL; in read_func_ptr()
773 rtn_type = vector_str_get_flat(&fptr.vec, &rtn_len); in read_func_ptr()
779 if (vector_str_push(&d->vec, rtn_type, rtn_len) == false) { in read_func_ptr()
780 free(rtn_type); in read_func_ptr()
786 free(rtn_type); in read_func_ptr()