Searched refs:vector_str_substr (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc_dem_gnu3.c | 810 if ((exp = vector_str_substr(&ddata->output, p_idx, in cpp_demangle_read_array() 1233 if ((exp = vector_str_substr(output, p_idx, output->size - 1, in cpp_demangle_read_expression_flat() 1770 if ((subst_str = vector_str_substr(output, p_idx, output->size - 1, in cpp_demangle_read_name() 1787 if ((subst_str = vector_str_substr(output, p_idx, in cpp_demangle_read_name() 1819 if ((name = vector_str_substr(output, p_idx, output->size - 1, in cpp_demangle_read_name_flat() 1900 if ((subst_str = vector_str_substr(output, p_idx, in cpp_demangle_read_nested_name() 2073 if ((class_type = vector_str_substr(&ddata->output, p_idx, in cpp_demangle_read_pointer_to_member() 2306 if ((subst_str = vector_str_substr(output, p_idx, output->size - 1, in cpp_demangle_read_subst_std() 2321 if ((subst_str = vector_str_substr(output, p_idx, in cpp_demangle_read_subst_std() 2361 if ((substr = vector_str_substr(output, p_idx, output->size - 1, in cpp_demangle_read_subst_stdtmpl() [all …]
|
H A D | _libelftc.h | 90 char *vector_str_substr(const struct vector_str *_vs, size_t _begin,
|
H A D | libelftc_vstr.c | 331 vector_str_substr(const struct vector_str *v, size_t begin, size_t end, in vector_str_substr() function
|
H A D | libelftc_dem_arm.c | 205 if ((arg = vector_str_substr(&d.vec, arg_begin, d.vec.size - 1, in cpp_demangle_ARM()
|
H A D | libelftc_dem_gnu2.c | 218 if ((arg = vector_str_substr(&d.vec, arg_begin, d.vec.size - 1, in cpp_demangle_gnu2()
|
/freebsd/contrib/libcxxrt/ |
H A D | libelftc_dem_gnu3.c | 428 vector_str_substr(const struct vector_str *v, size_t begin, size_t end, in vector_str_substr() function 1148 if ((exp = vector_str_substr(&ddata->output, p_idx, in cpp_demangle_read_array() 1571 if ((exp = vector_str_substr(output, p_idx, output->size - 1, in cpp_demangle_read_expression_flat() 2108 if ((subst_str = vector_str_substr(output, p_idx, output->size - 1, in cpp_demangle_read_name() 2125 if ((subst_str = vector_str_substr(output, p_idx, in cpp_demangle_read_name() 2157 if ((name = vector_str_substr(output, p_idx, output->size - 1, in cpp_demangle_read_name_flat() 2238 if ((subst_str = vector_str_substr(output, p_idx, in cpp_demangle_read_nested_name() 2411 if ((class_type = vector_str_substr(&ddata->output, p_idx, in cpp_demangle_read_pointer_to_member() 2639 if ((subst_str = vector_str_substr(output, p_idx, output->size - 1, in cpp_demangle_read_subst_std() 2654 if ((subst_str = vector_str_substr(output, p_idx, in cpp_demangle_read_subst_std() [all …]
|