Searched refs:stub (Results 1 – 2 of 2) sorted by relevance
208 def add_footer(pointer_length, stub, syscall): argument212 stub += "\nALIAS_SYMBOL(%s, %s)\n" % (alias, syscall["func"])216 stub += '.hidden ' + syscall["func"] + '\n'218 return stub
1164 // This contains a weak stub implementation of __find_icu_symbol for wctype.cpp,