HomeSort by relevance Sort by last modified time
    Searched refs:objfmt_xdf (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 90 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...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile     [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile     [all...]

Completed in 7841 milliseconds