Home
last modified time | relevance | path

Searched refs:global_addr (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/syscalls/munmap/
Dmunmap03.c49 static char *global_addr; variable
89 global_addr = SAFE_MMAP(cleanup, NULL, global_maplen, PROT_READ | in setup()
127 char *addr = global_addr; in test_einval2()
144 char *addr = (char *)(global_addr + 1); in test_einval3()
154 if (munmap(global_addr, global_maplen) == -1) in cleanup()
/external/llvm/test/CodeGen/AArch64/
Dcode-model-large-abs.ll8 define i8* @global_addr() {
9 ; CHECK-LABEL: global_addr:
Darm64-code-model-large-abs.ll8 define i8* @global_addr() {
9 ; CHECK-LABEL: global_addr:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dcode-model-large-abs.ll8 define i8* @global_addr() {
9 ; CHECK-LABEL: global_addr:
Darm64-code-model-large-abs.ll8 define i8* @global_addr() {
9 ; CHECK-LABEL: global_addr:
/external/v8/src/wasm/
Dmodule-compiler.cc1964 Address global_addr = in ProcessExports() local
1972 CHECK(global_addr >= backing_store && in ProcessExports()
1973 global_addr < backing_store + buffer_size); in ProcessExports()
1974 offset = static_cast<uint32_t>(global_addr - backing_store); in ProcessExports()