| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| cooked-index.h | 46 struct cooked_index_entry; 66 /* Type representing either a resolved or deferred cooked_index_entry. */ 75 cooked_index_entry_ref (const cooked_index_entry *resolved_) 80 const cooked_index_entry *resolved; 95 /* A cooked_index_entry represents a single item in the index. Note 102 struct cooked_index_entry : public allocate_on_obstack<cooked_index_entry> struct in inherits:allocate_on_obstack 104 cooked_index_entry (sect_offset die_offset_, enum dwarf_tag tag_, function in struct:cooked_index_entry 194 bool operator< (const cooked_index_entry &other) const 200 void set_parent (const cooked_index_entry *parent [all...] |
| read-debug-names.c | 67 cooked_index_entry **result, 108 std::vector<std::pair<cooked_index_entry *, ULONGEST>> needs_parent; member in struct:mapped_debug_names_reader 109 std::vector<std::vector<cooked_index_entry *>> all_entries; 119 cooked_index_entry **result, 253 std::vector<cooked_index_entry *> these_entries; 258 cooked_index_entry *this_entry; 304 std::vector<cooked_index_entry *> &entries = all_entries[parent_idx - 1];
|
| read.c | 4471 const cooked_index_entry *parent_entry 4472 = (const cooked_index_entry *)value; 4572 std::variant<const cooked_index_entry *, 4587 const cooked_index_entry **parent_entry, 4603 std::variant<const cooked_index_entry *, 16348 const cooked_index_entry **parent_entry, 16656 std::variant<const cooked_index_entry *, 16662 if (!std::holds_alternative<const cooked_index_entry *> (parent)) 16664 const cooked_index_entry *parent_entry 16665 = std::get<const cooked_index_entry *> (parent) 16817 std::variant<const cooked_index_entry *, member in class:std [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| cooked-index.h | 52 struct cooked_index_entry; 72 /* Type representing either a resolved or deferred cooked_index_entry. */ 81 cooked_index_entry_ref (const cooked_index_entry *resolved_) 86 const cooked_index_entry *resolved; 101 /* A cooked_index_entry represents a single item in the index. Note 108 struct cooked_index_entry : public allocate_on_obstack<cooked_index_entry> struct in inherits:allocate_on_obstack 110 cooked_index_entry (sect_offset die_offset_, enum dwarf_tag tag_, function in struct:cooked_index_entry 197 bool operator< (const cooked_index_entry &other) const 203 void set_parent (const cooked_index_entry *parent [all...] |
| read-debug-names.c | 67 cooked_index_entry **result, 108 std::vector<std::pair<cooked_index_entry *, ULONGEST>> needs_parent; member in struct:mapped_debug_names_reader 109 std::vector<std::vector<cooked_index_entry *>> all_entries; 119 cooked_index_entry **result, 253 std::vector<cooked_index_entry *> these_entries; 258 cooked_index_entry *this_entry; 304 std::vector<cooked_index_entry *> &entries = all_entries[parent_idx - 1];
|