| /freebsd-13.1/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_rw.c | 38 src = data + *offsetp; in _dwarf_read_lsb() 102 src = data + *offsetp; in _dwarf_read_msb() 172 dst = data + *offsetp; in _dwarf_write_lsb() 225 dst = data + *offsetp; in _dwarf_write_msb() 288 (*offsetp)++; in _dwarf_read_sleb128() 339 *offsetp += len; in _dwarf_write_sleb128_alloc() 357 (*offsetp)++; in _dwarf_read_uleb128() 402 *offsetp += len; in _dwarf_write_uleb128_alloc() 459 (*offsetp)++; in _dwarf_read_string() 463 (*offsetp)++; in _dwarf_read_string() [all …]
|
| H A D | libdwarf_attr.c | 108 atref.at_offset = *offsetp; in _dwarf_attr_init() 116 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, in _dwarf_attr_init() 126 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, 1); in _dwarf_attr_init() 131 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, 2); in _dwarf_attr_init() 136 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, 4); in _dwarf_attr_init() 143 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, 1); in _dwarf_attr_init() 147 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, 2); in _dwarf_attr_init() 158 form = _dwarf_read_uleb128(ds->ds_data, offsetp); in _dwarf_attr_init() 163 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, in _dwarf_attr_init() 166 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, in _dwarf_attr_init() [all …]
|
| H A D | libdwarf_frame.c | 53 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-13.1/crypto/openssh/ |
| H A D | sshbuf-misc.c | 253 const void *s, size_t len, size_t *offsetp) in sshbuf_find() argument 257 if (offsetp != NULL) in sshbuf_find() 258 *offsetp = 0; in sshbuf_find() 268 if (offsetp != NULL) in sshbuf_find() 269 *offsetp = (const u_char *)p - sshbuf_ptr(b); in sshbuf_find()
|
| H A D | sshbuf.h | 287 const void *s, size_t len, size_t *offsetp);
|
| /freebsd-13.1/contrib/ntp/lib/isc/ |
| H A D | backtrace.c | 256 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-13.1/sys/dev/sfxge/common/ |
| H A D | efx_vpd.c | 355 __inout unsigned int *offsetp, in efx_vpd_next_tag() argument 366 if (*offsetp >= size) { in efx_vpd_next_tag() 371 EFX_POPULATE_BYTE_1(byte, EFX_BYTE_0, data[*offsetp]); in efx_vpd_next_tag() 385 if (*offsetp + headlen > size) { in efx_vpd_next_tag() 392 EFX_BYTE_0, data[*offsetp + 1], in efx_vpd_next_tag() 393 EFX_BYTE_1, data[*offsetp + 2]); in efx_vpd_next_tag() 403 if (*offsetp + headlen + length > size) { in efx_vpd_next_tag() 420 *offsetp += headlen; in efx_vpd_next_tag()
|
| H A D | ef10_nic.c | 910 __out uint32_t *offsetp, in ef10_nic_pio_alloc() argument 925 EFSYS_ASSERT(offsetp); in ef10_nic_pio_alloc() 957 *offsetp = blk * (*sizep); in ef10_nic_pio_alloc() 2372 __out uint32_t *offsetp, in ef10_nic_get_bar_region() argument 2389 *offsetp = enp->en_arch.ef10.ena_uc_mem_map_offset; in ef10_nic_get_bar_region() 2395 *offsetp = enp->en_arch.ef10.ena_wc_mem_map_offset; in ef10_nic_get_bar_region()
|
| H A D | efx_nic.c | 412 __out uint32_t *offsetp, in efx_nic_get_bar_region() argument 427 region, offsetp, sizep)) != 0) { in efx_nic_get_bar_region()
|
| H A D | efx_bootcfg.c | 85 __out size_t *offsetp, in efx_bootcfg_sector_info() argument 147 *offsetp = offset; in efx_bootcfg_sector_info()
|
| H A D | ef10_impl.h | 204 __out uint32_t *offsetp, 852 __out uint32_t *offsetp,
|
| H A D | efx.h | 1495 __out uint32_t *offsetp, 1704 __out size_t *offsetp,
|
| /freebsd-13.1/contrib/ntp/lib/isc/include/isc/ |
| H A D | backtrace.h | 110 unsigned long *offsetp);
|
| /freebsd-13.1/sys/ddb/ |
| H A D | db_textdump.c | 268 textdump_saveoff(off_t *offsetp) in textdump_saveoff() argument 271 *offsetp = textdump_offset; in textdump_saveoff()
|
| H A D | ddb.h | 288 void textdump_saveoff(off_t *offsetp);
|
| /freebsd-13.1/contrib/tzcode/stdtime/ |
| H A D | localtime.c | 182 static const char * getoffset(const char * strp, long * offsetp); 793 getoffset(strp, offsetp) in getoffset() argument 795 long * const offsetp; 804 strp = getsecs(strp, offsetp); 808 *offsetp = -*offsetp;
|
| /freebsd-13.1/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_types.c | 129 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 D | ctf_impl.h | 312 size_t *incrementp, uint_t *typep, ulong_t *offsetp, const char **namep);
|
| /freebsd-13.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 403 static uint64_t _read_lsb(Elf_Data *d, uint64_t *offsetp, 405 static uint64_t _read_msb(Elf_Data *d, uint64_t *offsetp, 7622 _read_lsb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_lsb() argument 7627 src = (uint8_t *) d->d_buf + *offsetp; in _read_lsb() 7648 *offsetp += bytes_to_read; in _read_lsb() 7654 _read_msb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_msb() argument 7659 src = (uint8_t *) d->d_buf + *offsetp; in _read_msb() 7682 *offsetp += bytes_to_read; in _read_msb()
|