Searched refs:offsetp (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_rw.c33 _dwarf_read_lsb(uint8_t *data, uint64_t *offsetp, int bytes_to_read) argument
38 src = data + *offsetp;
59 *offsetp += bytes_to_read;
97 _dwarf_read_msb(uint8_t *data, uint64_t *offsetp, int bytes_to_read) argument
102 src = data + *offsetp;
125 *offsetp += bytes_to_read;
167 _dwarf_write_lsb(uint8_t *data, uint64_t *offsetp, uint64_t value, argument
172 dst = data + *offsetp;
195 *offsetp += bytes_to_write;
199 _dwarf_write_lsb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, argument
220 _dwarf_write_msb(uint8_t *data, uint64_t *offsetp, uint64_t value, int bytes_to_write) argument
255 _dwarf_write_msb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, uint64_t value, int bytes_to_write, Dwarf_Error *error) argument
276 _dwarf_read_sleb128(uint8_t *data, uint64_t *offsetp) argument
322 _dwarf_write_sleb128_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, int64_t val, Dwarf_Error *error) argument
345 _dwarf_read_uleb128(uint8_t *data, uint64_t *offsetp) argument
385 _dwarf_write_uleb128_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, uint64_t val, Dwarf_Error *error) argument
451 _dwarf_read_string(void *data, Dwarf_Unsigned size, uint64_t *offsetp) argument
469 _dwarf_write_string(void *data, uint64_t *offsetp, char *string) argument
479 _dwarf_write_string_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, char *string, Dwarf_Error *error) argument
502 _dwarf_read_block(void *data, uint64_t *offsetp, uint64_t length) argument
514 _dwarf_write_block(void *data, uint64_t *offsetp, uint8_t *blk, uint64_t length) argument
525 _dwarf_write_block_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, uint8_t *blk, uint64_t length, Dwarf_Error *error) argument
546 _dwarf_write_padding(void *data, uint64_t *offsetp, uint8_t byte, uint64_t length) argument
557 _dwarf_write_padding_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, uint8_t byte, uint64_t cnt, Dwarf_Error *error) argument
[all...]
H A Dlibdwarf_attr.c98 _dwarf_attr_init(Dwarf_Debug dbg, Dwarf_Section *ds, uint64_t *offsetp, argument
108 atref.at_offset = *offsetp;
116 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp,
121 atref.u[0].u64 = _dwarf_read_uleb128(ds->ds_data, offsetp);
122 atref.u[1].u8p = _dwarf_read_block(ds->ds_data, offsetp,
126 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, 1);
127 atref.u[1].u8p = _dwarf_read_block(ds->ds_data, offsetp,
131 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, 2);
132 atref.u[1].u8p = _dwarf_read_block(ds->ds_data, offsetp,
136 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp,
[all...]
H A Dlibdwarf_frame.c53 uint8_t *data, uint64_t *offsetp, uint8_t encode, Dwarf_Addr pc,
66 *val = dbg->read(data, offsetp, cie->cie_addrsize);
69 *val = _dwarf_read_uleb128(data, offsetp);
72 *val = dbg->read(data, offsetp, 2);
75 *val = dbg->read(data, offsetp, 4);
78 *val = dbg->read(data, offsetp, 8);
81 *val = _dwarf_read_sleb128(data, offsetp);
84 *val = (int16_t) dbg->read(data, offsetp, 2);
87 *val = (int32_t) dbg->read(data, offsetp, 4);
90 *val = dbg->read(data, offsetp,
52 _dwarf_frame_read_lsb_encoded(Dwarf_Debug dbg, Dwarf_Cie cie, uint64_t *val, uint8_t *data, uint64_t *offsetp, uint8_t encode, Dwarf_Addr pc, Dwarf_Error *error) argument
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Dbacktrace.h110 unsigned long *offsetp);
114 * to which the address 'addr' belong, and '*offsetp' will store the offset
121 *\li 'offsetp' must be non NULL.
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dbacktrace.c256 unsigned long *offsetp)
265 if (symbolp == NULL || *symbolp != NULL || offsetp == NULL)
281 *offsetp = (u_long)((const char *)addr - (char *)found->addr);
255 isc_backtrace_getsymbol(const void *addr, const char **symbolp, unsigned long *offsetp) argument
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_vpd.c355 __inout unsigned int *offsetp,
366 if (*offsetp >= size) {
371 EFX_POPULATE_BYTE_1(byte, EFX_BYTE_0, data[*offsetp]);
385 if (*offsetp + headlen > size) {
392 EFX_BYTE_0, data[*offsetp + 1],
393 EFX_BYTE_1, data[*offsetp + 2]);
403 if (*offsetp + headlen + length > size) {
420 *offsetp += headlen;
352 efx_vpd_next_tag( __in caddr_t data, __in size_t size, __inout unsigned int *offsetp, __out efx_vpd_tag_t *tagp, __out uint16_t *lengthp) argument
H A Def10_nic.c910 __out uint32_t *offsetp,
925 EFSYS_ASSERT(offsetp);
957 *offsetp = blk * (*sizep);
2372 __out uint32_t *offsetp,
2389 *offsetp = enp->en_arch.ef10.ena_uc_mem_map_offset;
2395 *offsetp = enp->en_arch.ef10.ena_wc_mem_map_offset;
905 ef10_nic_pio_alloc( __inout efx_nic_t *enp, __out uint32_t *bufnump, __out efx_piobuf_handle_t *handlep, __out uint32_t *blknump, __out uint32_t *offsetp, __out size_t *sizep) argument
2369 ef10_nic_get_bar_region( __in efx_nic_t *enp, __in efx_nic_region_t region, __out uint32_t *offsetp, __out size_t *sizep) argument
H A Def10_impl.h204 __out uint32_t *offsetp,
852 __out uint32_t *offsetp,
H A Defx_bootcfg.c85 __out size_t *offsetp,
147 *offsetp = offset;
81 efx_bootcfg_sector_info( __in efx_nic_t *enp, __in uint32_t pf, __out_opt uint32_t *sector_countp, __out size_t *offsetp, __out size_t *max_sizep) argument
H A Defx_nic.c412 __out uint32_t *offsetp,
427 region, offsetp, sizep)) != 0) {
409 efx_nic_get_bar_region( __in efx_nic_t *enp, __in efx_nic_region_t region, __out uint32_t *offsetp, __out size_t *sizep) argument
H A Defx.h1495 __out uint32_t *offsetp,
1704 __out size_t *offsetp,
/freebsd-13-stable/sys/ddb/
H A Ddb_textdump.c268 textdump_saveoff(off_t *offsetp) argument
271 *offsetp = textdump_offset;
H A Dddb.h288 void textdump_saveoff(off_t *offsetp);
/freebsd-13-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c182 static const char * getoffset(const char * strp, long * offsetp);
793 getoffset(strp, offsetp)
795 long * const offsetp;
804 strp = getsecs(strp, offsetp);
808 *offsetp = -*offsetp;
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c396 static uint64_t _read_lsb(Elf_Data *d, uint64_t *offsetp,
398 static uint64_t _read_msb(Elf_Data *d, uint64_t *offsetp,
7533 _read_lsb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) argument
7538 src = (uint8_t *) d->d_buf + *offsetp;
7559 *offsetp += bytes_to_read;
7565 _read_msb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) argument
7570 src = (uint8_t *) d->d_buf + *offsetp;
7593 *offsetp += bytes_to_read;

Completed in 120 milliseconds