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

/freebsd-current/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-current/tests/sys/geom/class/union/
H A Dunion_test.sh168 offset_size="$((secsize * p1_start_sector))"
170 gunion create -o "$offset_size" "$upperdev" "$lowerdev"
/freebsd-current/sys/dev/bwn/
H A Dif_bwnvar.h830 uint16_t offset_size; member in struct:bwn_fwinitvals
H A Dif_bwn.c4515 if (array_size < sizeof(iv->offset_size))
4517 array_size -= sizeof(iv->offset_size);
4518 offset = be16toh(iv->offset_size);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h2374 u8 offset_size; member in struct:__sanitizer::__sanitizer_cdbr

Completed in 201 milliseconds