Searched refs:yasm_objfmt_get_special_sym (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dobjfmt.h120 /** Module-level implementation of yasm_objfmt_get_special_sym().
121 * Call yasm_objfmt_get_special_sym() instead of calling this function.
187 /*@observer@*/ /*@null@*/ yasm_symrec *yasm_objfmt_get_special_sym
210 #define yasm_objfmt_get_special_sym(object, name, parser) \ macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c1480 wrt = yasm_objfmt_get_special_sym(p_object, ID_val, "gas");
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parse.c1455 sym = yasm_objfmt_get_special_sym(p_object, ID_val+2, "nasm");

Completed in 457 milliseconds