Home
last modified time | relevance | path

Searched refs:stub (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/tools/
Dgensyscalls.py207 def add_footer(pointer_length, stub, syscall): argument
211 stub += "\nALIAS_SYMBOL(%s, %s)\n" % (alias, syscall["func"])
215 stub += '.hidden ' + syscall["func"] + '\n'
217 return stub
/bionic/libc/
DAndroid.bp1188 // This contains a weak stub implementation of __find_icu_symbol for wctype.cpp,