Searched refs:yasm_fopen_include (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbc-incbin.c166 f = yasm_fopen_include(incbin->filename, incbin->from, "rb", NULL);
218 f = yasm_fopen_include(incbin->filename, incbin->from, "rb", NULL);
H A Dfile.h221 /*@null@*/ FILE *yasm_fopen_include
235 /** Add an include path for use by yasm_fopen_include().
236 * If path is relative, it is treated by yasm_fopen_include() as relative to
H A Dfile.c538 yasm_fopen_include(const char *iname, const char *from, const char *mode, function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c1837 fp = yasm_fopen_include(file2 ? file2 : file, nasm_src_get_fname(), "r",
1846 fp = yasm_fopen_include(thefile, nasm_src_get_fname(), "r", &combine);
1849 fp = yasm_fopen_include(thefile, nasm_src_get_fname(), "r", &combine);
1853 fp = yasm_fopen_include(thefile, nasm_src_get_fname(), "r", &combine);
1856 fp = yasm_fopen_include(thefile, nasm_src_get_fname(), "r", &combine);

Completed in 149 milliseconds