Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 25 of 88) sorted by relevance

1234

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp70 size_t bytes_read; in GetELFImageInfoAddress() local
95 size_t bytes_read; in GetELFImageInfoAddress() local
120 size_t bytes_read; in ReadSVR4LibraryInfo() local
151 size_t bytes_read; in GetLoadedSVR4Libraries() local
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarf2expr.c199 dwarf2_read_address (unsigned char *buf, unsigned char *buf_end, int *bytes_read) in dwarf2_read_address()
266 int bytes_read; in execute_stack_op() local
537 int bytes_read; in execute_stack_op() local
551 int bytes_read; in execute_stack_op() local
H A Ddwarf2read.c1272 int bytes_read; in read_comp_unit_head() local
1426 unsigned int bytes_read; in dwarf2_build_psymtabs_hard() local
1563 unsigned int bytes_read; in load_comp_unit() local
1631 int bytes_read; in create_all_comp_units() local
2142 peek_die_abbrev (char *info_ptr, int *bytes_read, struct dwarf2_cu *cu) in peek_die_abbrev()
2171 unsigned int bytes_read; in skip_children() local
2193 unsigned int bytes_read; in skip_one_die() local
4956 unsigned int abbrev_number, bytes_read, abbrev_name; in dwarf2_read_abbrevs() local
5125 unsigned int bytes_read; in load_partial_dies() local
5321 unsigned int bytes_read, i; in read_partial_die() local
[all …]
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp376 size_t bytes_read = 0; in RemoveSoftwareBreakpoint() local
433 size_t bytes_read = 0; in EnableSoftwareBreakpoint() local
647 size_t &bytes_read) { in ReadMemoryWithoutTrap()
678 size_t bytes_read = 0; in ReadCStringFromMemory() local
H A DPipeBase.cpp21 Status PipeBase::Read(void *buf, size_t size, size_t &bytes_read) { in Read()
H A DFileCache.cpp109 size_t bytes_read = dst_len; in ReadFile() local
H A DFile.cpp519 ssize_t bytes_read = -1; in Read() local
643 ssize_t bytes_read = in Read() local
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c227 unsigned int bytes_read; in process_extended_line_op() local
413 unsigned int bytes_read; in process_abbrev_section() local
588 unsigned int bytes_read; in decode_location_expression() local
935 unsigned int bytes_read; in read_and_display_attr_value() local
1661 unsigned int bytes_read; in process_debug_info() local
1896 unsigned int bytes_read; in display_debug_lines() local
1924 unsigned int bytes_read; in display_debug_lines() local
2134 unsigned int bytes_read; in display_debug_macinfo() local
/openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/FTP/
H A Ddataconn.pm126 sub bytes_read { subroutine
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DIOStream.cpp98 int bytes_read = 0; in read_full() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp495 const size_t bytes_read = in ReadAllImageInfosStructure() local
685 const size_t bytes_read = m_process->ReadMemory( in ReadImageInfos() local
781 size_t bytes_read = m_process->ReadMemory(addr, header_bytes.GetBytes(), in ReadMachHeader() local
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFile.cpp57 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { in Read()
H A DSBProcess.cpp263 size_t bytes_read = 0; in GetSTDOUT() local
276 size_t bytes_read = 0; in GetSTDERR() local
289 size_t bytes_read = 0; in GetAsyncProfileData() local
805 size_t bytes_read = 0; in ReadMemory() local
830 size_t bytes_read = 0; in ReadCStringFromMemory() local
H A DSBCommunication.cpp108 size_t bytes_read = 0; in Read() local
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c430 unsigned int abbrev_number, bytes_read, abbrev_name; in read_abbrevs() local
542 unsigned int bytes_read; in read_attribute_value() local
907 unsigned int i, bytes_read, offset_size; in decode_line_info() local
1333 unsigned int abbrev_number, bytes_read, i; in scan_unit_for_functions() local
1441 unsigned int abbrev_number, bytes_read, i; in parse_comp_unit() local
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dv850-dis.c55 int bytes_read; in disassemble() local
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dv850-dis.c58 int bytes_read; local
/openbsd-src/lib/libutil/
H A Duucplock.c214 ssize_t bytes_read; in get_pid() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp128 size_t bytes_read = process->ReadMemory(from_addr, data.GetBytes(), in ReadJITEntry() local
291 size_t bytes_read = m_process->ReadMemory(m_jit_descriptor_addr, &jit_desc, in ReadJITDescriptorImpl() local
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf2.c427 unsigned int abbrev_number, bytes_read, abbrev_name; in read_abbrevs() local
556 unsigned int bytes_read; in read_attribute_value() local
950 unsigned int i, bytes_read, offset_size; in decode_line_info() local
1546 unsigned int abbrev_number, bytes_read, i; in find_abstract_instance_name() local
1656 unsigned int abbrev_number, bytes_read, i; in scan_unit_for_symbols() local
1885 unsigned int abbrev_number, bytes_read, i; in parse_comp_unit() local
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp279 size_t bytes_read = dst_len; in Read() local
512 ssize_t bytes_read = in BytesAvailable() local
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp120 static char *dfsan_strchr_with_label(const char *s, int c, size_t *bytes_read, in dfsan_strchr_with_label()
145 size_t bytes_read; in __dfsw_strchr() local
154 size_t bytes_read; in __dfso_strchr() local
208 size_t *bytes_read) { in dfsan_memcmp_bcmp()
239 size_t bytes_read; in dfsan_memcmp_bcmp_label() local
248 size_t bytes_read; in dfsan_memcmp_bcmp_origin() local
305 size_t *bytes_read) { in dfsan_strncmp()
329 size_t bytes_read; in DECLARE_WEAK_INTERCEPTOR_HOOK() local
341 size_t bytes_read; in __dfso_strcmp() local
350 size_t *bytes_read) { in dfsan_strncasecmp()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp41 size_t bytes_read; in ReadMemoryCallback() local
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp169 DWORD bytes_read = 0; in Read() local
/openbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c391 int bytes_read; in cd9660_copy_file() local

1234