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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
H A Dxdf-objfmt.c90 yasm_objfmt_xdf *objfmt_xdf; member in struct:xdf_objfmt_output_info
124 yasm_objfmt_xdf *objfmt_xdf = yasm_xmalloc(sizeof(yasm_objfmt_xdf)); local
128 yasm_xfree(objfmt_xdf);
135 yasm_xfree(objfmt_xdf);
139 objfmt_xdf->parse_scnum = 0; /* section numbering starts at 0 */
141 objfmt_xdf->objfmt.module = &yasm_xdf_LTX_objfmt;
143 return (yasm_objfmt *)objfmt_xdf;
152 yasm_objfmt_xdf *objfmt_xdf; local
159 objfmt_xdf = info->objfmt_xdf;
378 yasm_objfmt_xdf *objfmt_xdf; local
542 yasm_objfmt_xdf *objfmt_xdf = (yasm_objfmt_xdf *)object->objfmt; local
611 yasm_objfmt_xdf *objfmt_xdf = (yasm_objfmt_xdf *)object->objfmt; local
[all...]

Completed in 74 milliseconds