Home
last modified time | relevance | path

Searched refs:cu_header (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/netinet/libalias/
HDalias_cuseeme.c147 struct cu_header { struct
180 if (ntohs(ud->uh_ulen) - sizeof(struct udphdr) >= sizeof(struct cu_header)) { in AliasHandleCUSeeMeOut() argument
181 struct cu_header *cu; in AliasHandleCUSeeMeOut()
203 struct cu_header *cu; in AliasHandleCUSeeMeIn()
/NextBSD/contrib/gdb/gdb/
HDdwarf2read.c1098 struct comp_unit_head cu_header;
1101 entry_length = read_initial_length (abfd, pubnames_ptr, &cu_header,
1122 read_comp_unit_head (struct comp_unit_head *cu_header, in read_comp_unit_head() argument
1127 cu_header->length = read_initial_length (abfd, info_ptr, cu_header, in read_comp_unit_head()
1130 cu_header->version = read_2_bytes (abfd, info_ptr); in read_comp_unit_head()
1132 cu_header->abbrev_offset = read_offset (abfd, info_ptr, cu_header, in read_comp_unit_head()
1135 cu_header->addr_size = read_1_byte (abfd, info_ptr); in read_comp_unit_head()
1141 cu_header->signed_addr_p = signed_addr; in read_comp_unit_head()
2038 struct comp_unit_head *cu_header = &cu->header; in read_file_scope() local
2348 struct comp_unit_head *cu_header = &cu->header; in dwarf2_get_pc_bounds() local
[all …]