Searched refs:DL_CALL_DT_INIT (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/sysdeps/ia64/ |
D | dl-lookupcfg.h | 49 #define DL_CALL_DT_INIT(map, start, argc, argv, env) \ macro
|
/glibc-2.36/sysdeps/hppa/ |
D | dl-lookupcfg.h | 56 #define DL_CALL_DT_INIT(map, start, argc, argv, env) \ macro
|
/glibc-2.36/elf/ |
D | dl-init.c | 56 DL_CALL_DT_INIT(l, l->l_addr + l->l_info[DT_INIT]->d_un.d_ptr, argc, argv, env); in call_init()
|
/glibc-2.36/csu/ |
D | libc-start.c | 135 DL_CALL_DT_INIT(l, l->l_addr + l->l_info[DT_INIT]->d_un.d_ptr, in call_init()
|
/glibc-2.36/sysdeps/generic/ |
D | ldsodefs.h | 115 # define DL_CALL_DT_INIT(map, start, argc, argv, env) \ macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-hppa | 103 DL_CALL_DT_INIT() as well as DL_CALL_DT_FINI().
|
D | ChangeLog.ports-ia64 | 131 DL_CALL_DT_INIT() as well as DL_CALL_DT_FINI().
|
D | ChangeLog.23 | 30521 [! ELF_FUNCTION_PTR_IS_SPECIAL](DL_CALL_DT_INIT): Modified.
|
D | ChangeLog.18 | 61423 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and 61425 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
|