Searched refs:R_TYPE (Results 1 – 7 of 7) sorted by relevance
51 #define R_TYPE(name) __CONCAT(R_X86_64_,name) macro
64 #define R_TYPE(name) __CONCAT(R_386_,name) macro
104 #define R_TYPE(name) __CONCAT(R_AARCH64_,name) macro
115 #define R_TYPE(name) __CONCAT(R_ARM_,name) macro
94 #define R_TYPE(name) __CONCAT(R_MIPS_,name) macro
63 ElfW(Word) type = ELFW(R_TYPE)(rel->r_info); in relocate()
2737 if (ELFW(R_TYPE)(rel->r_info) == R_GENERIC_RELATIVE || in get_addend()2738 ELFW(R_TYPE)(rel->r_info) == R_GENERIC_IRELATIVE) { in get_addend()2754 ElfW(Word) type = ELFW(R_TYPE)(rel->r_info); in relocate()