/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | VMRange.h | 31 VMRange(lldb::addr_t start_addr, lldb::addr_t end_addr) in VMRange() 43 void Reset(lldb::addr_t start_addr, lldb::addr_t end_addr) { in Reset() 51 void SetEndAddress(lldb::addr_t end_addr) { in SetEndAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | MemoryTagManagerAArch64MTE.cpp | 72 lldb::addr_t end_addr) { in MakeInvalidRangeErr() 82 lldb::addr_t addr, lldb::addr_t end_addr, in MakeTaggedRange() 134 lldb::addr_t addr, lldb::addr_t end_addr, in MakeTaggedRanges()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMemoryTag.cpp | 63 addr_t end_addr = start_addr + 1; in DoExecute() local 262 lldb::addr_t end_addr = 0; DoExecute() local [all...] |
H A D | CommandObjectDisassemble.h | 56 lldb::addr_t end_addr = 0; variable
|
H A D | CommandObjectSource.cpp | 425 lldb::addr_t end_addr = start_addr + size; in DumpLinesInFunctions() local
|
H A D | CommandObjectMemory.cpp | 595 lldb::addr_t end_addr = OptionArgParser::ToAddress( in DoExecute() local
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | MemoryTagMap.cpp | 39 lldb::addr_t end_addr = range.GetRangeEnd(); in GetTags() local
|
H A D | Memory.cpp | 76 const addr_t end_addr = (addr + size - 1); in Flush() local
|
H A D | Process.cpp | 2014 void Process::DoFindInMemory(lldb::addr_t start_addr, lldb::addr_t end_addr, in DoFindInMemory() 2086 const lldb::addr_t end_addr = start_addr + range.GetByteSize(); in FindRangesInMemory() local 2126 const lldb::addr_t end_addr = start_addr + range.GetByteSize(); in FindInMemory() local
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_symbol.h | 151 int end_addr; member 173 int end_addr; member
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | AddressRange.cpp | 232 const addr_t end_addr = (start_addr == LLDB_INVALID_ADDRESS) in GetDescription() local
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointSite.cpp | 170 const lldb::addr_t end_addr = addr + size; IntersectsRange() local
|
/freebsd/sys/dev/iser/ |
H A D | iser_memory.c | 63 u64 start_addr, end_addr; in iser_data_buf_aligned_len() local
|
/freebsd/crypto/openssh/ |
H A D | ssh-keyscan.c | 664 struct xaddr addr, end_addr; in do_host() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 185 void *end_addr = (char *)addr + (rounded_length - 1); in mmap_interceptor() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan.cpp | 491 const void *end_addr = (void *)((uptr)addr + size); in ReleaseOrigins() local 523 const void *end_addr = (void *)((uptr)addr + size); in ReleaseOrClearShadows() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cpp | 509 void *end_addr; in GetTls() local
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 8747 int end_addr; in ahd_resolve_seqaddr() local 9528 u_int end_addr; in ahd_read_seeprom() local 9572 u_int end_addr; in ahd_write_seeprom() local
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 2025 lldb::SBAddress end_addr, in ReadInstructions()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1066 void *end_addr = (char *)addr + (rounded_length - 1); in mmap_interceptor() local
|
/freebsd/sys/i386/i386/ |
H A D | pmap.c | 4474 vm_offset_t addr, end_addr, pdnxt; in __CONCAT() local
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_radix.c | 2522 vm_offset_t end_addr = src_addr + len; in mmu_radix_copy() local
|
/freebsd/sys/arm64/arm64/ |
H A D | pmap.c | 6436 vm_offset_t addr, end_addr, va_next; in pmap_copy() local
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 8095 vm_offset_t addr, end_addr, va_next; in pmap_copy() local
|