Searched refs:stub (Results 1 – 1 of 1) sorted by relevance
290 def add_footer(pointer_length, stub, syscall): argument294 stub += "\nALIAS_SYMBOL(%s, %s)\n" % (alias, syscall["func"])299 stub += '.hidden ' + syscall["func"] + '\n'301 return stub641 for stub in self.new_stubs + self.other_files:642 tmp_file = os.path.join(bionic_temp, stub)643 libc_file = os.path.join(bionic_libc_root, stub)646 logging.info("new file: " + stub)651 logging.info("changed file: " + stub)652 edits.append(stub)[all …]