Searched refs:child_type (Results 1 – 1 of 1) sorted by relevance
303 def __init__(self, child_type): argument304 self.child_type = child_type307 return "<const %d>" % self.child_type310 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,