Home | History | Annotate | Download | only in dwarf2

Lines Matching defs:append_uint

129   void append_uint (size_t len, bfd_endian byte_order, ULONGEST val)
137 append_uint (sizeof (value), BFD_ENDIAN_LITTLE, value);
590 addr_vec.append_uint (8, BFD_ENDIAN_LITTLE, start);
591 addr_vec.append_uint (8, BFD_ENDIAN_LITTLE, end);
796 m_entry_pool.append_uint (dwarf5_offset_size (),
1316 cu_list.append_uint (8, BFD_ENDIAN_LITTLE,
1321 cu_list.append_uint (8, BFD_ENDIAN_LITTLE,
1323 cu_list.append_uint (8, BFD_ENDIAN_LITTLE,
1327 cu_list.append_uint (8, BFD_ENDIAN_LITTLE, per_cu->length ());
1390 this_list.append_uint (nametable.dwarf5_offset_size (),
1422 header.append_uint (4, dwarf5_byte_order, size64);
1426 header.append_uint (4, dwarf5_byte_order, 0xffffffff);
1427 header.append_uint (8, dwarf5_byte_order, expected_bytes - 12);
1431 header.append_uint (2, dwarf5_byte_order, 5);
1434 header.append_uint (2, dwarf5_byte_order, 0);
1437 header.append_uint (4, dwarf5_byte_order, counter);
1441 header.append_uint (4, dwarf5_byte_order, types_counter);
1445 header.append_uint (4, dwarf5_byte_order, 0);
1451 header.append_uint (4, dwarf5_byte_order, 0);
1454 header.append_uint (4, dwarf5_byte_order, nametable.name_count ());
1458 header.append_uint (4, dwarf5_byte_order, nametable.abbrev_table_bytes ());
1463 header.append_uint (4, dwarf5_byte_order, sizeof (dwarf5_augmentation));