Home
last modified time | relevance | path

Searched refs:offsetp (Results 1 – 20 of 20) 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() argument
38 src = data + *offsetp; in _dwarf_read_lsb()
59 *offsetp += 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() argument
102 src = data + *offsetp; in _dwarf_read_msb()
125 *offsetp += bytes_to_read; in _dwarf_read_msb()
167 _dwarf_write_lsb(uint8_t *data, uint64_t *offsetp, uint64_t value, in _dwarf_write_lsb() argument
172 dst = data + *offsetp; in _dwarf_write_lsb()
195 *offsetp += bytes_to_write; in _dwarf_write_lsb()
199 _dwarf_write_lsb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_lsb_alloc() argument
[all …]
H A Dlibdwarf_attr.c98 _dwarf_attr_init(Dwarf_Debug dbg, Dwarf_Section *ds, uint64_t *offsetp, in _dwarf_attr_init() argument
108 atref.at_offset = *offsetp; in _dwarf_attr_init()
116 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, in _dwarf_attr_init()
121 atref.u[0].u64 = _dwarf_read_uleb128(ds->ds_data, offsetp); in _dwarf_attr_init()
122 atref.u[1].u8p = _dwarf_read_block(ds->ds_data, offsetp, in _dwarf_attr_init()
126 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, 1); in _dwarf_attr_init()
127 atref.u[1].u8p = _dwarf_read_block(ds->ds_data, offsetp, in _dwarf_attr_init()
131 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, 2); in _dwarf_attr_init()
132 atref.u[1].u8p = _dwarf_read_block(ds->ds_data, offsetp, in _dwarf_attr_init()
136 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, 4); in _dwarf_attr_init()
[all …]
H A Dlibdwarf_frame.c53 uint8_t *data, uint64_t *offsetp, uint8_t encode, Dwarf_Addr pc, in _dwarf_frame_read_lsb_encoded() argument
66 *val = dbg->read(data, offsetp, cie->cie_addrsize); in _dwarf_frame_read_lsb_encoded()
69 *val = _dwarf_read_uleb128(data, offsetp); in _dwarf_frame_read_lsb_encoded()
72 *val = dbg->read(data, offsetp, 2); in _dwarf_frame_read_lsb_encoded()
75 *val = dbg->read(data, offsetp, 4); in _dwarf_frame_read_lsb_encoded()
78 *val = dbg->read(data, offsetp, 8); in _dwarf_frame_read_lsb_encoded()
81 *val = _dwarf_read_sleb128(data, offsetp); in _dwarf_frame_read_lsb_encoded()
84 *val = (int16_t) dbg->read(data, offsetp, 2); in _dwarf_frame_read_lsb_encoded()
87 *val = (int32_t) dbg->read(data, offsetp, 4); in _dwarf_frame_read_lsb_encoded()
90 *val = dbg->read(data, offsetp, 8); in _dwarf_frame_read_lsb_encoded()
/freebsd/crypto/openssh/
H A Dsshbuf-misc.c254 const void *s, size_t len, size_t *offsetp) in sshbuf_find() argument
258 if (offsetp != NULL) in sshbuf_find()
259 *offsetp = 0; in sshbuf_find()
269 if (offsetp != NULL) in sshbuf_find()
270 *offsetp = (const u_char *)p - sshbuf_ptr(b); in sshbuf_find()
H A Dsshbuf.h274 const void *s, size_t len, size_t *offsetp);
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dbacktrace.c256 unsigned long *offsetp) in isc_backtrace_getsymbol() argument
265 if (symbolp == NULL || *symbolp != NULL || offsetp == NULL) in isc_backtrace_getsymbol()
281 *offsetp = (u_long)((const char *)addr - (char *)found->addr); in isc_backtrace_getsymbol()
/freebsd/sys/dev/sfxge/common/
H A Defx_vpd.c353 __inout unsigned int *offsetp, in efx_vpd_next_tag() argument
364 if (*offsetp >= size) { in efx_vpd_next_tag()
369 EFX_POPULATE_BYTE_1(byte, EFX_BYTE_0, data[*offsetp]); in efx_vpd_next_tag()
383 if (*offsetp + headlen > size) { in efx_vpd_next_tag()
390 EFX_BYTE_0, data[*offsetp + 1], in efx_vpd_next_tag()
391 EFX_BYTE_1, data[*offsetp + 2]); in efx_vpd_next_tag()
401 if (*offsetp + headlen + length > size) { in efx_vpd_next_tag()
418 *offsetp += headlen; in efx_vpd_next_tag()
H A Def10_nic.c908 __out uint32_t *offsetp, in ef10_nic_pio_alloc() argument
923 EFSYS_ASSERT(offsetp); in ef10_nic_pio_alloc()
955 *offsetp = blk * (*sizep); in ef10_nic_pio_alloc()
2370 __out uint32_t *offsetp, in ef10_nic_get_bar_region() argument
2387 *offsetp = enp->en_arch.ef10.ena_uc_mem_map_offset; in ef10_nic_get_bar_region()
2393 *offsetp = enp->en_arch.ef10.ena_wc_mem_map_offset; in ef10_nic_get_bar_region()
H A Defx_bootcfg.c83 __out size_t *offsetp, in efx_bootcfg_sector_info() argument
145 *offsetp = offset; in efx_bootcfg_sector_info()
H A Defx_nic.c410 __out uint32_t *offsetp, in efx_nic_get_bar_region() argument
425 region, offsetp, sizep)) != 0) { in efx_nic_get_bar_region()
H A Def10_impl.h202 __out uint32_t *offsetp,
850 __out uint32_t *offsetp,
H A Defx.h1493 __out uint32_t *offsetp,
1702 __out size_t *offsetp,
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dbacktrace.h110 unsigned long *offsetp);
/freebsd/sys/ddb/
H A Ddb_textdump.c266 textdump_saveoff(off_t *offsetp) in textdump_saveoff() argument
269 *offsetp = textdump_offset; in textdump_saveoff()
H A Dddb.h337 void textdump_saveoff(off_t *offsetp);
/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() argument
173 if (offsetp != NULL) in ctf_get_ctm_info()
174 *offsetp = offset; in ctf_get_ctm_info()
H A Dctf_impl.h312 size_t *incrementp, uint_t *typep, ulong_t *offsetp, const char **namep);
/freebsd/sys/kern/
H A Dvfs_default.c940 vp_zerofill(struct vnode *vp, struct vattr *vap, off_t *offsetp, off_t *lenp, in vp_zerofill() argument
952 offset = *offsetp; in vp_zerofill()
988 *offsetp = offset; in vp_zerofill()
/freebsd/contrib/tzcode/
H A Dlocaltime.c926 getoffset(register const char *strp, int_fast32_t *const offsetp) in getnum()
935 strp = getsecs(strp, offsetp);
939 *offsetp = -*offsetp;
982 getoffset(register const char * strp,int_fast32_t * const offsetp) getoffset() argument
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c403 static uint64_t _read_lsb(Elf_Data *d, uint64_t *offsetp,
405 static uint64_t _read_msb(Elf_Data *d, uint64_t *offsetp,
7634 _read_lsb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_lsb() argument
7639 src = (uint8_t *) d->d_buf + *offsetp; in _read_lsb()
7660 *offsetp += bytes_to_read; in _read_lsb()
7666 _read_msb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_msb() argument
7671 src = (uint8_t *) d->d_buf + *offsetp; in _read_msb()
7694 *offsetp += bytes_to_read; in _read_msb()