elf: add support for IRELATIVE relocations

Operating Systems / OSv - Avi Kivity [cloudius-systems.com] - 26 May 2013 12:48 UTC

This are used to support ifunc functions, which are resolved at load-time based on cpu features, rather than at link time.

e8c62c5 elf: add support for IRELATIVE relocations
core/elf.cc | 3 +++
include/elf.hh | 1 +
2 files changed, 4 insertions(+)

Upstream: github.com


  • Share