Home
last modified time | relevance | path

Searched refs:ssym (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/cpu/
H A Dstart.S27 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \ argument
28 (((r_type) << 24) | ((r_type2) << 16) | ((r_type3) << 8) | (ssym))
30 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \ argument
31 ((r_type) | ((r_type2) << 8) | ((r_type3) << 16) | (ssym) << 24)