Home
last modified time | relevance | path

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

/src/contrib/elftoolchain/libelf/
H A Dgelf_rel.c84 dst->r_info = ELF64_R_INFO( in gelf_getrel()
H A Dgelf.h59 #define GELF_R_INFO ELF64_R_INFO
H A Dgelf_rela.c84 dst->r_info = ELF64_R_INFO( in gelf_getrela()
/src/sys/sys/
H A Delf64.h160 #define ELF64_R_INFO(sym, type) (((sym) << 32) + ((type) & 0xffffffffL)) macro
/src/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c396 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()
/src/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c405 &ds->ds_size, ELF64_R_INFO(dre->dre_symndx, type), in _dwarf_reloc_section_gen()
/src/contrib/elftoolchain/common/
H A Delfdefinitions.h2864 #define ELF64_R_INFO(S,T) \ macro