Searched refs:vector_str (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A D_libelftc.h49 struct vector_str { struct
78 void vector_str_dest(struct vector_str *_vec);
79 int vector_str_find(const struct vector_str *_vs, const char *_str,
81 char *vector_str_get_flat(const struct vector_str *_vs, size_t *_len);
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 *_ds
[all...]
H A Dlibelftc_vstr.c39 * @file vector_str.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)
65 * @brief Deallocate resource in vector_str.
68 vector_str_dest(struct vector_str *v)
82 * @brief Find string in vector_str.
89 vector_str_find(const struct vector_str *v, const char *o, size_t l)
112 vector_str_get_flat(const struct vector_str *v, size_t *l)
145 vector_str_grow(struct vector_str *
[all...]
H A Dlibelftc_dem_gnu3.c60 struct vector_str ext_name;
85 struct vector_str output; /* output string vector */
86 struct vector_str subst; /* substitution string vector */
87 struct vector_str tmpl;
88 struct vector_str class_type;
89 struct vector_str *cur_output; /* ptr to current output vec */
133 struct vector_str *);
207 struct vector_str ret_type;
462 cpp_demangle_push_subst_v(struct cpp_demangle_data *ddata, struct vector_str *v)
485 struct vector_str subst_
[all...]
H A Dlibelftc_dem_arm.c66 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)
H A Dlibelftc_dem_gnu2.c64 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)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp295 llvm::StringRef vector_str,
298 // Example: vector_str = "{0x2c 0x4b 0x2a 0x3e 0xd0 0x4f 0x2a 0x3e 0xac 0x4a
300 vector_str = vector_str.trim();
301 vector_str.consume_front("{");
302 vector_str.consume_back("}");
303 vector_str = vector_str.trim();
311 llvm::StringRef cdr = vector_str;
312 std::tie(car, cdr) = vector_str
294 ParseVectorEncoding(const RegisterInfo *reg_info, llvm::StringRef vector_str, const uint32_t byte_size, RegisterValue *reg_value) argument
[all...]
/freebsd-13-stable/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c48 struct vector_str { struct
74 struct vector_str ext_name;
99 struct vector_str output; /* output string vector */
100 struct vector_str subst; /* substitution string vector */
101 struct vector_str tmpl;
102 struct vector_str class_type;
103 struct vector_str *cur_output; /* ptr to current output vec */
134 static size_t get_strlen_sum(const struct vector_str *v);
135 static bool vector_str_grow(struct vector_str *v);
138 get_strlen_sum(const struct vector_str *
[all...]

Completed in 117 milliseconds