Home
last modified time | relevance | path

Searched refs:myfunc (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm-project/lld/test/ELF/
Daarch64-gnu-ifunc-nonpreemptable.s16 .globl myfunc symbol
17 .type myfunc,@gnu_indirect_function
18 myfunc: label
28 adrp x8, myfunc
29 add x8, x8, :lo12: myfunc
32 ## The address of myfunc is the address of the PLT entry for myfunc.
42 # PDE-NEXT: <myfunc>:
49 ## The adrp to myfunc should generate a PLT entry and a GOT entry with an
64 # PIE-NEXT: <myfunc>:
Daarch64-gnu-ifunc-address.s11 .globl myfunc symbol
12 .type myfunc,@gnu_indirect_function
13 myfunc: label
20 adrp x8, :got:myfunc
21 ldr x8, [x8, :got_lo12:myfunc]
24 ## myfunc's got entry = page(0x20330)-page(0x10284) + 0x330 = 65536 + 816
Daarch64-gnu-ifunc2.s10 # CHECK-NEXT: <myfunc>:
37 .globl myfunc symbol
38 .type myfunc,@gnu_indirect_function
39 myfunc: label
46 adrp x8, :got:myfunc
47 ldr x8, [x8, :got_lo12:myfunc]
Daarch64-ifunc-bti.s33 # CHECK-NEXT: 00000000000103c0 <myfunc>:
53 .globl myfunc symbol
54 .type myfunc,@gnu_indirect_function
55 myfunc: label
65 adrp x8, myfunc
66 add x8, x8, :lo12:myfunc
/external/llvm-project/lldb/test/API/lang/cpp/namespace/
Dmain.cpp34 int myfunc (int a);
39 float myfunc (float f) in myfunc() function
57 using Foo::myfunc; // using declaration
88 int Foo::myfunc(int a) in myfunc() function in Foo
115 return Foo::myfunc(12); in main()
/external/llvm-project/lld/test/ELF/Inputs/
Daarch64-addrifunc.s2 .globl myfunc symbol
6 adrp x8, :got: myfunc
7 ldr x8, [x8, :got_lo12: myfunc]
/external/llvm-project/lld/test/COFF/
Dedata.s14 # CHECK-NEXT: Name: myfunc
24 .globl myfunc symbol
25 myfunc: label
54 .rva myfunc
Darm64-localimport-align.s8 .globl myfunc symbol
14 myfunc: label
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmisc-static-assert.cpp22 constexpr bool myfunc(int a, int b) { return a * b == 0; } in myfunc() function
38 assert(myfunc(1, 2)); in doSomething()
53 assert(myfunc(1, 2) && (3 == 4)); in main()
/external/ltp/testcases/kernel/fs/fs_bind/bin/
Dnsclone.c32 int myfunc(void *arg) in myfunc() function
57 ret = ltp_clone_quick(CLONE_NEWNS | SIGCHLD, myfunc, (void *)child_cmd); in main()
/external/clang/test/Sema/
Dblock-literal.c58 void myfunc(int (^block)(int)) {}
65 myfunc(^(int abcd) { in test5()
/external/llvm-project/clang/test/Sema/
Dblock-literal.c58 void myfunc(int (^block)(int)) {}
65 myfunc(^(int abcd) { in test5()
/external/skqp/infra/bots/recipe_modules/run/examples/
Dfull.py16 def myfunc(api, i): function
32 api.run.run_once(myfunc, api, i)
/external/skia/infra/bots/recipe_modules/run/examples/
Dfull.py17 def myfunc(api, i): function
33 api.run.run_once(myfunc, api, i)
/external/llvm-project/clang/test/Rewriter/
Drewrite-block-literal.mm54 void myfunc(int (^block)(int)) {} function
61 myfunc(^(int abcd) {
/external/clang/test/Rewriter/
Drewrite-block-literal.mm54 void myfunc(int (^block)(int)) {} function
61 myfunc(^(int abcd) {
/external/llvm-project/clang/test/Parser/
Dcxx-friend.cpp41 friend void myfunc();
/external/clang/test/Parser/
Dcxx-friend.cpp41 friend void myfunc();
/external/compiler-rt/test/tsan/
Dignore_lib4.cc27 extern "C" void myfunc() { in myfunc() function
/external/llvm-project/compiler-rt/test/tsan/
Dignore_lib4.cpp28 extern "C" void myfunc() { in myfunc() function
/external/llvm-project/clang/test/Analysis/
Dvector.m55 int myfunc(I *i2) { function
/external/llvm-project/clang/test/CodeGenCXX/
Ddllexport.cpp107 virtual void myfunc() {} in myfunc() function in PR32992::Base
114 void myfunc() {} in myfunc() function in PR32992::Derived2
117 void myfunc() {} in myfunc() function in PR32992::Derived
/external/python/cffi/testing/cffi1/
Dtest_recompiler.py886 assert lib.myfunc(5) == 47
887 assert lib.myfunc(0xABC05) == 47
888 assert not isinstance(lib.myfunc, ffi.CData)
889 assert ffi.typeof(lib.myfunc) == ffi.typeof("long(*)(long)")
904 assert lib.myfunc(s) == 47
905 assert not isinstance(lib.myfunc, ffi.CData)
906 assert ffi.typeof(lib.myfunc) == ffi.typeof("long(*)(struct foo_s)")
Dtest_verify1.py1683 res = lib.myfunc(ffi2.new("foo_t *", {'x': 10}))
1685 res = lib.myfunc(ffi1.new("foo_t *", {'x': -10}))
1697 res = lib2.myfunc(lib2.AA)
1761 res = lib.myfunc(b"hi!")
1764 res = lib.myfunc(p)
1766 res = lib.myfunc(ffi.cast("void *", p))
1768 res = lib.myfunc(ffi.cast("int *", p))
/external/python/cffi/testing/cffi0/
Dtest_verify.py1717 res = lib.myfunc(ffi2.new("foo_t *", {'x': 10}))
1719 res = lib.myfunc(ffi1.new("foo_t *", {'x': -10}))
1731 res = lib2.myfunc(lib2.AA)
1795 res = lib.myfunc(b"hi!")
1798 res = lib.myfunc(p)
1800 res = lib.myfunc(ffi.cast("void *", p))
1802 res = lib.myfunc(ffi.cast("int *", p))

12