Hacker News new | ask | show | jobs
by tgv 812 days ago
I guess this is the answer (from https://sourceware.org/glibc/wiki/GNU_IFUNC):

> Symbols of type STT_GNU_IFUNC (GNU-specific extension) are treated differently from normal symbols. Such IFUNC symbols point to the resolver function, and all calls to such functions are delayed until runtime.