bionic/libc/arch-x86_64/include/machine
Dmitriy Ivanov f4cb631364 Add IFUNC support for arm64 and IRELATIVE reloc
There are number of changes in the way IFUNC related relocations are done:
 1. IRELATIVE relocations are now supported for x86/x86_64 and arm64.
 2. IFUNC relocations are now relying on static linker to generate
    them in correct order - this removes necessety of additional
    relocation pass for ifuncs.
 3. Related to 2: rela?.dyn relocations are preformed before .plt ones.
 4. Ifunc are resolved on symbol lookup this approach allowed to avoid
    mprotect(PROT_WRITE) call on r-x program segments.

Bug: 17399706
Bug: 17177284

(cherry picked from commit 9aea164457)

Change-Id: Ie19d900fc203beb93faf8943b0d06d534a6de4ad
2014-10-01 16:04:31 -07:00
..
asm.h Android is all-PIC/PIE. 2014-08-07 11:28:34 -07:00
elf_machdep.h Add IFUNC support for arm64 and IRELATIVE reloc 2014-10-01 16:04:31 -07:00
endian.h Add arch-x86_64/include/machine. 2013-10-04 16:10:13 -07:00
exec.h AArch64: Linker64 support for AArch64 2013-12-17 15:02:43 -08:00
fpu.h Add arch-x86_64/include/machine. 2013-10-04 16:10:13 -07:00
setjmp.h Add arch-x86_64/include/machine. 2013-10-04 16:10:13 -07:00