Home
last modified time | relevance | path

Searched refs:abbrev_tag (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c10413 uint64_t abbrev_tag; in display_debug_names() member
10423 uint64_t abbrev_tag; in display_debug_names() local
10425 READ_ULEB (abbrev_tag, abbrevptr, abbrev_table_end); in display_debug_names()
10426 if (abbrev_tag == 0) in display_debug_names()
10441 if (entry->abbrev_tag == abbrev_tag) in display_debug_names()
10445 abbrev_tag, unit_start - section->start); in display_debug_names()
10449 entry->abbrev_tag = abbrev_tag; in display_debug_names()
10495 uint64_t abbrev_tag; in display_debug_names() local
10499 READ_ULEB (abbrev_tag, entryptr, unit_end); in display_debug_names()
10502 second_abbrev_tag = abbrev_tag; in display_debug_names()
[all …]