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

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_loclist.c240 Dwarf_Half offset_size; local
253 offset_size = dbg->dbg_cu_current->cu_length_size == 4 ? 4 : 8;
256 offset_size = dbg->dbg_tu_current->cu_length_size == 4 ? 4 : 8;
260 offset_size = 4;
265 offset_size, version, llbuf, listlen, error));
270 Dwarf_Unsigned bytes_len, Dwarf_Half addr_size, Dwarf_Half offset_size,
288 if (offset_size != 4 && offset_size != 8) {
294 offset_size, version, error);
269 dwarf_loclist_from_expr_b(Dwarf_Debug dbg, Dwarf_Ptr bytes_in, Dwarf_Unsigned bytes_len, Dwarf_Half addr_size, Dwarf_Half offset_size, Dwarf_Small version, Dwarf_Locdesc **llbuf, Dwarf_Signed *listlen, Dwarf_Error *error) argument
H A Dlibdwarf_loc.c42 uint8_t offset_size, uint8_t version, uint8_t *p, int len)
309 operand1 = dbg->decode(&p, offset_size);
335 operand1 = dbg->decode(&p, offset_size);
620 uint64_t in_len, uint8_t pointer_size, uint8_t offset_size,
630 if ((num = _dwarf_loc_fill_loc(dbg, NULL, pointer_size, offset_size,
645 (void) _dwarf_loc_fill_loc(dbg, llbuf, pointer_size, offset_size,
653 uint64_t in_len, uint8_t pointer_size, uint8_t offset_size,
668 offset_size, version, error);
41 _dwarf_loc_fill_loc(Dwarf_Debug dbg, Dwarf_Locdesc *lbuf, uint8_t pointer_size, uint8_t offset_size, uint8_t version, uint8_t *p, int len) argument
619 _dwarf_loc_fill_locdesc(Dwarf_Debug dbg, Dwarf_Locdesc *llbuf, uint8_t *in, uint64_t in_len, uint8_t pointer_size, uint8_t offset_size, uint8_t version, Dwarf_Error *error) argument
652 _dwarf_loc_fill_locexpr(Dwarf_Debug dbg, Dwarf_Locdesc **ret_llbuf, uint8_t *in, uint64_t in_len, uint8_t pointer_size, uint8_t offset_size, uint8_t version, Dwarf_Error *error) argument
H A Ddwarf_form.c403 Dwarf_Half offset_size, Dwarf_Half form)
439 if (form == DW_FORM_data4 && offset_size != 4)
441 if (form == DW_FORM_data8 && offset_size != 8)
402 dwarf_get_form_class(Dwarf_Half dwversion, Dwarf_Half attr, Dwarf_Half offset_size, Dwarf_Half form) argument
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c932 unsigned long offset_size,
954 uvalue = byte_get (data, offset_size);
955 data += offset_size;
969 uvalue = byte_get (data, offset_size);
970 data += offset_size;
1013 offset_size, dwarf_version,
1508 unsigned long offset_size,
1516 pointer_size, offset_size,
1602 int offset_size; local
1614 offset_size
927 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) argument
1503 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) argument
1831 int offset_size; local
2100 int offset_size, initial_length_size; local
2567 int offset_size; local
2983 int offset_size; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf2.c209 unsigned char offset_size; member in struct:comp_unit
313 if (unit->offset_size == 4)
317 *bytes_read_ptr = unit->offset_size;
567 /* FIXME: DWARF3 draft says DW_FORM_ref_addr is offset_size. */
976 unsigned int i, bytes_read, offset_size; local
1031 offset_size = 4;
1036 offset_size = 8;
1043 offset_size = 8;
1048 if (offset_size == 4)
1052 line_ptr += offset_size;
1896 parse_comp_unit(struct dwarf2_debug *stash, bfd_vma unit_length, bfd_byte *info_ptr_unit, unsigned int offset_size) argument
2503 unsigned int offset_size = addr_size; local
[all...]
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwnvar.h831 uint16_t offset_size; member in struct:bwn_fwinitvals
H A Dif_bwn.c4304 if (array_size < sizeof(iv->offset_size))
4306 array_size -= sizeof(iv->offset_size);
4307 offset = be16toh(iv->offset_size);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c185 unsigned int offset_size; /* size of file offsets; either 4 or 8 */ member in struct:comp_unit_head
4820 and offset_size in cu_header to the values appropriate for the
4855 cu_header->offset_size = 8;
4867 cu_header->offset_size = 8;
4876 cu_header->offset_size = 4;
4884 given by cu_header->offset_size. */
4892 switch (cu_header->offset_size)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h2383 u8 offset_size; member in struct:__sanitizer::__sanitizer_cdbr

Completed in 158 milliseconds