HomeSort by: relevance | last modified time | path
    Searched refs:die_offset (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index-shard.h 45 cooked_index_entry *add (sect_offset die_offset, enum dwarf_tag tag,
97 cooked_index_entry *create (sect_offset die_offset,
cooked-index-worker.h 69 cooked_index_entry *add (sect_offset die_offset, enum dwarf_tag tag,
75 return m_shard->add (die_offset, tag, flags, per_cu->lang (),
80 cooked_index_entry *add (sect_offset die_offset, enum dwarf_tag tag,
86 return m_shard->add (die_offset, tag, flags, lang,
cooked-index-shard.c 47 cooked_index_shard::create (sect_offset die_offset,
68 return new (&m_storage) cooked_index_entry (die_offset, tag, flags,
76 cooked_index_shard::add (sect_offset die_offset, enum dwarf_tag tag,
81 cooked_index_entry *result = create (die_offset, tag, flags, lang, name,
134 last = create (entry->die_offset, DW_TAG_module,
245 cooked_index_entry *linkage = create (entry->die_offset,
cooked-index-entry.h 101 die_offset (die_offset_),
239 sect_offset die_offset; member in struct:cooked_index_entry
parent-map.c 62 to_underlying (parent_entry->die_offset),
read-debug-names.c 184 sect_offset die_offset {};
271 die_offset = sect_offset (ull);
303 = indices[next_shard].add (die_offset, (dwarf_tag) indexval.dwarf_tag,
cooked-index.c 253 gdb_printf (" DIE offset: %s\n", sect_offset_str (entry->die_offset));
index-write.c 714 if (a->die_offset != b->die_offset)
715 return a->die_offset < b->die_offset;
799 to_underlying (entry->die_offset));
cooked-indexer.c 461 + to_underlying (parent_entry->die_offset)
read.h 1143 /* Return the type of the DIE at DIE_OFFSET in the CU named by
1146 struct type *dwarf2_get_die_type (cu_offset die_offset, dwarf2_per_cu *per_cu,
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_discovery.c 258 uint16_t die_offset; local
279 die_offset = le16_to_cpu(ihdr->die_info[i].die_offset);
280 dhdr = (struct die_header *)(adev->discovery + die_offset);
282 ip_offset = die_offset + sizeof(*dhdr);
337 uint16_t die_offset; local
354 die_offset = le16_to_cpu(ihdr->die_info[i].die_offset);
355 dhdr = (struct die_header *)(adev->discovery + die_offset);
357 ip_offset = die_offset + sizeof(*dhdr)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cooked-index.h 113 die_offset (die_offset_),
242 sect_offset die_offset; member in struct:cooked_index_entry
278 cooked_index_entry *add (sect_offset die_offset, enum dwarf_tag tag,
328 cooked_index_entry *create (sect_offset die_offset,
336 return new (&m_storage) cooked_index_entry (die_offset, tag, flags,
392 cooked_index_entry *add (sect_offset die_offset, enum dwarf_tag tag,
398 return m_index->add (die_offset, tag, flags, per_cu->lang (),
cooked-index.c 268 cooked_index_shard::add (sect_offset die_offset, enum dwarf_tag tag,
274 cooked_index_entry *result = create (die_offset, tag, flags, lang, name,
326 last = create (entry->die_offset, DW_TAG_namespace,
809 gdb_printf (" DIE offset: %s\n", sect_offset_str (entry->die_offset));
read-debug-names.c 139 sect_offset die_offset {};
211 die_offset = sect_offset (ull);
241 *result = shard->add (die_offset, (dwarf_tag) indexval.dwarf_tag, flags,
index-write.c 722 if (a->die_offset != b->die_offset)
723 return a->die_offset < b->die_offset;
798 to_underlying (entry->die_offset));
read.h 788 /* Return the type of the DIE at DIE_OFFSET in the CU named by
791 struct type *dwarf2_get_die_type (cu_offset die_offset,
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_die.c 70 die->die_offset = offset;
115 uint64_t die_offset; local
125 die_offset = offset;
144 if ((ret = _dwarf_die_add(cu, die_offset, abnum, ab, &die,
356 die->die_offset = ds->ds_size;
dwarf_die.c 268 *ret_offset = die->die_offset;
289 *ret_offset = die->die_offset - cu->cu_offset;
libdwarf_nametbl.c 210 np->np_offset = np->np_die->die_offset;
libdwarf_attr.c 293 dbg->write(ds->ds_data, &offset, at->at_refdie->die_offset,
386 value = at->at_refdie->die_offset;
_libdwarf.h 145 uint64_t die_offset; /* DIE offset in section. */ member in struct:_Dwarf_Die
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
discovery.h 68 uint16_t die_offset; /* Points to the corresponding die_header structure */ member in struct:die_info
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 2384 unsigned long die_offset
2388 gcc_assert (die_offset > 0
2389 && die_offset <= (loc->dw_loc_opc == DW_OP_call2
2393 die_offset, NULL);
3184 dw_offset die_offset;
3192 /* For an external ref to die_symbol if die_offset contains an extra
4356 /* Set label to debug_info_section_label + die_offset of a DIE reference. */
4361 sprintf (label, "%s+%ld", debug_info_section_label, ref->die_offset);
4364 /* Return die_offset of a DIE reference to a base type. */
4369 if (ref->die_offset)
2381 unsigned long die_offset local
3179 dw_offset die_offset; member in struct:die_struct
9751 unsigned long die_offset = (dwarf_split_debug_info local
11756 dw_offset die_offset = pub->die->die_offset; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 2386 unsigned long die_offset
2390 gcc_assert (die_offset > 0
2391 && die_offset <= (loc->dw_loc_opc == DW_OP_call2
2395 die_offset, NULL);
3186 dw_offset die_offset;
3194 /* For an external ref to die_symbol if die_offset contains an extra
4356 /* Set label to debug_info_section_label + die_offset of a DIE reference. */
4361 sprintf (label, "%s+%ld", debug_info_section_label, ref->die_offset);
4364 /* Return die_offset of a DIE reference to a base type. */
4369 if (ref->die_offset)
2383 unsigned long die_offset local
3181 dw_offset die_offset; member in struct:die_struct
9709 unsigned long die_offset = (dwarf_split_debug_info local
11714 dw_offset die_offset = pub->die->die_offset; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 4200 unsigned long die_offset; local
4205 die_offset = tags - section_begin;
4225 if (!(do_flags & DO_LOC) && die_offset >= dwarf_start_die
4229 level, die_offset);
4239 die_offset, section->name);
4255 || (dwarf_start_die != 0 && die_offset < dwarf_start_die))
4259 if (dwarf_start_die != 0 && die_offset == dwarf_start_die)
4265 level, die_offset, abbrev_number);
4268 printf (_(" <%d><%lx>: ...\n"), level, die_offset);
4288 die_offset, abbrev_number)
    [all...]

Completed in 54 milliseconds

1 2