Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/build/
Dgen_kobject_list.py303 def __init__(self, child_type): argument
304 self.child_type = child_type
307 return "<const %d>" % self.child_type
310 if self.child_type not in type_env:
313 return type_env[self.child_type].has_kobject()
316 return type_env[self.child_type].get_kobjects(addr)
421 child_type = die_get_type_offset(child)
424 m = AggregateTypeMember(child.offset, cname, child_type,