Searched refs:type_offset (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dgdb-index.h78 add_type_unit(off_t tu_offset, off_t type_offset, uint64_t signature) argument
80 this->type_units_.push_back(Type_unit(tu_offset, type_offset, signature));
181 : tu_offset(off), type_offset(toff), type_signature(sig)
184 uint64_t type_offset; member in struct:gold::Gdb_index::Type_unit
H A Dgdb-index.cc206 visit_type_unit(off_t tu_offset, off_t tu_length, off_t type_offset,
333 off_t type_offset, uint64_t signature,
338 this->cu_index_ = -1 - this->gdb_index_->add_type_unit(tu_offset, type_offset,
1269 elfcpp::Swap<64, false>::writeval(pov + 8, tu.type_offset);
332 visit_type_unit(off_t tu_offset, off_t, off_t type_offset, uint64_t signature, Dwarf_die* root_die) argument
H A Ddwarf_reader.cc1326 off_t type_offset = 0; local
1336 // Read type_offset (4 or 8 bytes).
1338 type_offset =
1341 type_offset =
1359 cu_end - cu_start, type_offset, signature,
H A Ddwarf_reader.h807 visit_type_unit(off_t tu_offset, off_t tu_length, off_t type_offset,
H A Ddwp.cc739 visit_type_unit(off_t tu_offset, off_t tu_length, off_t type_offset,
/haiku-buildtools/gcc/gcc/
H A Dipa-polymorphic-call.c1201 HOST_WIDE_INT *type_offset)
1318 *type_offset = tree_to_shwi (BINFO_OFFSET (binfo)) * BITS_PER_UNIT;
1200 extr_type_from_vtbl_ptr_store(gimple stmt, struct type_change_info *tci, HOST_WIDE_INT *type_offset) argument
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c2357 dwarf_vma type_offset = 0; local
2410 SAFE_BYTE_GET_AND_INC (type_offset, hdrptr, offset_size, end);
2453 dwarf_vmatoa ("x", type_offset));
6892 uint64_t type_offset = byte_get_little_endian (tu_list + i * 8 + 8, 8); local
6897 (unsigned long) type_offset);

Completed in 154 milliseconds