Searched refs:die_info (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | dwarf2read.c | 345 struct die_info struct 352 struct die_info *next_ref; /* Next die in ref hash table */ argument 359 struct die_info *child; /* Its first child, if any. */ argument 360 struct die_info *sibling; /* Its next sibling, if any. */ argument 361 struct die_info *parent; /* Its parent, if any. */ argument 414 static struct die_info *die_ref_table[REF_HASH_SIZE]; 684 static char *read_full_die (struct die_info **, bfd *, char *, 725 static struct attribute *dwarf2_attr (struct die_info *, unsigned int, 728 static int die_is_declaration (struct die_info *, struct dwarf2_cu *cu); 730 static struct die_info *die_specification (struct die_info *die, [all …]
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | HashedNameToDIE.h | 678 DIEInfo die_info; in GetHashDataForName() local 679 if (m_header.Read(m_data, hash_data_offset_ptr, die_info)) in GetHashDataForName() 683 pair.value.push_back (die_info); in GetHashDataForName() 747 DIEInfo die_info; in AppendHashDataForRegularExpression() local 748 if (m_header.Read(m_data, hash_data_offset_ptr, die_info)) in AppendHashDataForRegularExpression() 752 pair.value.push_back (die_info); in AppendHashDataForRegularExpression() 835 DIEInfo die_info; in AppendAllDIEsInRange() local 836 if (m_header.Read(m_data, &hash_data_offset, die_info)) in AppendAllDIEsInRange() 838 if (die_info.offset == 0) in AppendAllDIEsInRange() 840 … if (die_offset_start <= die_info.offset && die_info.offset < die_offset_end) in AppendAllDIEsInRange() [all …]
|
| /trueos/contrib/binutils/bfd/ |
| HD | dwarf1.c | 106 struct die_info struct 173 struct die_info * aDieInfo, in parse_die() 347 struct die_info eachDieInfo; in parse_functions_in_unit() 514 struct die_info aDieInfo; in _bfd_dwarf1_find_nearest_line()
|