Searched defs:ELF64_R_INFO (Results 1 – 2 of 2) sorted by relevance
160 #define ELF64_R_INFO(sym, type) (((sym) << 32) + ((type) & 0xffffffffL)) macro
2864 #define ELF64_R_INFO(S,T) \ macro