Home
last modified time | relevance | path

Searched refs:yasm_object_directive (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h125 int yasm_object_directive(yasm_object *object, const char *name,
Dsection.c357 yasm_object_directive(yasm_object *object, const char *name, in yasm_object_directive() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parse.c225 if (!yasm_object_directive(p_object, id, "gas", &vps, NULL, in parse_line()
337 yasm_object_directive(p_object, ".file", "gas", &vps, NULL, cur_line); in cpp_line_marker()
445 yasm_object_directive(p_object, ".file", "gas", &vps, NULL, cur_line); in nasm_line_marker()
852 yasm_object_directive(p_object, ".file", "gas", &vps, NULL, in dir_file()
876 yasm_object_directive(p_object, ".file", "gas", &vps, NULL, in dir_file()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parse.c1569 if (!yasm_object_directive(p_object, name, "nasm", valparams, in nasm_parser_directive()