Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-type.c464 typedef struct cv_leaf { struct
471 } cv_leaf; argument
476 /*@null@*/ /*@only@*/ cv_leaf **leaves;
502 static void cv_type_append_leaf(cv_type *type, /*@keep@*/ cv_leaf *leaf);
505 static cv_leaf *
508 cv_leaf *leaf = yasm_xmalloc(sizeof(cv_leaf)); in cv_leaf_create_label()
538 cv_leaf_destroy(cv_leaf *leaf) in cv_leaf_destroy()
551 cv_leaf_destroy((cv_leaf *)leaf->args[arg++].p); in cv_leaf_destroy()
567 cv_leaf_size(const cv_leaf *leaf) in cv_leaf_size()
589 len += cv_leaf_size((const cv_leaf *)leaf->args[arg++].p); in cv_leaf_size()
[all …]