Home
last modified time | relevance | path

Searched refs:high_addr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Dtag-mismatch-border-address.c17 void *high_addr = (char *)__hwasan_shadow_memory_dynamic_address - 0x1000; in main() local
18 void *r = mmap(high_addr, 4096, PROT_READ, MAP_FIXED | MAP_ANON | MAP_PRIVATE, in main()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp1040 lldb::addr_t high_addr = OptionArgParser::ToAddress( in DoExecute() local
1042 if (high_addr == LLDB_INVALID_ADDRESS || error.Fail()) { in DoExecute()
1050 high_addr = abi->FixDataAddress(high_addr); in DoExecute()
1053 if (high_addr <= low_addr) { in DoExecute()
1124 found_location = FastSearch(found_location, high_addr, buffer.GetBytes(), in DoExecute()