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

/freebsd-11-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-11-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-11-stable/contrib/groff/src/preproc/pic/
H A Dcommon.h26 double *offsetp);
29 double dash_width, double gap_width, double *offsetp);
31 const line_type &lt, double gap_width, double *offsetp);
34 double gap_width, double *offsetp);
H A Dcommon.cpp408 double *offsetp)
413 if (*offsetp >= dash_width) {
414 double rem = dash_width + gap_width - *offsetp;
416 *offsetp += length - pos;
421 *offsetp = 0.0;
425 double rem = dash_width - *offsetp;
428 *offsetp += length - pos;
435 *offsetp = dash_width;
446 double *offsetp)
454 if (*offsetp >
404 dash_arc(const position &cent, double rad, double start_angle, double end_angle, const line_type &lt, double dash_width, double gap_width, double *offsetp) argument
443 dash_line(const position &start, const position &end, const line_type &lt, double dash_width, double gap_width, double *offsetp) argument
541 dot_arc(const position &cent, double rad, double start_angle, double end_angle, const line_type &lt, double gap_width, double *offsetp) argument
567 dot_line(const position &start, const position &end, const line_type &lt, double gap_width, double *offsetp) argument
[all...]
/freebsd-11-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-11-stable/sys/dev/sfxge/common/
H A Defx_vpd.c347 __inout unsigned int *offsetp,
358 if (*offsetp >= size) {
363 EFX_POPULATE_BYTE_1(byte, EFX_BYTE_0, data[*offsetp]);
377 if (*offsetp + headlen > size) {
384 EFX_BYTE_0, data[*offsetp + 1],
385 EFX_BYTE_1, data[*offsetp + 2]);
395 if (*offsetp + headlen + length > size) {
412 *offsetp += headlen;
344 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.c842 __out uint32_t *offsetp,
856 EFSYS_ASSERT(offsetp);
888 *offsetp = blk * (*sizep);
1716 __out uint32_t *offsetp,
1732 *offsetp = enp->en_arch.ef10.ena_uc_mem_map_offset;
1738 *offsetp = enp->en_arch.ef10.ena_wc_mem_map_offset;
837 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
1713 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 Defx_bootcfg.c59 __out size_t *offsetp,
107 *offsetp = offset;
55 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.c334 __out uint32_t *offsetp,
349 region, offsetp, sizep)) != 0) {
331 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 Def10_impl.h192 __out uint32_t *offsetp,
787 __out uint32_t *offsetp,
H A Defx.h1262 __out uint32_t *offsetp,
1461 __out size_t *offsetp,
/freebsd-11-stable/sys/ddb/
H A Ddb_textdump.c265 textdump_saveoff(off_t *offsetp) argument
268 *offsetp = textdump_offset;
H A Dddb.h287 void textdump_saveoff(off_t *offsetp);
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c182 static const char * getoffset(const char * strp, long * offsetp);
805 getoffset(strp, offsetp)
807 long * const offsetp;
816 strp = getsecs(strp, offsetp);
820 *offsetp = -*offsetp;
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dtable.cpp1135 for (const char **offsetp = offset_table; *offsetp; offsetp++) {
1144 *offsetp);
1174 for (const char **offsetp = offset_table; *offsetp; offsetp++) {
1185 *offsetp);
/freebsd-11-stable/contrib/gcc/
H A Dvar-tracking.c2735 vt_get_decl_and_offset (rtx rtl, tree *declp, HOST_WIDE_INT *offsetp) argument
2742 *offsetp = REG_OFFSET (rtl);
2751 *offsetp = INT_MEM_OFFSET (rtl);
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c391 static uint64_t _read_lsb(Elf_Data *d, uint64_t *offsetp,
393 static uint64_t _read_msb(Elf_Data *d, uint64_t *offsetp,
7522 _read_lsb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) argument
7527 src = (uint8_t *) d->d_buf + *offsetp;
7548 *offsetp += bytes_to_read;
7554 _read_msb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) argument
7559 src = (uint8_t *) d->d_buf + *offsetp;
7582 *offsetp += bytes_to_read;
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c6253 int write_back, rtx basemem, HOST_WIDE_INT *offsetp)
6255 HOST_WIDE_INT offset = *offsetp;
6306 *offsetp = offset;
6335 *offsetp = offset;
6342 int write_back, rtx basemem, HOST_WIDE_INT *offsetp)
6344 HOST_WIDE_INT offset = *offsetp;
6369 *offsetp = offset;
6399 *offsetp = offset;
6240 arm_gen_load_multiple(int base_regno, int count, rtx from, int up, int write_back, rtx basemem, HOST_WIDE_INT *offsetp) argument
6329 arm_gen_store_multiple(int base_regno, int count, rtx to, int up, int write_back, rtx basemem, HOST_WIDE_INT *offsetp) argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-mips.c2559 bfd_vma value, bfd_vma *offsetp)
2577 if (offsetp)
2578 *offsetp = value - entry->d.address;
2545 mips_elf_got_page(bfd *abfd, bfd *ibfd, struct bfd_link_info *info, bfd_vma value, bfd_vma *offsetp) argument

Completed in 330 milliseconds