| /src/crypto/external/cpl/trousers/dist/src/include/ |
| rpc_tcstp.h | 27 UINT32 type_offset; member in struct:tcsd_packet_hdr
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| comp-unit-head.c | 133 LONGEST type_offset; local 134 type_offset = cu_header->read_offset (abfd, info_ptr, &bytes_read); 136 cu_header->type_cu_offset_in_tu = (cu_offset) type_offset; 137 if (to_underlying (cu_header->type_cu_offset_in_tu) != type_offset) 139 "Too big type_offset in compilation unit " 141 plongest (type_offset), filename);
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| unit-head.c | 131 LONGEST type_offset; local 132 type_offset = header->read_offset (abfd, info_ptr, &bytes_read); 134 header->type_offset_in_tu = (cu_offset) type_offset; 135 if (to_underlying (header->type_offset_in_tu) != type_offset) 137 "Too big type_offset in unit " 139 plongest (type_offset), filename);
|
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| dwarf_cu.c | 40 Dwarf_Sig8 *type_signature, Dwarf_Unsigned *type_offset, 110 if (type_offset) 111 *type_offset = cu->cu_type_offset; 125 Dwarf_Sig8 *type_signature, Dwarf_Unsigned *type_offset, 130 cu_extension_size, type_signature, type_offset, cu_next_offset,
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| rpc.c | 104 comm->hdr.type_offset = sizeof(struct tcsd_packet_hdr); 105 comm->hdr.parm_offset = comm->hdr.type_offset + 217 type = (TCSD_PACKET_TYPE *)(comm->buf + comm->hdr.type_offset) + index; 238 if ((comm->hdr.type_offset + index) > comm->buf_size) 241 type = (comm->buf + comm->hdr.type_offset) + index; 613 LoadBlob_UINT32(&offset, data->comm.hdr.type_offset, data->comm.buf);
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| rpc.c | 43 comm->hdr.type_offset = sizeof(struct tcsd_packet_hdr); 44 comm->hdr.parm_offset = comm->hdr.type_offset + (sizeof(TCSD_PACKET_TYPE) * parm_count); 146 type = (TCSD_PACKET_TYPE *)(comm->buf + comm->hdr.type_offset) + index; 166 TCSD_PACKET_TYPE *type = (TCSD_PACKET_TYPE *)(comm->buf + comm->hdr.type_offset) + index; 261 Trspi_LoadBlob_UINT32(&offset, hte->comm.hdr.type_offset, hte->comm.buf); 291 Trspi_UnloadBlob_UINT32(&offset, &hte->comm.hdr.type_offset, hte->comm.buf);
|
| /src/crypto/external/cpl/trousers/dist/src/tcsd/ |
| tcsd_threads.c | 293 UnloadBlob_UINT32(&offset, &data->comm.hdr.type_offset, data->comm.buf);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-polymorphic-call.cc | 1209 HOST_WIDE_INT *type_offset) 1333 *type_offset = tree_to_shwi (BINFO_OFFSET (binfo)) * BITS_PER_UNIT;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-polymorphic-call.cc | 1210 HOST_WIDE_INT *type_offset) 1334 *type_offset = tree_to_shwi (BINFO_OFFSET (binfo)) * BITS_PER_UNIT;
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.c | 4027 uint64_t type_offset = 0; local 4098 SAFE_BYTE_GET_AND_INC (type_offset, hdrptr, offset_size, end_cu); 4145 printf (_(" Type Offset: %#" PRIx64 "\n"), type_offset); 11236 uint64_t type_offset = byte_get_little_endian (tu_list + i * 24 + 8, 8); local 11240 i, tu_offset, type_offset);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.c | 3954 uint64_t type_offset = 0; local 4028 SAFE_BYTE_GET_AND_INC (type_offset, hdrptr, offset_size, end_cu); 4074 printf (_(" Type Offset: %#" PRIx64 "\n"), type_offset); 11146 uint64_t type_offset = byte_get_little_endian (tu_list + i * 24 + 8, 8); local 11150 i, tu_offset, type_offset);
|