Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_abbrev.c51 ab->ab_length = 0; /* fill in later. */ in _dwarf_abbrev_add()
127 (*abp)->ab_length = 1; in _dwarf_abbrev_parse()
149 (*abp)->ab_length = *offset - aboff; in _dwarf_abbrev_parse()
H A Ddwarf_abbrev.c55 *length = ab->ab_length; in dwarf_get_abbrev()
H A D_libdwarf.h127 uint64_t ab_length; /* Length of this abbrev entry. */ member