Home
last modified time | relevance | path

Searched refs:get_func (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/MC/AArch64/
Dbasic-pic.s65 .globl get_func symbol
66 .type get_func,@function
67 get_func: // @get_func label
70 adrp x0, :got:get_func
71 ldr x0, [x0, #:got_lo12:get_func]
74 .size get_func, .Ltmp4-get_func
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Dbasic-pic.s65 .globl get_func symbol
66 .type get_func,@function
67 get_func: // @get_func label
70 adrp x0, :got:get_func
71 ldr x0, [x0, #:got_lo12:get_func]
74 .size get_func, .Ltmp4-get_func
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-basic-pic.ll48 define void()* @get_func() {
49 ; CHECK-LABEL: get_func:
51 ret void()* bitcast(void()*()* @get_func to void()*)
52 ; CHECK: adrp x[[GOTHI:[0-9]+]], :got:get_func
53 ; CHECK: ldr x0, [x[[GOTHI]], :got_lo12:get_func]
Dbasic-pic.ll48 define void()* @get_func() {
49 ; CHECK-LABEL: get_func:
51 ret void()* bitcast(void()*()* @get_func to void()*)
52 ; CHECK: adrp x[[GOTHI:[0-9]+]], :got:get_func
53 ; CHECK: ldr x0, [x[[GOTHI]], {{#?}}:got_lo12:get_func]
/external/llvm/test/CodeGen/AArch64/
Dbasic-pic.ll48 define void()* @get_func() {
49 ; CHECK-LABEL: get_func:
51 ret void()* bitcast(void()*()* @get_func to void()*)
52 ; CHECK: adrp x[[GOTHI:[0-9]+]], :got:get_func
53 ; CHECK: ldr x0, [x[[GOTHI]], {{#?}}:got_lo12:get_func]
Darm64-basic-pic.ll48 define void()* @get_func() {
49 ; CHECK-LABEL: get_func:
51 ret void()* bitcast(void()*()* @get_func to void()*)
52 ; CHECK: adrp x[[GOTHI:[0-9]+]], :got:get_func
53 ; CHECK: ldr x0, [x[[GOTHI]], :got_lo12:get_func]
/external/python/cpython3/Lib/test/
Dtest_code.py292 def get_func(self): member in CoExtra
299 f = self.get_func()
307 f = self.get_func()
316 f = self.get_func()
324 f = self.get_func()
341 f = self.get_func()
/external/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c144 static __attribute__((noinline)) void *get_func(void *mem) in get_func() function
210 static void *get_func(void *mem, uintptr_t *func_page_offset) in get_func() function
269 opd.entry = (uintptr_t)get_func(p, &func_page_offset); in testfunc_protexec()
272 func = get_func(p, &func_page_offset); in testfunc_protexec()
/external/libmtp/src/
Dlibmtp.c5739 MTPDataGetFunc get_func, void * priv, LIBMTP_track_t * const metadata, argument
5770 get_func,
6033 MTPDataGetFunc get_func, void * priv, LIBMTP_file_t * const filedata, argument
6057 mtp_handler.getfunc = get_func;