Home
last modified time | relevance | path

Searched refs:R_TYPE (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/arch-x86_64/include/machine/
Delf_machdep.h51 #define R_TYPE(name) __CONCAT(R_X86_64_,name) macro
/bionic/libc/arch-x86/include/machine/
Delf_machdep.h64 #define R_TYPE(name) __CONCAT(R_386_,name) macro
/bionic/libc/arch-arm64/include/machine/
Delf_machdep.h104 #define R_TYPE(name) __CONCAT(R_AARCH64_,name) macro
/bionic/libc/arch-arm/include/machine/
Delf_machdep.h115 #define R_TYPE(name) __CONCAT(R_ARM_,name) macro
/bionic/libc/arch-mips/include/machine/
Delf_machdep.h94 #define R_TYPE(name) __CONCAT(R_MIPS_,name) macro
/bionic/linker/
Dlinker_mips.cpp58 ElfW(Word) type = ELFW(R_TYPE)(rel->r_info); in relocate()
Dlinker.cpp1823 if (ELFW(R_TYPE)(rel->r_info) == R_GENERIC_RELATIVE || in get_addend()
1824 ELFW(R_TYPE)(rel->r_info) == R_GENERIC_IRELATIVE) { in get_addend()
1840 ElfW(Word) type = ELFW(R_TYPE)(rel->r_info); in relocate()