Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/libdwarf/
HDlibdwarf_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()
56 *offsetp += bytes_to_read; in _dwarf_read_lsb()
91 _dwarf_read_msb(uint8_t *data, uint64_t *offsetp, int bytes_to_read) in _dwarf_read_msb() argument
96 src = data + *offsetp; in _dwarf_read_msb()
119 *offsetp += bytes_to_read; in _dwarf_read_msb()
161 _dwarf_write_lsb(uint8_t *data, uint64_t *offsetp, uint64_t value, in _dwarf_write_lsb() argument
166 dst = data + *offsetp; in _dwarf_write_lsb()
186 *offsetp += bytes_to_write; in _dwarf_write_lsb()
190 _dwarf_write_lsb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_lsb_alloc() argument
[all …]
HDlibdwarf_attr.c98 _dwarf_attr_init(Dwarf_Debug dbg, Dwarf_Section *ds, uint64_t *offsetp, in _dwarf_attr_init() argument
109 atref.at_offset = *offsetp; in _dwarf_attr_init()
117 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, in _dwarf_attr_init()
122 atref.u[0].u64 = _dwarf_read_uleb128(ds->ds_data, offsetp); in _dwarf_attr_init()
123 atref.u[1].u8p = _dwarf_read_block(ds->ds_data, offsetp, in _dwarf_attr_init()
127 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, 1); in _dwarf_attr_init()
128 atref.u[1].u8p = _dwarf_read_block(ds->ds_data, offsetp, in _dwarf_attr_init()
132 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, 2); in _dwarf_attr_init()
133 atref.u[1].u8p = _dwarf_read_block(ds->ds_data, offsetp, in _dwarf_attr_init()
137 atref.u[0].u64 = dbg->read(ds->ds_data, offsetp, 4); in _dwarf_attr_init()
[all …]
HDlibdwarf_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()
/NextBSD/contrib/groff/src/preproc/pic/
HDcommon.cpp408 double *offsetp) in dash_arc() argument
413 if (*offsetp >= dash_width) { in dash_arc()
414 double rem = dash_width + gap_width - *offsetp; in dash_arc()
416 *offsetp += length - pos; in dash_arc()
421 *offsetp = 0.0; in dash_arc()
425 double rem = dash_width - *offsetp; in dash_arc()
428 *offsetp += length - pos; in dash_arc()
435 *offsetp = dash_width; in dash_arc()
446 double *offsetp) in dash_line() argument
454 if (*offsetp >= dash_width) { in dash_line()
[all …]
HDcommon.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);
/NextBSD/contrib/ntp/lib/isc/
HDbacktrace.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()
/NextBSD/sys/dev/sfxge/common/
HDefx_vpd.c363 __inout unsigned int *offsetp, in efx_vpd_next_tag() argument
374 if (*offsetp >= size) { in efx_vpd_next_tag()
379 EFX_POPULATE_BYTE_1(byte, EFX_BYTE_0, data[*offsetp]); in efx_vpd_next_tag()
393 if (*offsetp + headlen > size) { in efx_vpd_next_tag()
400 EFX_BYTE_0, data[*offsetp + 1], in efx_vpd_next_tag()
401 EFX_BYTE_1, data[*offsetp + 2]); in efx_vpd_next_tag()
411 if (*offsetp + headlen + length > size) { in efx_vpd_next_tag()
428 *offsetp += headlen; in efx_vpd_next_tag()
HDhunt_nic.c768 __out uint32_t *offsetp, in hunt_nic_pio_alloc() argument
780 EFSYS_ASSERT(offsetp); in hunt_nic_pio_alloc()
812 *offsetp = blk * (*sizep); in hunt_nic_pio_alloc()
1727 __out uint32_t *offsetp, in hunt_nic_get_bar_region() argument
1742 *offsetp = enp->en_u.hunt.enu_uc_mem_map_offset; in hunt_nic_get_bar_region()
1748 *offsetp = enp->en_u.hunt.enu_wc_mem_map_offset; in hunt_nic_get_bar_region()
HDhunt_impl.h161 __out uint32_t *offsetp,
735 __out uint32_t *offsetp,
HDefx_nic.c476 __out uint32_t *offsetp, in efx_nic_get_bar_region() argument
491 region, offsetp, sizep)) != 0) { in efx_nic_get_bar_region()
HDefx.h1228 __out uint32_t *offsetp,
/NextBSD/contrib/ntp/lib/isc/include/isc/
HDbacktrace.h110 unsigned long *offsetp);
/NextBSD/sys/ddb/
HDdb_textdump.c265 textdump_saveoff(off_t *offsetp) in textdump_saveoff() argument
268 *offsetp = textdump_offset; in textdump_saveoff()
HDddb.h286 void textdump_saveoff(off_t *offsetp);
/NextBSD/contrib/groff/src/preproc/tbl/
HDtable.cpp1135 for (const char **offsetp = offset_table; *offsetp; offsetp++) { in contribute_to_bottom_macro() local
1144 *offsetp); in contribute_to_bottom_macro()
1174 for (const char **offsetp = offset_table; *offsetp; offsetp++) { in print() local
1185 *offsetp); in print()
/NextBSD/contrib/tzcode/stdtime/
HDlocaltime.c182 static const char * getoffset(const char * strp, long * offsetp);
805 getoffset(strp, offsetp) in getoffset() argument
807 long * const offsetp;
816 strp = getsecs(strp, offsetp);
820 *offsetp = -*offsetp;
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c355 static uint64_t _read_lsb(Elf_Data *d, uint64_t *offsetp,
357 static uint64_t _read_msb(Elf_Data *d, uint64_t *offsetp,
7348 _read_lsb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_lsb() argument
7353 src = (uint8_t *) d->d_buf + *offsetp; in _read_lsb()
7371 *offsetp += bytes_to_read; in _read_lsb()
7377 _read_msb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_msb() argument
7382 src = (uint8_t *) d->d_buf + *offsetp; in _read_msb()
7405 *offsetp += bytes_to_read; in _read_msb()
/NextBSD/contrib/gcc/
HDvar-tracking.c2735 vt_get_decl_and_offset (rtx rtl, tree *declp, HOST_WIDE_INT *offsetp) in vt_get_decl_and_offset() argument
2742 *offsetp = REG_OFFSET (rtl); in vt_get_decl_and_offset()
2751 *offsetp = INT_MEM_OFFSET (rtl); in vt_get_decl_and_offset()
/NextBSD/contrib/gcc/config/arm/
HDarm.c6241 int write_back, rtx basemem, HOST_WIDE_INT *offsetp) in arm_gen_load_multiple() argument
6243 HOST_WIDE_INT offset = *offsetp; in arm_gen_load_multiple()
6294 *offsetp = offset; in arm_gen_load_multiple()
6323 *offsetp = offset; in arm_gen_load_multiple()
6330 int write_back, rtx basemem, HOST_WIDE_INT *offsetp) in arm_gen_store_multiple() argument
6332 HOST_WIDE_INT offset = *offsetp; in arm_gen_store_multiple()
6357 *offsetp = offset; in arm_gen_store_multiple()
6387 *offsetp = offset; in arm_gen_store_multiple()
/NextBSD/contrib/binutils/bfd/
HDelfxx-mips.c2546 bfd_vma value, bfd_vma *offsetp) in mips_elf_got_page() argument
2564 if (offsetp) in mips_elf_got_page()
2565 *offsetp = value - entry->d.address; in mips_elf_got_page()
/NextBSD/contrib/gdb/gdb/doc/
HDgdbint.texinfo3966 @item TARGET_VIRTUAL_FRAME_POINTER(@var{pc}, @var{regp}, @var{offsetp})