Searched refs:_dwarf_write_sleb128 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_loc.c | 579 len = _dwarf_write_sleb128(p, pe, operand1); in _dwarf_loc_expr_add_atom() 593 len = _dwarf_write_sleb128(p, pe, operand2); in _dwarf_loc_expr_add_atom()
|
H A D | libdwarf_rw.c | 299 _dwarf_write_sleb128(uint8_t *data, uint8_t *end, int64_t val) in _dwarf_write_sleb128() function 329 while ((len = _dwarf_write_sleb128(*block + *offsetp, *block + *size, in _dwarf_write_sleb128_alloc()
|
H A D | _libdwarf.h | 660 int _dwarf_write_sleb128(uint8_t *, uint8_t *, int64_t);
|