Searched refs:handle (Results 1 - 25 of 137) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Duse_22.f9011 pure function strlen(handle) result(len)
12 integer, intent(in) :: handle
19 function tostring(handle) result(string)
21 integer, intent(in) :: handle local in function:tostring
22 character(len=strlen(handle)) :: string
27 subroutine dies_here(handle)
30 integer :: handle local in subroutine:dies_here
31 write(*,*) tostring(handle) ! ICE
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Ddl1main.c10 void *handle; local
13 handle = dlopen("./tmpdir/libdl1.so", RTLD_GLOBAL|RTLD_LAZY);
14 if (!handle)
20 fcn = (void (*)(void)) dlsym(handle, "foo");
31 dlclose (handle);
H A Ddl6amain.c10 void *handle; local
13 handle = dlopen("./tmpdir/libdl6a.so", RTLD_GLOBAL|RTLD_LAZY);
14 if (!handle)
20 fcn = (void (*)(void)) dlsym(handle, "foo");
31 dlclose (handle);
H A Ddl6bmain.c10 void *handle; local
13 handle = dlopen("./tmpdir/libdl6b.so", RTLD_GLOBAL|RTLD_LAZY);
14 if (!handle)
20 fcn = (void (*)(void)) dlsym(handle, "foo");
31 dlclose (handle);
H A Ddl6cmain.c10 void *handle; local
13 handle = dlopen("./tmpdir/libdl6c.so", RTLD_GLOBAL|RTLD_LAZY);
14 if (!handle)
20 fcn = (void (*)(void)) dlsym(handle, "foo");
31 dlclose (handle);
H A Ddl6dmain.c10 void *handle; local
13 handle = dlopen("./tmpdir/libdl6d.so", RTLD_GLOBAL|RTLD_LAZY);
14 if (!handle)
20 fcn = (void (*)(void)) dlsym(handle, "foo");
31 dlclose (handle);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Doverload31.C15 foo(unsigned t, AString const & handle) argument
20 foo(AString const & handle, bool includeSpecials) argument
23 foo(t, handle);
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dverify-dynamic-library.c10 void *handle; local
14 handle = dlopen ("./output-of-test-compile-to-dynamic-library.c.so",
16 if (!handle)
27 *(void **) (&hello_world) = dlsym (handle, "hello_world");
38 dlclose (handle);
/haiku-buildtools/legacy/gcc/gcc/config/winnt/
H A Doldnames.c14 close (int handle) argument
16 return _close (handle);
32 read (int handle, void *buffer, unsigned int count) argument
34 return _read (handle, buffer, count);
44 write (int handle, void *buffer, unsigned int count) argument
46 return _write (handle, buffer, count);
/haiku-buildtools/libtool/mdemo/
H A Dmlib.c30 lt_dlhandle handle; local
38 handle = lt_dlopen(filename);
39 if (!handle) {
45 info = lt_dlgetinfo(handle);
58 phello = (int(*)())lt_dlsym(handle, "hello");
74 pnothing = (int*)lt_dlsym(handle, "nothing");
85 pfoo1 = (int(*)())lt_dlsym(handle, "foo1");
95 pfoo2 = (int(*)())lt_dlsym(handle, "foo2");
109 lt_dlclose(handle);
H A Dmain.c29 lt_dlhandle handle; local
37 handle = lt_dlopen(filename);
38 if (!handle) {
44 info = lt_dlgetinfo(handle);
57 phello = (int(*)())lt_dlsym(handle, "hello");
73 pnothing = (int*)lt_dlsym(handle, "nothing");
84 pfoo1 = (int(*)())lt_dlsym(handle, "foo1");
94 pfoo2 = (int(*)())lt_dlsym(handle, "foo2");
108 lt_dlclose(handle);
123 lt_dlhandle handle; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/async/
H A D42819.cc34 auto handle = std::async([=] { return do_work2(value); }); local
36 return tmp + handle.get();
41 auto handle = std::async(do_work2, value); local
43 return tmp + handle.get();
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Derr-bpo6.s3 # Test that we handle COMM-type symbols with base-plus-offset relocs, but
H A Dbasep-8.s1 # Test that we handle COMM-type symbols with base-plus-offset relocs.
H A Dbasep-9.s1 # Test that we handle COMM-type symbols with base-plus-offset relocs.
H A Dis-1.s1 # IS must handle a here-label.
H A Dbasep-11.s1 # Test that we handle weak symbols with base-plus-offset relocs.
H A Dgreg9.s2 % A bit cheesy: we allocate anonymous GREGs with no handle. This isn't
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Derr-bpo6.s3 # Test that we handle COMM-type symbols with base-plus-offset relocs, but
H A Dbasep-8.s1 # Test that we handle COMM-type symbols with base-plus-offset relocs.
H A Dbasep-9.s1 # Test that we handle COMM-type symbols with base-plus-offset relocs.
H A Dis-1.s1 # IS must handle a here-label.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dkoenig5.C17 struct handle {}; struct in namespace:axe
31 int x = g(fu::bar<axe::handle>::baz());
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dpr48522.C18 Handle< decltype((data)) > handle(data);
23 Handle< decltype((data)) > handle(data);
/haiku-buildtools/gcc/lto-plugin/
H A Dlto-symtab.c49 get_symbols (const void *handle, int nsyms, struct ld_plugin_symbol *syms) argument
52 struct file_handle *h = (struct file_handle *) handle;
92 add_symbols (void *handle, int nsyms, argument
96 struct file_handle *h = (struct file_handle *) handle;
158 void *handle; local
167 handle = all_file_handles[num_file_handles - 1];
168 assert (handle);
175 file.handle = handle;
230 struct file_handle *handle local
260 struct file_handle *handle = all_file_handles[j]; local
302 struct file_handle *handle = all_file_handles[j]; local
[all...]

Completed in 206 milliseconds

123456