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
219 Depending on version this is the .debug_loc or .debug_loclists
338 uint16_t version;
342 /* The unit type if version >= 5. Otherwise 0 for normal CUs (from
400 #define ISV4TU(cu) ((cu)->version == 4 && (cu)->sec_idx == IDX_debug_types)
403 CU must be a valid/known version/unit_type. */
407 uint16_t version,
412 assert (version >= 2 && version <= 5);
422 if (version < 5)
469 cu->version,
517 uint16_t version;
1038 first, but only if this is version 5. Assume if all else fails,
1039 this is version 4, without header. */
1065 if (cu->version < 5)
1095 uint16_t version;
1108 /* We need at least 2-bytes (version) + 2-bytes (padding) =
1116 version = read_2ubyte_unaligned_inc (dbg, readp);
1117 if (version != 5)
1139 /* Either a direct offset into .debug_ranges for version < 5, or the
1140 start of the offset table in .debug_rnglists for version > 5. */
1149 if (cu->version < 5)
1194 uint16_t version = read_2ubyte_unaligned_inc (dbg, readp);
1195 if (version != 5)
1272 uint16_t version = read_2ubyte_unaligned_inc (dbg, readp);
1273 if (version != 5)