Lines Matching defs:version
9 Software Foundation; either version 3 of the License, or (at
10 your option) any later version
15 Software Foundation; either version 2 of the License, or (at
16 your option) any later version
131 /* Read the version stamp. Always an 8-bit value. */
132 uint8_t version = *bytes++;
134 if (version != 1 && (unlikely (version < 3) || unlikely (version > 4)))
147 if (version >= 4)
191 if (version >= 3) /* DWARF 3+ */