Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-dbgfmt.c39 yasm_dbgfmt_cv *dbgfmt_cv = yasm_xmalloc(sizeof(yasm_dbgfmt_cv)); in cv_dbgfmt_create()
69 yasm_dbgfmt_cv *dbgfmt_cv = (yasm_dbgfmt_cv *)dbgfmt; in cv_dbgfmt_destroy()
Dcv-dbgfmt.h39 typedef struct yasm_dbgfmt_cv { struct
47 } yasm_dbgfmt_cv; argument
Dcv-symline.c335 cv_dbgfmt_add_file(yasm_dbgfmt_cv *dbgfmt_cv, size_t filenum, in cv_dbgfmt_add_file()
417 yasm_dbgfmt_cv *dbgfmt_cv;
430 yasm_dbgfmt_cv *dbgfmt_cv = info->dbgfmt_cv; in cv_generate_line_bc()
526 cv_dbgfmt_add_file((yasm_dbgfmt_cv *)d, 0, filename); in cv_generate_filename()
557 yasm_dbgfmt_cv *dbgfmt_cv = (yasm_dbgfmt_cv *)object->dbgfmt; in yasm_cv__generate_symline()