/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 23 typedef unsigned short Elf32_Half; typedef 68 Elf32_Half e_type; /* file types */ 71 Elf32_Half e_machine; /* machine types */ 77 Elf32_Half e_ehsize; /* elf header size in bytes */ 78 Elf32_Half e_phentsize; /* program header entry size */ 79 Elf32_Half e_phnum; /* number of entries in program header */ 80 Elf32_Half e_shentsize; /* section header entry size */ 81 Elf32_Half e_shnum; /* number of entries in section header */ 90 Elf32_Half e_shstrndx; /* section header table index */ 126 Elf32_Half st_shndx;
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 149 typedef uint16_t Elf32_Half; typedef 167 Elf32_Half e_type; /* File type. */ 168 Elf32_Half e_machine; /* Machine architecture. */ 174 Elf32_Half e_ehsize; /* Size of ELF header in bytes. */ 175 Elf32_Half e_phentsize; /* Size of program header entry. */ 176 Elf32_Half e_phnum; /* Number of program header entries. */ 177 Elf32_Half e_shentsize; /* Size of section header entry. */ 178 Elf32_Half e_shnum; /* Number of section header entries. */ 179 Elf32_Half e_shstrndx; /* Section name strings section. */
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | link.h | 332 Elf32_Half vd_version; /* this structures version revision */ 333 Elf32_Half vd_flags; /* version information */ 334 Elf32_Half vd_ndx; /* version index */ 335 Elf32_Half vd_cnt; /* no. of associated aux entries */ 351 Elf32_Half vn_version; /* this structures version revision */ 352 Elf32_Half vn_cnt; /* no. of associated aux entries */ 361 Elf32_Half vna_flags; /* version information */ 362 Elf32_Half vna_other; 367 typedef Elf32_Half Elf32_Versym; /* Version symbol index array */ 370 Elf32_Half si_boundto; /* direct bindings - symbol bound to */ [all …]
|
H A D | elf.h | 71 Elf32_Half e_type; /* file type */ 72 Elf32_Half e_machine; /* target machine */ 78 Elf32_Half e_ehsize; /* sizeof ehdr */ 79 Elf32_Half e_phentsize; /* sizeof phdr */ 80 Elf32_Half e_phnum; /* number phdrs */ 81 Elf32_Half e_shentsize; /* sizeof shdr */ 82 Elf32_Half e_shnum; /* number shdrs */ 83 Elf32_Half e_shstrndx; /* shdr string index */ 513 Elf32_Half st_shndx; /* SHN_... */ 676 Elf32_Half m_repeat; /* repeat count */ [all …]
|
H A D | elftypes.h | 44 typedef unsigned short Elf32_Half; typedef 50 typedef unsigned short Elf32_Half;
|
H A D | machelf.h | 105 typedef Elf32_Half Half;
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | llib-llddbg | 102 void Dbg32_cap_val(Lm_list *, Syscapset *, Syscapset *, Elf32_Half); 128 void Dbg32_ent_print(Lm_list *, uchar_t, Elf32_Half, APlist *); 199 void Dbg32_file_rejected(Lm_list *, Rej_desc *, Elf32_Half); 200 void Dbg64_file_rejected(Lm_list *, Rej_desc *, Elf32_Half); 266 void Dbg32_map_sort_seg(Lm_list *, uchar_t, Elf32_Half, Sg_desc *); 298 void Dbg32_reloc_apply_reg(Lm_list *, int, Elf32_Half, Elf32_Word, 304 void Dbg32_reloc_ars_entry(Lm_list *, int, Elf32_Word, Elf32_Half, Rel_desc *); 308 void Dbg32_reloc_discard(Lm_list *, Elf32_Half, Rel_desc *); 310 void Dbg32_reloc_doact(Lm_list *, int, Elf32_Half, Elf32_Word, Rel_desc *, 318 void Dbg32_reloc_entry(Lm_list *, const char *, Elf32_Half, Elf32_Word, [all …]
|
/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | getdata.c | 51 sizeof (Elf32_Half), /* ELF_T_HALF */ 64 sizeof (Elf32_Half), /* ELF_T_SYMINFO */ 93 sizeof (Elf32_Half), /* ELF_T_SYMINFO */
|
H A D | newscn.c | 84 = (Elf32_Half)(tl->s_index + 2); in elf_newscn()
|
H A D | xlate.m4 | 151 define(tofh, `{ register Elf32_Half _t_ = $2; 179 define(tomh, `(((Elf32_Half)($1)[$2`'1]<<8)+($1)[$2`'0])')dnl 628 /* HALF */ { H_sizeof, sizeof (Elf32_Half) }, 1018 $1(unsigned char *dst, Elf32_Half *src, size_t cnt) 1020 Elf32_Half *end = src + cnt; 1366 Elf32_Half i; 1430 Elf32_Half i; 1564 $1(Elf32_Half *dst, unsigned char *src, size_t cnt) 1566 Elf32_Half *end = dst; 1935 Elf32_Half i; [all …]
|
H A D | gelf.c | 807 m->m_repeat = (Elf32_Half)src->m_repeat; in gelf_update_move() 808 m->m_stride = (Elf32_Half)src->m_stride; in gelf_update_move()
|
/titanic_44/usr/src/cmd/sgs/prof/common/ |
H A D | symintHdr.h | 117 Elf32_Half pe_type;
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | llib-lld | 45 int ld32_main(int, char **, Elf32_Half);
|
/titanic_44/usr/src/head/ |
H A D | link.h | 54 extern void ld_start(const char *, const Elf32_Half, const char *);
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | llib-lconv | 290 const char *conv32_dyn_tag(Elf32_Word, uchar_t, Elf32_Half, 306 const char *conv32_sym_value(Elf32_Half, uchar_t, Elf32_Addr,
|
/titanic_44/usr/src/uts/sparc/os/ |
H A D | archdep.c | 166 Elf32_Half e_machine, in elfheadcheck()
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 916 Elf32_Half e_machine, in elfheadcheck()
|