Searched refs:ELF32_R_SYM (Results 1 – 7 of 7) sorted by relevance
73 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info),
520 #define ELF32_R_SYM(val) ((val) >> 8) macro
157 #define ELF32_R_SYM(__i) ((__i)>>8) macro
124 #define ELF32_R_SYM(x) ((x) >> 8) macro
227 #define ELF32_R_SYM(x) ((x) >> 8) macro
121 # define XELF_R_SYM(info) ELF32_R_SYM (info)