| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| die.h | 27 struct die_info struct 29 /* Allocate a new die_info on OBSTACK. NUM_ATTRS is the number of 31 static die_info *allocate (struct obstack *obstack, int num_attrs); 132 struct die_info *child; /* Its first child, if any. */ 133 struct die_info *sibling; /* Its next sibling, if any. */ 134 struct die_info *parent; /* Its parent, if any. */ 142 /* Key hash type to store die_info objects in gdb::unordered_set, identified by 149 std::size_t operator() (const die_info *die) const noexcept 156 /* Key equal type to store die_info objects in gdb::unordered_set, identified by 163 bool operator() (const die_info *a, const die_info *b) const noexcep [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| die.h | 28 struct die_info struct 30 /* Allocate a new die_info on OBSTACK. NUM_ATTRS is the number of 32 static die_info *allocate (struct obstack *obstack, int num_attrs); 34 /* Trivial hash function for die_info: the hash value of a DIE is 38 /* Trivial comparison function for die_info structures: two DIEs 141 struct die_info *child; /* Its first child, if any. */ 142 struct die_info *sibling; /* Its next sibling, if any. */ 143 struct die_info *parent; /* Its parent, if any. */
|
| /src/external/gpl3/binutils/dist/bfd/ |
| dwarf1.c | 109 struct die_info struct 182 struct die_info * aDieInfo, 385 struct die_info eachDieInfo; 551 struct die_info aDieInfo;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| dwarf1.c | 109 struct die_info struct 182 struct die_info * aDieInfo, 385 struct die_info eachDieInfo; 551 struct die_info aDieInfo;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| dwarf1.c | 109 struct die_info struct 182 struct die_info * aDieInfo, 385 struct die_info eachDieInfo; 551 struct die_info aDieInfo;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| dwarf1.c | 109 struct die_info struct 182 struct die_info * aDieInfo, 385 struct die_info eachDieInfo; 551 struct die_info aDieInfo;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/include/ |
| discovery.h | 65 typedef struct die_info struct 69 } die_info; typedef in typeref:struct:die_info 79 die_info die_info[16]; /* list die information for up to 16 dies */ member in struct:ip_discovery_header
|