Home
last modified time | relevance | path

Searched defs:curr_addr (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DArchitecture.h46 GetBytesToSkip(Symbol & func,const Address & curr_addr) GetBytesToSkip() argument
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_debug.c474 uint32_t *curr_addr = (void*)((uintptr_t)base_ptr + i * desc_size); in al_udma_ring_print() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp245 lldb::addr_t curr_addr = thread.GetRegisterContext()->GetPC(); in ShouldStop() local
H A DMemory.cpp92 for (addr_t curr_addr = first_cache_line_addr; cache_idx < num_cache_lines; in Flush() local
H A DProcess.cpp2141 addr_t curr_addr = addr; in ReadCStringFromMemory() local
2168 addr_t curr_addr = addr; in ReadCStringFromMemory() local
2342 const addr_t curr_addr = addr + bytes_written; in WriteMemory() local
H A DTarget.cpp1953 addr_t curr_addr = addr.GetLoadAddress(this); in ReadCStringFromMemory() local
1981 addr_t curr_addr = addr.GetLoadAddress(this); in ReadCStringFromMemory() local
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp684 addr_t curr_addr = addr; in ReadCStringFromMemory() local