Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Delftypes.h58 typedef int Elf64_Sword; typedef
68 typedef int Elf64_Sword; typedef
H A Dmachelf.h57 typedef Elf64_Sword Sword;
155 #define EC_SWORD(a) ((Elf64_Sword)(a)) /* "d" */
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.h79 Elf64_Sword d_tag;
/illumos-gate/usr/src/head/
H A Dgelf.h53 typedef Elf64_Sword GElf_Sword;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h158 typedef int32_t Elf64_Sword; typedef
/illumos-gate/usr/src/boot/sys/sys/
H A Delf64.h41 typedef int32_t Elf64_Sword; typedef
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate64.m4691 /* SWORD */ { W_sizeof, sizeof (Elf64_Sword) },
1250 $1(Byte *dst, Elf64_Sword *src, size_t cnt)
1252 Elf64_Sword *end = src + cnt;
1256 if (~(Elf64_Word)0 == -(Elf64_Sword)1) { /* 2s comp */
1853 $1(Elf64_Sword *dst, Byte *src, size_t cnt)
1855 Elf64_Sword *end = dst;
1862 if (~(Elf64_Word)0 == -(Elf64_Sword)1 &&
1868 Elf64_Sword sw;