Searched defs:yasm_arch_get_fill (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Darch.h143 /** Module-level implementation of yasm_arch_get_fill().
144 * Call yasm_arch_get_fill() instead of calling this function.
332 const unsigned char **yasm_arch_get_fill(const yasm_arch *arch);
466 #define yasm_arch_get_fill(arch) \ macro

Completed in 86 milliseconds