Home
last modified time | relevance | path

Searched refs:offset_size (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/elftoolchain/libdwarf/
H A Ddwarf_loclist.c240 Dwarf_Half offset_size; in dwarf_loclist_from_expr_a() local
253 offset_size = dbg->dbg_cu_current->cu_length_size == 4 ? 4 : 8; in dwarf_loclist_from_expr_a()
256 offset_size = dbg->dbg_tu_current->cu_length_size == 4 ? 4 : 8; in dwarf_loclist_from_expr_a()
260 offset_size = 4; in dwarf_loclist_from_expr_a()
265 offset_size, version, llbuf, listlen, error)); in dwarf_loclist_from_expr_a()
270 Dwarf_Unsigned bytes_len, Dwarf_Half addr_size, Dwarf_Half offset_size, in dwarf_loclist_from_expr_b() argument
288 if (offset_size != 4 && offset_size != 8) { in dwarf_loclist_from_expr_b()
294 offset_size, version, error); in dwarf_loclist_from_expr_b()
H A Dlibdwarf_loc.c42 uint8_t offset_size, uint8_t version, uint8_t *p, int len) in _dwarf_loc_fill_loc() argument
309 operand1 = dbg->decode(&p, offset_size); in _dwarf_loc_fill_loc()
335 operand1 = dbg->decode(&p, offset_size); in _dwarf_loc_fill_loc()
620 uint64_t in_len, uint8_t pointer_size, uint8_t offset_size, in _dwarf_loc_fill_locdesc() argument
630 if ((num = _dwarf_loc_fill_loc(dbg, NULL, pointer_size, offset_size, in _dwarf_loc_fill_locdesc()
645 (void) _dwarf_loc_fill_loc(dbg, llbuf, pointer_size, offset_size, in _dwarf_loc_fill_locdesc()
653 uint64_t in_len, uint8_t pointer_size, uint8_t offset_size, in _dwarf_loc_fill_locexpr() argument
668 offset_size, version, error); in _dwarf_loc_fill_locexpr()
H A Ddwarf_form.c403 Dwarf_Half offset_size, Dwarf_Half form) in dwarf_get_form_class() argument
439 if (form == DW_FORM_data4 && offset_size != 4) in dwarf_get_form_class()
441 if (form == DW_FORM_data8 && offset_size != 8) in dwarf_get_form_class()
/freebsd-12.1/contrib/binutils/binutils/
H A Ddwarf.c1614 offset_size = 8; in process_debug_info()
1619 offset_size = 4; in process_debug_info()
1845 offset_size = 8; in display_debug_lines()
1850 offset_size = 4; in display_debug_lines()
2110 offset_size = 8; in display_debug_pubnames()
2115 offset_size = 4; in display_debug_pubnames()
2579 offset_size = 8; in display_debug_aranges()
2584 offset_size = 4; in display_debug_aranges()
3000 offset_size = 8; in display_debug_frames()
3005 offset_size = 4; in display_debug_frames()
[all …]
H A DChangeLog-0203802 Add new arguments ``offset_size'' and ``dwarf_version''. Adjust
/freebsd-12.1/contrib/binutils/bfd/
H A Ddwarf2.c1031 offset_size = 4; in decode_line_info()
1036 offset_size = 8; in decode_line_info()
1043 offset_size = 8; in decode_line_info()
1048 if (offset_size == 4) in decode_line_info()
1918 BFD_ASSERT (offset_size == 4 || offset_size == 8); in parse_comp_unit()
1919 if (offset_size == 4) in parse_comp_unit()
1978 unit->offset_size = offset_size; in parse_comp_unit()
2511 offset_size = 8; in find_line()
2520 offset_size = 8; in find_line()
2535 offset_size = 4; in find_line()
[all …]
H A DChangeLog-0001920 (struct comp_unit): Add stash and offset_size.
926 (parse_comp_unit): Set offset_size and stash.
/freebsd-12.1/contrib/gdb/gdb/
H A Ddwarf2read.c185 unsigned int offset_size; /* size of file offsets; either 4 or 8 */ member
4855 cu_header->offset_size = 8; in read_initial_length()
4867 cu_header->offset_size = 8; in read_initial_length()
4876 cu_header->offset_size = 4; in read_initial_length()
4892 switch (cu_header->offset_size) in read_offset()
/freebsd-12.1/sys/dev/bwn/
H A Dif_bwnvar.h833 uint16_t offset_size; member
H A Dif_bwn.c4514 if (array_size < sizeof(iv->offset_size)) in bwn_fwinitvals_write()
4516 array_size -= sizeof(iv->offset_size); in bwn_fwinitvals_write()
4517 offset = be16toh(iv->offset_size); in bwn_fwinitvals_write()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h2319 u8 offset_size; member