Searched refs:Elf32_Sword (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | elftypes.h | 46 typedef int Elf32_Sword; typedef 52 typedef long Elf32_Sword;
|
H A D | machelf.h | 102 typedef Elf32_Sword Sxword; 104 typedef Elf32_Sword Sword;
|
H A D | link.h | 53 Elf32_Sword d_tag; /* how to interpret value */ 589 Elf32_Sword eb_tag; /* what this one is */
|
H A D | elf.h | 597 Elf32_Sword r_addend;
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 25 typedef signed long Elf32_Sword; typedef 202 Elf32_Sword d_tag;
|
/titanic_44/usr/src/cmd/sgs/rtld.4.x/ |
H A D | elf_boot.h | 37 Elf32_Sword eb_tag; /* what this one is */
|
/titanic_44/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.h | 83 Elf32_Sword d_tag;
|
/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 634 /* SWORD */ { W_sizeof, sizeof (Elf32_Sword) }, 808 if (~(Elf32_Word)0 == -(Elf32_Sword)1 && tomw(u.c, W_L) == 0x10203) 812 if (~(Elf32_Word)0 == -(Elf32_Sword)1 && tomw(u.c, W_M) == 0x10203) 1212 if (~(Elf32_Word)0 == -(Elf32_Sword)1) { /* 2s comp */ 1259 $1(unsigned char *dst, Elf32_Sword *src, size_t cnt) 1261 Elf32_Sword *end = src + cnt; 1265 if (~(Elf32_Word)0 == -(Elf32_Sword)1) { /* 2s comp */ 1761 if (~(Elf32_Word)0 == -(Elf32_Sword)1 && /* 2s comp */ 1767 Elf32_Sword sw; 1816 $1(Elf32_Sword *dst, unsigned char *src, size_t cnt) [all …]
|
H A D | gelf.c | 650 dst->d_tag = (Elf32_Sword)d->d_tag; in gelf_getdyn() 895 r->r_addend = (Elf32_Sword)src->r_addend; in gelf_update_rela()
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 151 typedef int32_t Elf32_Sword; typedef
|
/titanic_44/usr/src/lib/libtnfctl/ |
H A D | tnfctl.h | 57 typedef Elf32_Sword Elf3264_Sword;
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | llib-llddbg | 568 void Elf32_got_entry(Lm_list *, Elf32_Sword, Elf32_Addr, Elf32_Word, 589 Elf32_Addr, Elf32_Sword, const char *, const char *, const char *);
|