Searched refs:vector_str (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/elftoolchain/libelftc/ |
| H A D | _libelftc.h | 49 struct vector_str { struct 78 void vector_str_dest(struct vector_str *_vec); argument 79 int vector_str_find(const struct vector_str *_vs, const char *_str, 82 bool vector_str_init(struct vector_str *_vs); 83 bool vector_str_pop(struct vector_str *_vs); 84 bool vector_str_push(struct vector_str *_vs, const char *_str, 86 bool vector_str_push_vector(struct vector_str *_dst, 87 struct vector_str *_org); 88 bool vector_str_push_vector_head(struct vector_str *_dst, 89 struct vector_str *_org); [all …]
|
| H A D | libelftc_vstr.c | 45 static size_t get_strlen_sum(const struct vector_str *v); 46 static bool vector_str_grow(struct vector_str *v); 49 get_strlen_sum(const struct vector_str *v) in get_strlen_sum() 68 vector_str_dest(struct vector_str *v) in vector_str_dest() 112 vector_str_get_flat(const struct vector_str *v, size_t *l) in vector_str_get_flat() 145 vector_str_grow(struct vector_str *v) in vector_str_grow() 178 vector_str_init(struct vector_str *v) in vector_str_init() 202 vector_str_pop(struct vector_str *v) in vector_str_pop() 224 vector_str_push(struct vector_str *v, const char *str, size_t len) in vector_str_push() 248 vector_str_push_vector_head(struct vector_str *dst, struct vector_str *org) in vector_str_push_vector_head() [all …]
|
| H A D | libelftc_dem_gnu3.c | 60 struct vector_str ext_name; 87 struct vector_str tmpl; 88 struct vector_str class_type; 133 struct vector_str *); 207 struct vector_str ret_type; in cpp_demangle_gnu3() 485 struct vector_str subst_v; in cpp_demangle_push_type_qualifier() 1222 struct vector_str *output; in cpp_demangle_read_expression_flat() 1808 struct vector_str *output; in cpp_demangle_read_name_flat() 2342 struct vector_str *output; in cpp_demangle_read_subst_stdtmpl() 2408 struct vector_str *v; in cpp_demangle_read_tmpl_args() [all …]
|
| H A D | libelftc_dem_arm.c | 66 struct vector_str vec; 67 struct vector_str arg; 78 static bool push_CTDT(const char *, size_t, struct vector_str *); 318 push_CTDT(const char *s, size_t l, struct vector_str *v) in push_CTDT()
|
| H A D | libelftc_dem_gnu2.c | 64 struct vector_str vec; 65 struct vector_str arg; 76 static bool push_CTDT(const char *, size_t, struct vector_str *); 404 push_CTDT(const char *s, size_t l, struct vector_str *v) in push_CTDT()
|
| /freebsd-14.2/contrib/libcxxrt/ |
| H A D | libelftc_dem_gnu3.c | 48 struct vector_str { struct 74 struct vector_str ext_name; argument 101 struct vector_str tmpl; 102 struct vector_str class_type; 345 vector_str_push_vector_head(struct vector_str *dst, struct vector_str *org) in vector_str_push_vector_head() 385 vector_str_push_vector(struct vector_str *dst, struct vector_str *org) in vector_str_push_vector() 467 struct vector_str *); 541 struct vector_str ret_type; in __cxa_demangle_gnu3() 823 struct vector_str subst_v; in cpp_demangle_push_type_qualifier() 1560 struct vector_str *output; in cpp_demangle_read_expression_flat() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | RegisterValue.cpp | 247 llvm::StringRef vector_str, in ParseVectorEncoding() argument 252 vector_str = vector_str.trim(); in ParseVectorEncoding() 253 vector_str.consume_front("{"); in ParseVectorEncoding() 254 vector_str.consume_back("}"); in ParseVectorEncoding() 255 vector_str = vector_str.trim(); in ParseVectorEncoding() 263 llvm::StringRef cdr = vector_str; in ParseVectorEncoding() 264 std::tie(car, cdr) = vector_str.split(Sep); in ParseVectorEncoding()
|