Home
last modified time | relevance | path

Searched refs:signature_str (Results 1 – 3 of 3) sorted by relevance

/qemu/target/hexagon/idef-parser/
H A Didef-parser.h44 g_string_append_printf((c)->signature_str, __VA_ARGS__); \
240 GString *signature_str; /**< String containing the signatures code */ member
H A Didef-parser.y871 context.signature_str = g_string_new(NULL);
906 g_string_free(context.signature_str, TRUE);
H A Dparser-helpers.c261 fwrite(c->signature_str->str, sizeof(char), c->signature_str->len, in commit()
268 fwrite(c->signature_str->str, sizeof(char), c->signature_str->len, in commit()
2116 g_string_truncate(c->signature_str, 0); in free_instruction()