Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_vstr.c46 static bool vector_str_grow(struct vector_str *v);
145 vector_str_grow(struct vector_str *v) in vector_str_grow() function
230 if (v->size == v->capacity && vector_str_grow(v) == false) in vector_str_push()
/freebsd/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c135 static bool vector_str_grow(struct vector_str *v);
227 vector_str_grow(struct vector_str *v) in vector_str_grow() function
327 if (v->size == v->capacity && vector_str_grow(v) == false) in vector_str_push()