Searched refs:resolver (Results 1 - 14 of 14) sorted by path

/haiku-buildtools/binutils/bfd/
H A Delf32-v850.c1750 #define V800_RELOC(name,sz,bit,shift,complain,pcrel,resolver) \
1752 bfd_elf_ ## resolver ## _reloc, #name, FALSE, 0, ~0, FALSE)
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dgot-dump-1.d12 00060010 -32752\(gp\) 00000000 Lazy resolver
H A Dgot-dump-2.d12 0001236000000010 -32752\(gp\) 0000000000000000 Lazy resolver
/haiku-buildtools/gcc/gcc/
H A Dcgraphunit.c617 tree resolver = NULL_TREE; local
619 resolver = targetm.generate_version_dispatcher_body (this);
620 gcc_assert (resolver != NULL_TREE);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dattr-ifunc-1.C11 static void *resolver ();
20 void *Klass::resolver (void) function in class:Klass
H A Dattr-ifunc-2.C11 static void *resolver ();
20 void *Klass::resolver (void) function in class:Klass
H A Dattr-ifunc-3.C11 static void *resolver ();
20 void *Klass::resolver (void) function in class:Klass
H A Dattr-ifunc-4.C16 static void *resolver ();
25 void *Klassier::resolver (void) function in class:Klassier
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dattr-ifunc-1.c13 static void *resolver (void) function
18 extern int magic (void) __attribute__ ((ifunc ("resolver")));
H A Dattr-ifunc-2.c3 static void *resolver () function
9 __attribute__ ((ifunc ("resolver")));
11 __attribute__ ((alias ("resolver")));
18 __attribute__ ((ifunc ("resolver")));
21 __attribute__ ((alias ("resolver")));
23 __attribute__ ((ifunc ("resolver")));
26 __attribute__ ((weak,ifunc ("resolver")));
28 __attribute__ ((ifunc ("resolver"),weak));
H A Dattr-ifunc-3.c17 static void *resolver (void) function
22 extern int magic (void *) __attribute__ ((ifunc ("resolver")));
H A Dattr-ifunc-4.c13 static void *resolver (void) function
18 static int magic (void) __attribute__ ((ifunc ("resolver")));
H A Dattr-ifunc-5.c13 static void *resolver (void) function
18 extern int magic (void) __attribute__ ((ifunc ("resolver"),visibility ("hidden")));
/haiku-buildtools/jam/
H A DStatCacheServer.cpp1317 PathResolver resolver; local
1319 reply.error = resolver.FindNode(request.path, true, &node);
1337 PathResolver resolver; local
1339 status_t error = resolver.FindNode(request.path, true, &node);

Completed in 344 milliseconds