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