Searched refs:offset_size (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/cdb/
H A Dcdbr.c85 uint8_t offset_size; local
121 cdbr->offset_size = 1;
123 cdbr->offset_size = 2;
125 cdbr->offset_size = 4;
145 if (cdbr->entries_index * cdbr->index_size % cdbr->offset_size)
146 cdbr->offset_base += cdbr->offset_size -
147 cdbr->entries_index * cdbr->index_size % cdbr->offset_size;
148 cdbr->data_base = cdbr->offset_base + (cdbr->entries + 1) * cdbr->offset_size;
204 start = get_uintX(cdbr->offset_base, idx, cdbr->offset_size);
205 end = get_uintX(cdbr->offset_base, idx + 1, cdbr->offset_size);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddwarf.h80 unsigned int offset_size; member in struct:__anon3046
H A Ddwarf.c606 unsigned int offset_size,
941 (long) byte_get (data, offset_size));
942 data += offset_size;
1012 (long) byte_get (data, offset_size),
1013 read_leb128 (data + offset_size, &bytes_read, 1));
1014 data += offset_size + bytes_read;
1077 unsigned long offset_size,
1101 uvalue = byte_get (data, offset_size);
1102 data += offset_size;
1117 uvalue = byte_get (data, offset_size);
604 decode_location_expression(unsigned char * data, unsigned int pointer_size, unsigned int offset_size, int dwarf_version, unsigned long length, unsigned long cu_offset, struct dwarf_section * section) argument
1072 read_and_display_attr_value(unsigned long attribute, unsigned long form, unsigned char * data, unsigned long cu_offset, unsigned long pointer_size, unsigned long offset_size, int dwarf_version, debug_info * debug_info_p, int do_loc, struct dwarf_section * section) argument
1786 read_and_display_attr(unsigned long attribute, unsigned long form, unsigned char * data, unsigned long cu_offset, unsigned long pointer_size, unsigned long offset_size, int dwarf_version, debug_info * debug_info_p, int do_loc, struct dwarf_section * section) argument
1904 int offset_size; local
2198 int offset_size; local
2548 int offset_size; local
3050 int offset_size, initial_length_size; local
3340 unsigned int offset_size; local
3568 int offset_size; local
4088 int offset_size; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c251 unsigned char offset_size; member in struct:comp_unit
600 if (unit->offset_size == 4)
605 *bytes_read_ptr = unit->offset_size;
807 if (unit->offset_size == 4)
811 info_ptr += unit->offset_size;
820 if (unit->offset_size == 4)
824 info_ptr += unit->offset_size;
1392 unsigned int i, bytes_read, offset_size; local
1424 offset_size = 4;
1429 offset_size
2311 parse_comp_unit(struct dwarf2_debug *stash, bfd_vma unit_length, bfd_byte *info_ptr_unit, unsigned int offset_size) argument
3345 unsigned int offset_size = addr_size; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Ddwarf2.c251 unsigned char offset_size; member in struct:comp_unit
600 if (unit->offset_size == 4)
605 *bytes_read_ptr = unit->offset_size;
807 if (unit->offset_size == 4)
811 info_ptr += unit->offset_size;
820 if (unit->offset_size == 4)
824 info_ptr += unit->offset_size;
1392 unsigned int i, bytes_read, offset_size; local
1424 offset_size = 4;
1429 offset_size
2310 parse_comp_unit(struct dwarf2_debug *stash, bfd_vma unit_length, bfd_byte *info_ptr_unit, unsigned int offset_size) argument
3344 unsigned int offset_size = addr_size; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Ddwarf_reader.h171 int offset_size; member in struct:gold::Sized_dwarf_line_info::Dwarf_line_infoHeader
H A Ddwarf_reader.cc152 header_.offset_size = 8;
157 header_.offset_size = 4;
166 if (header_.offset_size == 4)
170 lineptr += header_.offset_size;
470 if (header_.offset_size == 8)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2loc.c2321 int offset_size,
2541 ul = extract_unsigned_integer (data, offset_size,
2543 data += offset_size;
2544 fprintf_filtered (stream, " offset %s", phex_nz (ul, offset_size));
2565 ul = extract_unsigned_integer (data, offset_size,
2567 data += offset_size;
2572 phex_nz (ul, offset_size),
2592 int offset_size)
2622 addr_size, offset_size, data, end,
2683 int offset_size
2317 disassemble_dwarf_expression(struct ui_file *stream, struct gdbarch *arch, unsigned int addr_size, int offset_size, const gdb_byte *data, const gdb_byte *end, int all) argument
2586 locexpr_describe_location_1(struct symbol *symbol, CORE_ADDR addr, struct ui_file *stream, const gdb_byte *data, int size, struct objfile *objfile, unsigned int addr_size, int offset_size) argument
2681 int offset_size = dwarf2_per_cu_offset_size (dlbaton->per_cu); local
2773 int offset_size = dwarf2_per_cu_offset_size (dlbaton->per_cu); local
[all...]
H A Ddwarf2read.c276 unsigned int offset_size; member in struct:comp_unit_head
2212 info_ptr += 8 /*signature*/ + cu.header.offset_size;
2824 cu_header->offset_size = (bytes_read == 4) ? 4 : 8;
2894 types_ptr += cu_header->offset_size;
3038 unsigned int offset_size;
3063 offset_size = initial_length_size == 4 ? 4 : 8;
3067 ptr += offset_size; /* abbrev offset */
3071 type_offset = read_offset_1 (objfile->obfd, ptr, offset_size);
3240 info_ptr += 8 /*signature*/ + cu.header.offset_size;
4208 info_ptr += cu->header.offset_size;
3036 unsigned int offset_size; local
9947 read_checked_initial_length_and_offset(bfd *abfd, gdb_byte *buf, const struct comp_unit_head *cu_header, unsigned int *bytes_read, unsigned int *offset_size) argument
9982 read_offset_1(bfd *abfd, gdb_byte *buf, unsigned int offset_size) argument
10365 unsigned int bytes_read, offset_size; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Ddw2gencfi.c1406 int offset_size;
1417 offset_size = 4;
1422 offset_size = 8;
1424 emit_expr (&exp, offset_size); /* Length. */
1433 emit_expr (&exp, offset_size); /* CIE offset. */
1437 TC_DWARF2_EMIT_OFFSET (cie->start_address, offset_size);
1403 int offset_size; local

Completed in 229 milliseconds