Searched defs:dbgfmt (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/null/
H A Dnull-dbgfmt.c38 yasm_dbgfmt_base *dbgfmt = yasm_xmalloc(sizeof(yasm_dbgfmt_base)); local
39 dbgfmt->module = &yasm_null_LTX_dbgfmt;
40 return (yasm_dbgfmt *)dbgfmt;
44 null_dbgfmt_destroy(/*@only@*/ yasm_dbgfmt *dbgfmt) argument
46 yasm_xfree(dbgfmt);
56 /* Define dbgfmt structure -- see dbgfmt.h for details */
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-dbgfmt.h40 yasm_dbgfmt_base dbgfmt; /* base structure */ member in struct:yasm_dbgfmt_cv
H A Dcv-dbgfmt.c31 #include "cv-dbgfmt.h"
42 dbgfmt_cv->dbgfmt.module = module;
67 cv_dbgfmt_destroy(/*@only@*/ yasm_dbgfmt *dbgfmt) argument
69 yasm_dbgfmt_cv *dbgfmt_cv = (yasm_dbgfmt_cv *)dbgfmt;
76 yasm_xfree(dbgfmt);
99 /* Define dbgfmt structure -- see dbgfmt.h for details */
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.h56 /*@owned@*/ yasm_dbgfmt *dbgfmt; /**< Debug format */ member in struct:yasm_object
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-dbgfmt.c31 #include "dwarf2-dbgfmt.h"
84 dbgfmt_dwarf2->dbgfmt.module = &yasm_dwarf2_LTX_dbgfmt;
118 dwarf2_dbgfmt_destroy(/*@only@*/ yasm_dbgfmt *dbgfmt) argument
120 yasm_dbgfmt_dwarf2 *dbgfmt_dwarf2 = (yasm_dbgfmt_dwarf2 *)dbgfmt;
133 yasm_xfree(dbgfmt);
152 yasm_dbgfmt_dwarf2 *dbgfmt_dwarf2 = (yasm_dbgfmt_dwarf2 *)object->dbgfmt;
256 yasm_dbgfmt_dwarf2 *dbgfmt_dwarf2 = (yasm_dbgfmt_dwarf2 *)object->dbgfmt;
340 /* Define dbgfmt structure -- see dbgfmt.h for details */
H A Ddwarf2-dbgfmt.h41 yasm_dbgfmt_base dbgfmt; /* base structure */ member in struct:yasm_dbgfmt_dwarf2
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c81 yasm_dbgfmt_base dbgfmt; /* base structure */ member in struct:yasm_dbgfmt_stabs
166 dbgfmt_stabs->dbgfmt.module = &yasm_stabs_LTX_dbgfmt;
171 stabs_dbgfmt_destroy(/*@only@*/ yasm_dbgfmt *dbgfmt) argument
173 yasm_xfree(dbgfmt);
503 /* Define dbgfmt structure -- see dbgfmt.h for details */

Completed in 115 milliseconds