Searched refs:objs (Results 1 – 2 of 2) sorted by relevance
/scripts/build/ |
A D | gen_kobject_list.py | 256 objs = {} 265 return objs 350 objs = {} 353 return objs 639 objs = type_obj.get_kobjects(addr) 640 all_objs.update(objs) 643 % (name, hex(addr), len(objs))) 812 for _, ko in objs.items(): 840 for obj_addr, ko in objs.items(): 1037 objs = find_kobjects(elf, syms) [all …]
|
/scripts/dts/python-devicetree/src/devicetree/ |
A D | edtlib.py | 2867 def _add_names(node: dtlib_Node, names_ident: str, objs: Any) -> None: 2883 if len(names) != len(objs): 2888 for obj, name in zip(objs, names, strict=False): 2893 for obj in objs:
|
Completed in 9 milliseconds