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.h113 #define R_TYPE(name) __CONCAT(R_ARM_,name) macro
/bionic/libc/arch-mips64/include/machine/
Delf_machdep.h94 #define R_TYPE(name) __CONCAT(R_MIPS_,name) macro
/bionic/libc/arch-mips/include/machine/
Delf_machdep.h94 #define R_TYPE(name) __CONCAT(R_MIPS_,name) macro
/bionic/linker/
Dlinker.cpp1084 unsigned type = ELFW(R_TYPE)(rela->r_info); in Relocate()
1361 unsigned type = ELFW(R_TYPE)(rel->r_info); in Relocate()