Searched refs:call_init_pointer (Results 1 – 8 of 8) sorted by relevance
| /freebsd/libexec/rtld-elf/arm/ |
| H A D | rtld_machdep.h | 62 #define call_init_pointer(obj, target) \ macro
|
| /freebsd/libexec/rtld-elf/amd64/ |
| H A D | rtld_machdep.h | 62 #define call_init_pointer(obj, target) \ macro
|
| /freebsd/libexec/rtld-elf/aarch64/ |
| H A D | rtld_machdep.h | 68 #define call_init_pointer(obj, target) \ macro
|
| /freebsd/libexec/rtld-elf/riscv/ |
| H A D | rtld_machdep.h | 80 #define call_init_pointer(obj, target) \ macro
|
| /freebsd/libexec/rtld-elf/i386/ |
| H A D | rtld_machdep.h | 60 #define call_init_pointer(obj, target) \ macro
|
| /freebsd/libexec/rtld-elf/powerpc/ |
| H A D | rtld_machdep.h | 62 #define call_init_pointer(obj, target) \ macro
|
| /freebsd/libexec/rtld-elf/powerpc64/ |
| H A D | rtld_machdep.h | 62 #define call_init_pointer(obj, target) \ macro
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.c | 3107 call_init_pointer(obj_main, preinit_addr[index]); in preinit_main() 3261 call_init_pointer(elm->obj, elm->obj->init); in objlist_call_init() 3275 call_init_pointer(elm->obj, in objlist_call_init()
|