Searched defs:offsetp (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_rw.c | 33 _dwarf_read_lsb(uint8_t *data, uint64_t *offsetp, int 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() 167 _dwarf_write_lsb(uint8_t *data, uint64_t *offsetp, uint64_t value, in _dwarf_write_lsb() 199 _dwarf_write_lsb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_lsb_alloc() 220 _dwarf_write_msb(uint8_t *data, uint64_t *offsetp, uint64_t value, in _dwarf_write_msb() 255 _dwarf_write_msb_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_msb_alloc() 276 _dwarf_read_sleb128(uint8_t *data, uint64_t *offsetp) in _dwarf_read_sleb128() 322 _dwarf_write_sleb128_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_sleb128_alloc() 345 _dwarf_read_uleb128(uint8_t *data, uint64_t *offsetp) in _dwarf_read_uleb128() 385 _dwarf_write_uleb128_alloc(uint8_t **block, uint64_t *size, uint64_t *offsetp, in _dwarf_write_uleb128_alloc() [all …]
|
H A D | libdwarf_attr.c | 98 _dwarf_attr_init(Dwarf_Debug dbg, Dwarf_Section *ds, uint64_t *offsetp, in _dwarf_attr_init()
|
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()
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | backtrace.c | 256 unsigned long *offsetp) in isc_backtrace_getsymbol()
|
/freebsd/crypto/openssh/ |
H A D | sshbuf-misc.c | 254 const void *s, size_t len, size_t *offsetp) in sshbuf_find()
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_nic.c | 410 __out uint32_t *offsetp, in efx_nic_get_bar_region()
|
H A D | ef10_nic.c | 908 __out uint32_t *offsetp, in ef10_nic_pio_alloc() 2370 __out uint32_t *offsetp, in ef10_nic_get_bar_region()
|
H A D | efx_bootcfg.c | 83 __out size_t *offsetp, in efx_bootcfg_sector_info()
|
H A D | efx_vpd.c | 353 __inout unsigned int *offsetp, in efx_vpd_next_tag()
|
/freebsd/sys/ddb/ |
H A D | db_textdump.c | 266 textdump_saveoff(off_t *offsetp) in textdump_saveoff()
|
/freebsd/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()
|
/freebsd/sys/kern/ |
H A D | vfs_default.c | 942 vp_zerofill(struct vnode *vp, struct vattr *vap, off_t *offsetp, off_t *lenp, in vp_zerofill()
|
/freebsd/contrib/tzcode/ |
H A D | localtime.c | 982 getoffset(register const char * strp,int_fast32_t * const offsetp) getoffset() argument
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 7634 _read_lsb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_lsb() 7666 _read_msb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_msb()
|