Searched defs:R_SYM (Results 1 – 3 of 3) sorted by relevance
15 #define R_SYM(x) ((x)>>8) macro22 #define R_SYM(x) ((x)>>32) macro
19 #define R_SYM(x) ((x)>>8) macro30 #define R_SYM(x) ((x)>>32) macro
36 #define R_SYM(x) (be32toh(be64toh(x)>>32)) macro