Home
last modified time | relevance | path

Searched refs:type_offset (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dgdb-index.h78 add_type_unit(off_t tu_offset, off_t type_offset, uint64_t signature) in add_type_unit() argument
80 this->type_units_.push_back(Type_unit(tu_offset, type_offset, signature)); in add_type_unit()
181 : tu_offset(off), type_offset(toff), type_signature(sig) in Type_unit()
184 uint64_t type_offset; member
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, in visit_type_unit() argument
338 this->cu_index_ = -1 - this->gdb_index_->add_type_unit(tu_offset, type_offset, in visit_type_unit()
1269 elfcpp::Swap<64, false>::writeval(pov + 8, tu.type_offset); in do_write()
Ddwarf_reader.cc1565 off_t type_offset = 0; in do_parse() local
1577 type_offset = in do_parse()
1580 type_offset = in do_parse()
1598 cu_end - cu_start, type_offset, signature, in do_parse()
Ddwarf_reader.h842 visit_type_unit(off_t tu_offset, off_t tu_length, off_t type_offset,
Ddwp.cc739 visit_type_unit(off_t tu_offset, off_t tu_length, off_t type_offset,
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
Drpc.c43 comm->hdr.type_offset = sizeof(struct tcsd_packet_hdr); in initData()
44 comm->hdr.parm_offset = comm->hdr.type_offset + (sizeof(TCSD_PACKET_TYPE) * parm_count); in initData()
146 type = (TCSD_PACKET_TYPE *)(comm->buf + comm->hdr.type_offset) + index; in setData()
166 TCSD_PACKET_TYPE *type = (TCSD_PACKET_TYPE *)(comm->buf + comm->hdr.type_offset) + index; in getData()
261 Trspi_LoadBlob_UINT32(&offset, hte->comm.hdr.type_offset, hte->comm.buf); in sendTCSDPacket()
291 Trspi_UnloadBlob_UINT32(&offset, &hte->comm.hdr.type_offset, hte->comm.buf); in sendTCSDPacket()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
Drpc.c104 comm->hdr.type_offset = sizeof(struct tcsd_packet_hdr); in initData()
105 comm->hdr.parm_offset = comm->hdr.type_offset + in initData()
217 type = (TCSD_PACKET_TYPE *)(comm->buf + comm->hdr.type_offset) + index; in setData()
238 if ((comm->hdr.type_offset + index) > comm->buf_size) in getData()
241 type = (comm->buf + comm->hdr.type_offset) + index; in getData()
613 LoadBlob_UINT32(&offset, data->comm.hdr.type_offset, data->comm.buf); in dispatchCommand()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Drpc_tcstp.h27 UINT32 type_offset; member
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcsd/
Dtcsd_threads.c293 UnloadBlob_UINT32(&offset, &data->comm.hdr.type_offset, data->comm.buf); in tcsd_thread_run()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-polymorphic-call.cc1210 HOST_WIDE_INT *type_offset) in extr_type_from_vtbl_ptr_store() argument
1334 *type_offset = tree_to_shwi (BINFO_OFFSET (binfo)) * BITS_PER_UNIT; in extr_type_from_vtbl_ptr_store()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c3928 uint64_t type_offset = 0; in process_debug_info() local
4002 SAFE_BYTE_GET_AND_INC (type_offset, hdrptr, offset_size, end_cu); in process_debug_info()
4048 printf (_(" Type Offset: %#" PRIx64 "\n"), type_offset); in process_debug_info()
10738 uint64_t type_offset = byte_get_little_endian (tu_list + i * 24 + 8, 8); in display_gdb_index() local
10742 i, tu_offset, type_offset); in display_gdb_index()
DChangeLog-2011726 length and type_offset.
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20128059 (signatured_type): Rename member type_offset to type_offset_in_tu,
8145 (read_and_check_type_unit_head): Rename arg type_offset to
9303 local type_sig to sig_type, type_offset to type_offset_in_tu.
12981 Delete arg "abfd". New arg "type_offset". All callers updated.
DChangeLog-20112209 type_offset field.