Searched refs:ELF64_R_INFO (Results 1 – 2 of 2) sorted by relevance
245 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type)) macro
579 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type)) macro
Completed in 22 milliseconds