Home | History | Annotate | Download | only in dwarf2

Lines Matching defs:uint

163 	  std::optional<unsigned int> uint;
182 uint.emplace (read_1_byte (abfd, buf));
187 uint.emplace (read_2_bytes (abfd, buf));
192 uint.emplace (read_4_bytes (abfd, buf));
197 uint.emplace (read_8_bytes (abfd, buf));
207 uint.emplace (read_unsigned_leb128 (abfd, buf, &bytes_read));
228 if (uint.has_value ())
229 fe.d_index = (dir_index) *uint;
232 if (uint.has_value ())
233 fe.mod_time = *uint;
236 if (uint.has_value ())
237 fe.length = *uint;