| /src/external/gpl3/gdb/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.old/dist/gdb/dwarf2/ |
| comp-unit-head.c | 129 LONGEST type_offset; local 130 type_offset = cu_header->read_offset (abfd, info_ptr, &bytes_read); 132 cu_header->type_cu_offset_in_tu = (cu_offset) type_offset; 133 if (to_underlying (cu_header->type_cu_offset_in_tu) != type_offset) 134 error (_("Dwarf Error: Too big type_offset in compilation unit " 135 "header (is %s) [in module %s]"), plongest (type_offset),
|
| /src/crypto/external/cpl/trousers/dist/src/include/ |
| rpc_tcstp.h | 27 UINT32 type_offset; member in struct:tcsd_packet_hdr
|
| /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);
|