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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
objfmt.h 97 /** Module-level implementation of yasm_objfmt_destroy().
98 * Call yasm_objfmt_destroy() instead of calling this function.
152 void yasm_objfmt_destroy(/*@only@*/ yasm_objfmt *objfmt);
199 #define yasm_objfmt_destroy(objfmt) \ macro
section.c 458 yasm_objfmt_destroy(object->objfmt);
    [all...]

Completed in 1546 milliseconds