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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
objfmt.h 83 * Module-level implementation of yasm_objfmt_create().
84 * Call yasm_objfmt_create() instead of calling this function.
133 /*@null@*/ /*@only@*/ yasm_objfmt *yasm_objfmt_create
194 #define yasm_objfmt_create(module, object) module->create(object) macro
section.c 245 object->objfmt = yasm_objfmt_create(objfmt_module, object);
    [all...]

Completed in 148 milliseconds