Searched refs:vector_str_push (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A D_libelftc.h84 bool vector_str_push(struct vector_str *_vs, const char *_str,
H A Dlibelftc_dem_arm.c71 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s)))
194 if (vector_str_push(&d.vec, d.array_str.buf,
209 if (vector_str_push(&d.arg, arg, arg_len) == false) {
324 if (vector_str_push(v, s, l) == false)
395 if (vector_str_push(&d->vec, str, len) == false)
437 if (vector_str_push(&d->vec, name, len) == false)
493 if (vector_str_push(&d->vec, op_name, len) == false)
515 if (vector_str_push(&d->vec, op_name, len) == false)
631 if (vector_str_push(&d->vec, rtn_type, rtn_len) == false) {
646 if (vector_str_push(
[all...]
H A Dlibelftc_dem_gnu2.c69 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s)))
207 if (vector_str_push(&d.vec, d.array_str.buf,
222 if (vector_str_push(&d.arg, arg, arg_len) == false) {
410 if (vector_str_push(v, s, l) == false)
476 if (vector_str_push(&d->vec, str, len) == false)
526 return (vector_str_push(&d->vec, name, len));
608 if (vector_str_push(&d->vec, op_name, len) == false)
630 if (vector_str_push(&d->vec, op_name, len) == false)
780 if (vector_str_push(&d->vec, rtn_type, rtn_len) == false) {
795 if (vector_str_push(
[all...]
H A Dlibelftc_dem_gnu3.c118 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s)))
434 return (vector_str_push(ddata->cur_output, str, len));
456 return (vector_str_push(&ddata->subst, str, len));
1777 if (!vector_str_push(&v, subst_str, subst_str_len))
1790 if (!vector_str_push(&v, subst_str, subst_str_len))
1903 if (!vector_str_push(&v, subst_str, subst_str_len)) {
2086 if (!vector_str_push(&ddata->class_type, class_type, class_type_len))
2310 if (!vector_str_push(&v, subst_str, subst_str_len))
2324 if (!vector_str_push(&v, subst_str, subst_str_len))
2433 !vector_str_push(
[all...]
H A Dlibelftc_vstr.c224 vector_str_push(struct vector_str *v, const char *str, size_t len) function
/freebsd-13-stable/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c132 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s)))
313 vector_str_push(struct vector_str *v, const char *str, size_t len) function
768 return (vector_str_push(ddata->cur_output, str, len));
790 return (vector_str_push(&ddata->subst, str, len));
2111 if (!vector_str_push(&v, subst_str, subst_str_len))
2124 if (!vector_str_push(&v, subst_str, subst_str_len))
2237 if (!vector_str_push(&v, subst_str, subst_str_len)) {
2420 if (!vector_str_push(&ddata->class_type, class_type, class_type_len))
2644 if (!vector_str_push(&v, subst_str, subst_str_len))
2658 if (!vector_str_push(
[all...]

Completed in 105 milliseconds