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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.h 68 yasm_value codes_count; member in struct:coff_unwind_info
win64-except.c 105 yasm_value_initialize(&info->codes_count, NULL, 8);
116 yasm_value_delete(&info->codes_count);
162 yasm_value_initialize(&info->codes_count,
167 yasm_value_initialize(&info->codes_count,
213 if (yasm_value_finalize(&info->codes_count, prev_bc))
233 add_span(add_span_data, bc, 2, &info->codes_count, 0, 255);
303 output_value(&info->codes_count, buf, 1, (unsigned long)(buf-bufstart),

Completed in 86 milliseconds