Home
last modified time | relevance | path

Searched refs:ELF32_R_INFO (Results 1 – 8 of 8) sorted by relevance

/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h159 #define ELF32_R_INFO(__s, __t) (((__s)<<8) + (unsigned char) (__t)) macro
/titanic_51/usr/src/cmd/sgs/include/
H A D_machelf.h76 #define ELF_R_INFO ELF32_R_INFO
/titanic_51/usr/src/uts/common/sys/
H A Dmachelf.h115 #define ELF_R_INFO ELF32_R_INFO
H A Delf.h776 #define ELF32_R_INFO(sym, type) (((sym)<<8)+(unsigned char)(type)) macro
/titanic_51/usr/src/boot/sys/sys/
H A Delf32.h151 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
/titanic_51/usr/src/lib/libdwarf/common/
H A Dpro_reloc_stream.c48 #define Set_REL32_info(r,s,t) ((r).r_info = ELF32_R_INFO(s,t))
/titanic_51/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c902 r->r_info = ELF32_R_INFO(ELF64_R_SYM(src->r_info), in gelf_update_rela()
991 r->r_info = ELF32_R_INFO(ELF64_R_SYM(src->r_info), in gelf_update_rel()
/titanic_51/usr/src/lib/libdtrace/common/
H A Ddt_link.c219 rel->r_info = ELF32_R_INFO(count + dep->de_global, in prepare_elf32()
228 rel->r_info = ELF32_R_INFO(count + dep->de_global, in prepare_elf32()