Home
last modified time | relevance | path

Searched defs:offsetp (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_rw.c33 _dwarf_read_lsb(uint8_t *data, uint64_t *offsetp, int bytes_to_read) in _dwarf_read_lsb()
97 _dwarf_read_msb(uint8_t *data, uint64_t *offsetp, int bytes_to_read) in _dwarf_read_msb()
167 _dwarf_write_lsb(uint8_t *data, uint64_t *offsetp, uint64_t value, in _dwarf_write_lsb()
199 _dwarf_write_lsb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_lsb_alloc()
220 _dwarf_write_msb(uint8_t *data, uint64_t *offsetp, uint64_t value, in _dwarf_write_msb()
255 _dwarf_write_msb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_msb_alloc()
276 _dwarf_read_sleb128(uint8_t *data, uint64_t *offsetp) in _dwarf_read_sleb128()
322 _dwarf_write_sleb128_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_sleb128_alloc()
345 _dwarf_read_uleb128(uint8_t *data, uint64_t *offsetp) in _dwarf_read_uleb128()
385 _dwarf_write_uleb128_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_uleb128_alloc()
[all …]
H A Dlibdwarf_attr.c98 _dwarf_attr_init(Dwarf_Debug dbg, Dwarf_Section *ds, uint64_t *offsetp, in _dwarf_attr_init()
H A Dlibdwarf_frame.c53 uint8_t *data, uint64_t *offsetp, uint8_t encode, Dwarf_Addr pc, in _dwarf_frame_read_lsb_encoded()
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dbacktrace.c256 unsigned long *offsetp) in isc_backtrace_getsymbol()
/freebsd/crypto/openssh/
H A Dsshbuf-misc.c254 const void *s, size_t len, size_t *offsetp) in sshbuf_find()
/freebsd/sys/dev/sfxge/common/
H A Defx_nic.c410 __out uint32_t *offsetp, in efx_nic_get_bar_region()
H A Def10_nic.c908 __out uint32_t *offsetp, in ef10_nic_pio_alloc()
2370 __out uint32_t *offsetp, in ef10_nic_get_bar_region()
H A Defx_bootcfg.c83 __out size_t *offsetp, in efx_bootcfg_sector_info()
H A Defx_vpd.c353 __inout unsigned int *offsetp, in efx_vpd_next_tag()
/freebsd/sys/ddb/
H A Ddb_textdump.c266 textdump_saveoff(off_t *offsetp) in textdump_saveoff()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c129 size_t *incrementp, uint_t *typep, ulong_t *offsetp, const char **namep) in ctf_get_ctm_info()
/freebsd/sys/kern/
H A Dvfs_default.c942 vp_zerofill(struct vnode *vp, struct vattr *vap, off_t *offsetp, off_t *lenp, in vp_zerofill()
/freebsd/contrib/tzcode/
H A Dlocaltime.c982 getoffset(register const char * strp,int_fast32_t * const offsetp) getoffset() argument
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c7634 _read_lsb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_lsb()
7666 _read_msb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_msb()