Searched refs:item (Results 1 – 2 of 2) sorted by relevance
143 for item in index_file_parser.items:144 if item["type"] == "function":145 patch = "\tpatch" if item["patch"] else ""147 item["library_name"] + "\t" + item["function_name"] + patch + "\n")181 for item in index_file_parser.items:182 template_name = "jmptbl_entry_" + item["type"] + bti + ".S"183 output_file.write(self.build_template(template_name, item, True))196 fns = [item["function_name"] for item in index_file_parser.items197 if not item["patch"] and item["type"] != "reserved"]228 item = index_file_parser.items[item_index][all …]
189 uint32_t item = type | XRDC_ID(id); in xrdc_check_pd() local203 if (item == list[i]) { in xrdc_check_pd()