Home
last modified time | relevance | path

Searched defs:buf_end (Results 1 – 13 of 13) sorted by relevance

/dflybsd-src/contrib/gdb-7/include/
H A Dleb128.h54 read_uleb128_to_uint64 (const unsigned char *buf, const unsigned char *buf_end, in read_uleb128_to_uint64()
87 read_sleb128_to_int64 (const unsigned char *buf, const unsigned char *buf_end, in read_sleb128_to_int64()
120 skip_leb128 (const unsigned char *buf, const unsigned char *buf_end) in skip_leb128()
/dflybsd-src/contrib/binutils-2.27/include/
H A Dleb128.h54 read_uleb128_to_uint64 (const unsigned char *buf, const unsigned char *buf_end, in read_uleb128_to_uint64()
87 read_sleb128_to_int64 (const unsigned char *buf, const unsigned char *buf_end, in read_sleb128_to_int64()
120 skip_leb128 (const unsigned char *buf, const unsigned char *buf_end) in skip_leb128()
/dflybsd-src/contrib/gdb-7/gdb/
H A Ddwarf2expr.c374 safe_read_uleb128 (const gdb_byte *buf, const gdb_byte *buf_end, in safe_read_uleb128()
386 safe_read_sleb128 (const gdb_byte *buf, const gdb_byte *buf_end, in safe_read_sleb128()
396 safe_skip_leb128 (const gdb_byte *buf, const gdb_byte *buf_end) in safe_skip_leb128()
465 dwarf_block_to_dwarf_reg (const gdb_byte *buf, const gdb_byte *buf_end) in dwarf_block_to_dwarf_reg()
508 dwarf_block_to_dwarf_reg_deref (const gdb_byte *buf, const gdb_byte *buf_end, in dwarf_block_to_dwarf_reg_deref()
567 dwarf_block_to_fb_offset (const gdb_byte *buf, const gdb_byte *buf_end, in dwarf_block_to_fb_offset()
595 const gdb_byte *buf_end, CORE_ADDR *sp_offset_return) in dwarf_block_to_sp_offset()
H A Ddwarf2expr.h300 gdb_read_uleb128 (const gdb_byte *buf, const gdb_byte *buf_end, in gdb_read_uleb128()
311 gdb_read_sleb128 (const gdb_byte *buf, const gdb_byte *buf_end, in gdb_read_sleb128()
322 gdb_skip_leb128 (const gdb_byte *buf, const gdb_byte *buf_end) in gdb_skip_leb128()
H A Ddwarf2loc.c99 decode_debug_loc_addresses (const gdb_byte *loc_ptr, const gdb_byte *buf_end, in decode_debug_loc_addresses()
144 const gdb_byte *buf_end, in decode_debug_loc_dwo_addresses()
214 const gdb_byte *loc_ptr, *buf_end; in dwarf2_find_location_expression() local
3353 const gdb_byte *buf_end; in locexpr_describe_location_piece() local
4039 const gdb_byte *loc_ptr, *buf_end; in loclist_describe_location() local
H A Dremote.c8003 char *buf_end) in remote_add_target_side_condition()
/dflybsd-src/usr.bin/indent/
H A Dindent.c57 char *buf_ptr, *buf_end; variable
/dflybsd-src/contrib/less/
H A Dpattern.c265 constant char *buf_end = buf + buf_len; in match() local
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_write_set_format_shar.c334 char *buf, *buf_end; in archive_write_shar_data_sed() local
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Ddwarf2.c661 bfd_byte * buf_end, in read_string()
700 bfd_byte * buf_end, in read_indirect_string()
737 bfd_byte * buf_end, in read_indirect_line_string()
777 bfd_byte * buf_end, in read_alt_indirect_string()
876 read_address (struct comp_unit *unit, bfd_byte *buf, bfd_byte * buf_end) in read_address()
1960 bfd_byte *buf_end, struct line_info_table *table, in read_formatted_entries()
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Ddwarf2.c621 bfd_byte * buf_end, in read_string()
660 bfd_byte * buf_end, in read_indirect_string()
700 bfd_byte * buf_end, in read_alt_indirect_string()
803 read_address (struct comp_unit *unit, bfd_byte *buf, bfd_byte * buf_end) in read_address()
/dflybsd-src/contrib/bmake/
H A Dparse.c145 char *buf_end; /* buf_end[-1] == '\n' */ member
2340 char *buf_end = curFile->buf_end; in ParseRawLine() local
/dflybsd-src/usr.bin/dsynth/
H A Ddsynth.h505 int buf_end; member