Home
last modified time | relevance | path

Searched defs:R_SYM (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/internal/
Ddynlink.h15 #define R_SYM(x) ((x)>>8) macro
22 #define R_SYM(x) ((x)>>32) macro
/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h19 #define R_SYM(x) ((x)>>8) macro
30 #define R_SYM(x) ((x)>>32) macro
/third_party/musl/arch/mips64/
Dreloc.h36 #define R_SYM(x) (be32toh(be64toh(x)>>32)) macro