Searched refs:type_str_len (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc_dem_gnu3.c | 2506 size_t p_idx, type_str_len, subst_str_len; in cpp_demangle_read_type() local 2991 &type_str_len); in cpp_demangle_read_type() 2994 if (!vector_str_find(&ddata->subst, type_str, type_str_len) && in cpp_demangle_read_type() 2995 !vector_str_push(&ddata->subst, type_str, type_str_len)) in cpp_demangle_read_type()
|
/freebsd/contrib/libcxxrt/ |
H A D | libelftc_dem_gnu3.c | 2834 size_t p_idx, type_str_len, subst_str_len; in cpp_demangle_read_type() local 3319 &type_str_len); in cpp_demangle_read_type() 3322 if (!vector_str_find(&ddata->subst, type_str, type_str_len) && in cpp_demangle_read_type() 3323 !vector_str_push(&ddata->subst, type_str, type_str_len)) in cpp_demangle_read_type()
|