Searched refs:ELF64_R_INFO (Results 1 – 8 of 8) sorted by relevance
103 #define GELF_R_INFO ELF64_R_INFO
51 #define ELF_R_INFO ELF64_R_INFO
68 #define ELF_R_INFO ELF64_R_INFO
780 #define ELF64_R_INFO(sym, type) (((Elf64_Xword)(sym)<<32)+(Elf64_Xword)(type)) macro
160 #define ELF64_R_INFO(sym, type) (((sym) << 32) + ((type) & 0xffffffffL)) macro
49 #define Set_REL64_info(r,s,t) ((r).r_info = ELF64_R_INFO(s,t))
855 dst->r_info = ELF64_R_INFO( in gelf_getrela() 947 dst->r_info = ELF64_R_INFO(ELF32_R_SYM(r->r_info), in gelf_getrel()
395 rel->r_info = ELF64_R_INFO(count + dep->de_global, in prepare_elf64() 400 rel->r_info = ELF64_R_INFO(count + dep->de_global, in prepare_elf64()