Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-type.c473 typedef struct cv_type { struct
477 } cv_type; argument
501 static cv_type *cv_type_create(unsigned long indx);
502 static void cv_type_append_leaf(cv_type *type, /*@keep@*/ cv_leaf *leaf);
522 cv_type *type; in yasm_cv__generate_type()
645 ((const cv_type *)leaf->args[arg++].p)->indx); in cv_leaf_tobytes()
666 static cv_type *
669 cv_type *type = yasm_xmalloc(sizeof(cv_type)); in cv_type_create()
679 cv_type_append_leaf(cv_type *type, /*@keep@*/ cv_leaf *leaf) in cv_type_append_leaf()
695 cv_type *type = (cv_type *)contents; in cv_type_bc_destroy()
[all …]