Lines Matching defs:version
10 Software Foundation; either version 3 of the License, or (at
11 your option) any later version
16 Software Foundation; either version 2 of the License, or (at
17 your option) any later version
107 uint16_t version;
116 &version, &unit_type, &abbrev_offset,
122 /* We only know how to handle the DWARF version 2 through 5 formats.
123 For v4 debug types we only handle version 4. */
124 if (unlikely (version < 2) || unlikely (version > 5)
125 || (debug_types && unlikely (version != 4)))
155 newp->version = version;
173 /* v4 debug type units have version == 4 and unit_type == DW_UT_type. */
176 else if (version < 5)