Home
last modified time | relevance | path

Searched defs:data_buffer (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DDataBuffer.h68 static bool classof(const DataBuffer *data_buffer) { in classof()
121 static bool classof(const DataBuffer *data_buffer) { in classof()
141 static bool classof(const DataBuffer *data_buffer) { in classof()
H A DDataBufferLLVM.h40 static bool classof(const DataBuffer *data_buffer) { in classof()
66 static bool classof(const DataBuffer *data_buffer) { in classof()
H A DDataBufferHeap.h112 static bool classof(const DataBuffer *data_buffer) { in classof()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DDataBufferHeap.cpp29 DataBufferHeap::DataBufferHeap(const DataBuffer &data_buffer) : m_data() { in DataBufferHeap()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp540 if (DataBufferSP data_buffer = in ReadAllRegisterValues() local
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dlisting.c207 static char *data_buffer; variable
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dlisting.c207 static char *data_buffer; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp584 uint8_t *data_buffer = (uint8_t *)buf; in DoReadMemory() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2604 WritableDataBuffer *data_buffer = in ApplyELF64ABS64Relocation() local
2631 WritableDataBuffer *data_buffer = in ApplyELF64ABS32Relocation() local
2677 WritableDataBuffer *data_buffer = in ApplyRelocations() local
/openbsd-src/sys/dev/usb/
H A Dumassvar.h219 void *data_buffer; member
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff64-rs6000.c2177 bfd_byte *data_buffer; local
H A Dcoff-rs6000.c3672 bfd_byte *data_buffer; local
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcoff64-rs6000.c2176 bfd_byte *data_buffer; local
H A Dcoff-rs6000.c3677 bfd_byte *data_buffer; local
/openbsd-src/usr.sbin/unbound/testcode/
H A Dtestpkts.c366 hex_buffer2wire(sldns_buffer *data_buffer) in hex_buffer2wire()