mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-29 05:51:10 +00:00
d63bc8be87
According to the ELF spec: "Each element of this array is a pointer to a function to be executed by the dynamic linker." "Note that the address of a function need not be the same as a pointer to a function as defined by the processor supplement." so these should be accessed via uintptr_t type instead of ElfW(Addr). |
||
---|---|---|
.. | ||
abi-note.c | ||
check_fds.c | ||
dso_handle.c | ||
errno-loc.c | ||
errno.c | ||
gmon-start.c | ||
init-first.c | ||
init.c | ||
libc-start.c | ||
libc-tls.c | ||
Makefile | ||
rtld-sizes.sym | ||
start.c | ||
static-reloc.c | ||
sysdep.c | ||
version.c | ||
Versions |