Searched refs:yasm_object_directive (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | section.h | 125 int yasm_object_directive(yasm_object *object, const char *name,
|
D | section.c | 357 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/ |
D | gas-parse.c | 225 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/ |
D | nasm-parse.c | 1569 if (!yasm_object_directive(p_object, name, "nasm", valparams, in nasm_parser_directive()
|