History log of /seL4-refos-master/libs/libmuslc/src/ldso/__dlsym.c
Revision Date Author Comments
# 4058795d 25-Jan-2016 Rich Felker <dalias@aerifal.cx>

move static-linked stub dlsym out of dynlink.c

the function name is still __-prefixed because it requires an asm
wrapper to pass the caller's address in order for RTLD_NEXT to work.

since this was the last function in dynlink.c still used for static
linking, now the whole file is conditional on SHARED being defined.