Searched refs:pubnames (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.h55 pubnames, enumerator in enum:dwarf_section_display_enum
H A Ddwarf.c2090 DWARF2_Internal_PubNames pubnames; local
2104 pubnames.pn_length = byte_get (data, 4);
2106 if (pubnames.pn_length == 0xffffffff)
2108 pubnames.pn_length = byte_get (data, 8);
2119 pubnames.pn_version = byte_get (data, 2);
2121 pubnames.pn_offset = byte_get (data, offset_size);
2123 pubnames.pn_size = byte_get (data, offset_size);
2126 start += pubnames.pn_length + initial_length_size;
2128 if (pubnames.pn_version != 2 && pubnames
[all...]

Completed in 173 milliseconds