Searched refs:Elf64_Half (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf64.h | 39 typedef uint16_t Elf64_Half; typedef 66 Elf64_Half e_type; /* File type. */ 67 Elf64_Half e_machine; /* Machine architecture. */ 73 Elf64_Half e_ehsize; /* Size of ELF header in bytes. */ 74 Elf64_Half e_phentsize; /* Size of program header entry. */ 75 Elf64_Half e_phnum; /* Number of program header entries. */ 76 Elf64_Half e_shentsize; /* Size of section header entry. */ 77 Elf64_Half e_shnum; /* Number of section header entries. */ 78 Elf64_Half e_shstrndx; /* Section name strings section. */ 179 Elf64_Half m_repeat; /* repeat count */ [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 156 typedef uint16_t Elf64_Half; typedef 184 Elf64_Half e_type; /* File type. */ 185 Elf64_Half e_machine; /* Machine architecture. */ 191 Elf64_Half e_ehsize; /* Size of ELF header in bytes. */ 192 Elf64_Half e_phentsize; /* Size of program header entry. */ 193 Elf64_Half e_phnum; /* Number of program header entries. */ 194 Elf64_Half e_shentsize; /* Size of section header entry. */ 195 Elf64_Half e_shnum; /* Number of section header entries. */ 196 Elf64_Half e_shstrndx; /* Section name strings section. */
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | link.h | 380 Elf64_Half vd_version; /* this structures version revision */ 381 Elf64_Half vd_flags; /* version information */ 382 Elf64_Half vd_ndx; /* version index */ 383 Elf64_Half vd_cnt; /* no. of associated aux entries */ 398 Elf64_Half vn_version; /* this structures version revision */ 399 Elf64_Half vn_cnt; /* no. of associated aux entries */ 408 Elf64_Half vna_flags; /* version information */ 409 Elf64_Half vna_other; 414 typedef Elf64_Half Elf64_Versym; 417 Elf64_Half si_boundto; /* direct bindings - symbol bound to */ [all …]
|
H A D | elf.h | 90 Elf64_Half e_type; /* file type */ 91 Elf64_Half e_machine; /* target machine */ 97 Elf64_Half e_ehsize; /* sizeof ehdr */ 98 Elf64_Half e_phentsize; /* sizeof phdr */ 99 Elf64_Half e_phnum; /* number phdrs */ 100 Elf64_Half e_shentsize; /* sizeof shdr */ 101 Elf64_Half e_shnum; /* number shdrs */ 102 Elf64_Half e_shstrndx; /* shdr string index */ 689 Elf64_Half st_shndx; /* SHN_... */ 866 Elf64_Half m_repeat; /* repeat count */ [all …]
|
H A D | elftypes.h | 56 typedef unsigned short Elf64_Half; typedef 66 typedef unsigned short Elf64_Half; typedef
|
H A D | machelf.h | 58 typedef Elf64_Half Half; 153 #define EC_HALF(a) ((Elf64_Half)(a)) /* "d" */
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcontrol.h | 186 Elf64_Half e_type; 187 Elf64_Half e_machine; 193 Elf64_Half e_ehsize; 194 Elf64_Half e_phentsize; 195 Elf64_Half e_shentsize;
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | newscn.c | 107 = (Elf64_Half)(tl->s_index + 2); in elf_newscn()
|
H A D | xlate64.m4 | 166 define(tofh, `{ Elf64_Half _t_ = $2; 211 define(tomh, `(((Elf64_Half)($1)[$2`'1]<<8)+($1)[$2`'0])')dnl 685 /* HALF */ { H_sizeof, sizeof (Elf64_Half) }, 1009 $1(Byte *dst, Elf64_Half *src, size_t cnt) 1011 Elf64_Half *end = src + cnt; 1357 Elf64_Half i; 1421 Elf64_Half i; 1602 $1(Elf64_Half *dst, Byte *src, size_t cnt) 1604 Elf64_Half *end = dst; 1973 Elf64_Half i; [all …]
|
H A D | getdata.c | 78 sizeof (Elf64_Half), /* ELF_T_HALF */
|
H A D | gelf.c | 768 dst->m_stride = (Elf64_Half)m->m_stride; in gelf_getmove()
|
/illumos-gate/usr/src/head/ |
H A D | gelf.h | 51 typedef Elf64_Half GElf_Half;
|
H A D | link.h | 65 extern void ld_start64(const char *, const Elf64_Half, const char *);
|