Home
last modified time | relevance | path

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

/bionic/libc/tools/
Dgensyscalls.py290 def add_footer(pointer_length, stub, syscall): argument
294 stub += "\nALIAS_SYMBOL(%s, %s)\n" % (alias, syscall["func"])
299 stub += '.hidden ' + syscall["func"] + '\n'
301 return stub
636 for stub in self.new_stubs + self.other_files:
637 tmp_file = os.path.join(bionic_temp, stub)
638 libc_file = os.path.join(bionic_libc_root, stub)
641 logging.info("new file: " + stub)
646 logging.info("changed file: " + stub)
647 edits.append(stub)
[all …]