Searched refs:yasm__splitpath (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
H A Dconfig.h2 #define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail) macro
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/dj/
H A Dconfig.h2 #define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail) macro
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.h114 #ifndef yasm__splitpath
117 # define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail) macro
119 # define yasm__splitpath(path, tail) yasm__splitpath_unix(path, tail) macro
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c272 yasm__splitpath(in_filename, &base_filename);
370 yasm__splitpath(in_filename, &base_filename);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-line.c182 dirlen = yasm__splitpath(pathname, &filename);
534 dirlen = yasm__splitpath(pathname, &filename);
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm.c278 yasm__splitpath(in_filename, &base_filename);

Completed in 138 milliseconds