Searched refs:die_info (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c345 struct die_info struct
352 struct die_info *next_ref; /* Next die in ref hash table */
359 struct die_info *child; /* Its first child, if any. */
360 struct die_info *sibling; /* Its next sibling, if any. */
361 struct die_info *parent; /* Its parent, if any. */
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_specificatio
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.cpp367 DIEInfo die_info; local
368 if (m_header.Read(m_data, hash_data_offset_ptr, die_info)) {
371 pair.value.push_back(die_info);
428 DIEInfo die_info; local
429 if (m_header.Read(m_data, hash_data_offset_ptr, die_info)) {
432 pair.value.push_back(die_info);
504 DIEInfo die_info; local
505 if (m_header.Read(m_data, &hash_data_offset, die_info)) {
506 if (die_info.die_offset == 0)
508 if (die_offset_start <= die_info
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf1.c106 struct die_info struct
173 struct die_info * aDieInfo,
347 struct die_info eachDieInfo;
514 struct die_info aDieInfo;

Completed in 97 milliseconds