Searched refs:ELF32_R_INFO (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 159 #define ELF32_R_INFO(__s, __t) (((__s)<<8) + (unsigned char) (__t)) macro
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | _machelf.h | 76 #define ELF_R_INFO ELF32_R_INFO
|
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_reloc_stream.c | 48 #define Set_REL32_info(r,s,t) ((r).r_info = ELF32_R_INFO(s,t))
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | machelf.h | 115 #define ELF_R_INFO ELF32_R_INFO
|
H A D | elf.h | 619 * R.r_info = ELF32_R_INFO(sym, type) 624 #define ELF32_R_INFO(sym, type) (((sym)<<8)+(unsigned char)(type)) macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 151 #define ELF32_R_INFO(sym, type) (((sym) << 8) + (unsigned char)(type)) macro
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | gelf.c | 902 r->r_info = ELF32_R_INFO(ELF64_R_SYM(src->r_info), 991 r->r_info = ELF32_R_INFO(ELF64_R_SYM(src->r_info),
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 220 rel->r_info = ELF32_R_INFO(count + dep->de_global, 229 rel->r_info = ELF32_R_INFO(count + dep->de_global,
|
Completed in 86 milliseconds