Home
last modified time | relevance | path

Searched refs:non_plt_gnu_ifunc (Results 1 – 3 of 3) sorted by relevance

/dragonfly/libexec/rtld-elf/
HDrtld.h253 bool non_plt_gnu_ifunc : 1; /* Object has non-plt IFUNC references */ member
HDrtld.c2675 if (obj->non_plt_gnu_ifunc && in relocate_object()
/dragonfly/libexec/rtld-elf/x86_64/
HDreloc.c191 obj->non_plt_gnu_ifunc = true; in reloc_non_plt()