Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/modules/seccomp/scripts/
H A Dgenerate_code_from_policy.py101 def is_function_name_exist(arch, function_name, func_name_nr_table): argument
102 if function_name in func_name_nr_table:
126 def function_name_to_nr(function_name_list, func_name_nr_table): argument
127 return set(func_name_nr_table[function_name] for function_name \
128 in function_name_list if function_name in func_name_nr_table)
174 def gen_syscall_nr_table(file_name, func_name_nr_table): argument
176 func_name_nr_table[str(s.group(1))] = parse_syscall_file(file_name)
177 if str(s.group(1)) not in func_name_nr_table.keys():
179 return func_name_nr_table
471 def update_function_name_nr_table(self, func_name_nr_table): argument
[all …]
/ohos5.0/build/config/components/init/seccomp/scripts/
H A Dgenerate_code_from_policy.py101 def is_function_name_exist(arch, function_name, func_name_nr_table): argument
102 if function_name in func_name_nr_table:
126 def function_name_to_nr(function_name_list, func_name_nr_table): argument
127 return set(func_name_nr_table[function_name] for function_name \
128 in function_name_list if function_name in func_name_nr_table)
174 def gen_syscall_nr_table(file_name, func_name_nr_table): argument
176 func_name_nr_table[str(s.group(1))] = parse_syscall_file(file_name)
177 if str(s.group(1)) not in func_name_nr_table.keys():
179 return func_name_nr_table
471 def update_function_name_nr_table(self, func_name_nr_table): argument
[all …]