Searched refs:ELF64_R_INFO (Results 1 – 7 of 7) sorted by relevance
84 dst->r_info = ELF64_R_INFO( in gelf_getrel()
59 #define GELF_R_INFO ELF64_R_INFO
84 dst->r_info = ELF64_R_INFO( in gelf_getrela()
160 #define ELF64_R_INFO(sym, type) (((sym) << 32) + ((type) & 0xffffffffL)) macro
396 rel->r_info = ELF64_R_INFO(count + dep->de_global, in prepare_elf64()403 rel->r_info = ELF64_R_INFO(count + dep->de_global, in prepare_elf64()407 rel->r_info = ELF64_R_INFO(count + dep->de_global, in prepare_elf64()412 rel->r_info = ELF64_R_INFO(count + dep->de_global, in prepare_elf64()
405 &ds->ds_size, ELF64_R_INFO(dre->dre_symndx, type), in _dwarf_reloc_section_gen()
2864 #define ELF64_R_INFO(S,T) \ macro