Searched refs:link (Results 1 – 25 of 69) sorted by relevance
123
/sysdeps/mach/hurd/ |
A D | jmp-unwind.c | 48 struct hurd_userlink *link; in _longjmp_unwind() local 67 for (link = ss->active_resources; in _longjmp_unwind() 68 link && _JMPBUF_UNWINDS (env[0].__jmpbuf, link, demangle_ptr); in _longjmp_unwind() 69 link = link->thread.next) in _longjmp_unwind() 73 if (_hurd_userlink_unlink (link)) in _longjmp_unwind() 76 (*link->cleanup) (link->cleanup_data, env, val); in _longjmp_unwind()
|
A D | Makefile | 138 link-rpcuserlibs := $(rpcuserlibs:%user.so=%user-link.so) 139 $(common-objpfx)libc.so: $(link-rpcuserlibs) 140 $(common-objpfx)linkobj/libc.so: $(link-rpcuserlibs) 152 $(link-rpcuserlibs): %-link.so: %_pic.a 159 libmachuser-link.so-no-z-defs = yes 160 libhurduser-link.so-no-z-defs = yes 175 link-libc-static := -Wl,--start-group \ 179 link-libc-static-tests := -Wl,--start-group \ 190 $(link-relocatable) 192 $(link-relocatable) [all …]
|
A D | link.c | 58 weak_alias (__link, link)
|
/sysdeps/generic/ |
A D | unwind-resume.c | 25 link (void) in link() function 37 UNWIND_LINK_PTR (link (), _Unwind_Resume) (exc); in _Unwind_Resume() 44 return UNWIND_LINK_PTR (link (), personality) PERSONALITY_ARGS; 51 return UNWIND_LINK_PTR (link (), _Unwind_ForcedUnwind) in _Unwind_ForcedUnwind() 58 return UNWIND_LINK_PTR (link (), _Unwind_GetCFA) (context); in _Unwind_GetCFA()
|
/sysdeps/unix/sysv/linux/ |
A D | tst-memfd_create.c | 97 char *link = xreadlink (fd_path); in do_test() local 99 printf ("info: memfd link: %s\n", link); in do_test() 100 TEST_VERIFY (strcmp (link, "memfd:tst-memfd_create (deleted)")); in do_test() 113 free (link); in do_test()
|
/sysdeps/mach/hurd/i386/ |
A D | trampoline.c | 121 struct hurd_userlink link; in _hurd_setup_sighandler() member 199 stackframe->link.cleanup = &_hurdsig_longjmp_from_handler; in _hurd_setup_sighandler() 200 stackframe->link.cleanup_data = &stackframe->ctx; in _hurd_setup_sighandler() 201 stackframe->link.resource.next = NULL; in _hurd_setup_sighandler() 202 stackframe->link.resource.prevp = NULL; in _hurd_setup_sighandler() 203 stackframe->link.thread.next = ss->active_resources; in _hurd_setup_sighandler() 204 stackframe->link.thread.prevp = &ss->active_resources; in _hurd_setup_sighandler() 205 if (stackframe->link.thread.next) in _hurd_setup_sighandler() 206 stackframe->link.thread.next->thread.prevp in _hurd_setup_sighandler() 207 = &stackframe->link.thread.next; in _hurd_setup_sighandler() [all …]
|
A D | sigreturn.c | 61 struct hurd_userlink *link = (void *) &scp[1]; in __sigreturn() local 76 _hurd_userlink_unlink (link); in __sigreturn()
|
A D | tlsdesc.sym | 4 #include <link.h>
|
/sysdeps/hurd/include/hurd/ |
A D | port.h | 10 struct hurd_userlink link; member 24 __d.port = port = _hurd_port_get (__d.p, &__d.link); \
|
/sysdeps/m68k/ |
A D | crti.S | 64 link.w %fp, #0 82 link.w %fp, #0
|
/sysdeps/arm/ |
A D | unwind-resume.c | 24 return UNWIND_LINK_PTR (link (), _Unwind_Resume); in __unwind_link_get_resume()
|
A D | tlsdesc.sym | 4 #include <link.h>
|
/sysdeps/ia64/ |
A D | unwind-resume.c | 23 return UNWIND_LINK_PTR (link (), _Unwind_GetBSP) (context); in _Unwind_GetBSP()
|
/sysdeps/unix/sysv/linux/generic/ |
A D | link.c | 29 weak_alias (__link, link)
|
/sysdeps/aarch64/ |
A D | dl-link.sym | 3 #include <link.h>
|
A D | tlsdesc.sym | 4 #include <link.h>
|
A D | Makefile | 17 gen-as-const-headers += dl-link.sym
|
/sysdeps/i386/ |
A D | tlsdesc.sym | 4 #include <link.h>
|
A D | link-defines.sym | 1 #include "link.h"
|
A D | Makefile | 27 gen-as-const-headers += link-defines.sym
|
/sysdeps/x86_64/ |
A D | tlsdesc.sym | 4 #include <link.h>
|
A D | link-defines.sym | 1 #include "link.h"
|
/sysdeps/unix/sysv/linux/ia64/ |
A D | makecontext.c | 43 extern void __start_context (ucontext_t *link, long gp, ...); in __makecontext()
|
/sysdeps/unix/ |
A D | syscalls.list | 37 link - link i:ss __link link
|
/sysdeps/alpha/ |
A D | dl-machine.h | 84 struct link_map *link; in elf_machine_runtime_setup() member 128 pg->link = map; in elf_machine_runtime_setup()
|
Completed in 17 milliseconds
123