Searched refs:get_global_address (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/libc-test/src/functionalext/ldso_cfi/ |
H A D | ldso_cfi_check.c | 50 GET_GL_ADDR get_global_address = NULL; variable 106 *(void **)(&get_global_address) = dlsym(handle, "get_global_address"); in cfi_slowpath_function_test_0002() 110 __cfi_slowpath(expected_call_site_type_id, (*get_global_address)()); in cfi_slowpath_function_test_0002() 112 EXPECT_EQ("cfi_slowpath_function_test_0002", (*get_global_address)(), (*get_address)()); in cfi_slowpath_function_test_0002() 139 *(void **)(&get_global_address) = dlsym(handle, "get_global_address"); in cfi_slowpath_function_test_0003() 141 __cfi_slowpath(expected_call_site_type_id, (*get_global_address)()); in cfi_slowpath_function_test_0003() 145 EXPECT_EQ("cfi_slowpath_function_test_0003", (*get_global_address)(), (*get_address)()); in cfi_slowpath_function_test_0003() 192 *(void **)(&get_global_address) in cfi_slowpath_function_test_0005() [all...] |
H A D | ldso_cfi_test_lib.c | 54 void *get_global_address() { in get_global_address() function
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 2153 static LLVMValueRef get_global_address(struct ac_nir_context *ctx, in get_global_address() function 2184 LLVMValueRef addr = get_global_address(ctx, instr, result_type); in visit_load_global() 2206 LLVMValueRef addr = get_global_address(ctx, instr, type); in visit_store_global() 2244 LLVMValueRef addr = get_global_address(ctx, instr, data_type); in visit_global_atomic()
|
Completed in 10 milliseconds