/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf32.h | 42 typedef uint32_t Elf32_Word; typedef 45 typedef Elf32_Word Elf32_Hashelt; 48 typedef Elf32_Word Elf32_Size; 59 Elf32_Word e_version; /* ELF format version. */ 63 Elf32_Word e_flags; /* Architecture-specific flags. */ 77 Elf32_Word l_name; /* The name of a shared object. */ 78 Elf32_Word l_time_stamp; /* 32-bit timestamp. */ 79 Elf32_Word l_checksum; /* Checksum of visible symbols, sizes. */ 80 Elf32_Word l_version; /* Interface version string index. */ 81 Elf32_Word l_flags; /* Flags (LL_*). */ [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 26 typedef unsigned long Elf32_Word; typedef 72 Elf32_Word e_version; /* use same as "EI_VERSION" above */ 76 Elf32_Word e_flags; /* flags */ 105 Elf32_Word sh_name; /* Section name (string tbl index) */ 106 Elf32_Word sh_type; /* Section type */ 107 Elf32_Word sh_flags; /* Section flags */ 110 Elf32_Word sh_size; /* Section size in bytes */ 111 Elf32_Word sh_link; /* Link to another section */ 112 Elf32_Word sh_info; /* Additional section information */ 113 Elf32_Word sh_addralign; /* Section alignment */ [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 74 Elf32_Word e_version; /* file version */ 78 Elf32_Word e_flags; /* file flags */ 450 Elf32_Word p_type; /* entry type */ 454 Elf32_Word p_filesz; /* file size */ 455 Elf32_Word p_memsz; /* memory size */ 456 Elf32_Word p_flags; /* entry flags */ 457 Elf32_Word p_align; /* memory/file alignment */ 533 Elf32_Word sh_name; /* section name */ 534 Elf32_Word sh_type; /* SHT_... */ 535 Elf32_Word sh_flags; /* SHF_... */ [all …]
|
H A D | link.h | 55 Elf32_Word d_val; 339 Elf32_Word vd_hash; /* version name hash value */ 340 Elf32_Word vd_aux; /* no. of bytes from start of this */ 342 Elf32_Word vd_next; /* no. of bytes from start of this */ 346 Elf32_Word vda_name; /* first element defines the version */ 349 Elf32_Word vda_next; /* no. of bytes from start of this */ 356 Elf32_Word vn_file; /* name of needed dependency (file) */ 357 Elf32_Word vn_aux; /* no. of bytes from start of this */ 359 Elf32_Word vn_next; /* no. of bytes from start of this */ 363 Elf32_Word vna_hash; /* version name hash value */ [all …]
|
H A D | elftypes.h | 45 typedef unsigned int Elf32_Word; typedef 51 typedef unsigned long Elf32_Word;
|
H A D | machelf.h | 100 typedef Elf32_Word Xword; /* Xword/Sxword are 32-bits in Elf32 */ 103 typedef Elf32_Word Word;
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | elfedit.h | 114 Elf32_Word sec_shndx; /* Section index */ 149 Elf32_Word symt_shndx; /* Symbol table section index */ 150 Elf32_Word symt_xshndx; /* Index of extended index section */ 151 Elf32_Word symt_syminfo; /* Index of versym section */ 152 Elf32_Word symt_versym; /* Index of versym section */ 210 Elf32_Word os_dynndx; /* Index of dynamic section */ 652 Elf32_Word dn_ndx; /* Index of item in dynamic array */ 874 extern void elfedit32_dyn_elt_save(elfedit32_dyn_elt_t *elt, Elf32_Word ndx, 889 extern Elf32_Word elfedit32_dynstr_insert(elfedit32_section_t *dynsec, 908 extern Elf32_Word elfedit32_name_to_shndx(elfedit32_obj_state_t *obj_state, [all …]
|
H A D | alist.h | 141 Elf32_Word apl_arritems; 142 Elf32_Word apl_nitems;
|
H A D | rtld.h | 163 Elf32_Word rtd_version; /* version no. */ 164 Elf32_Word rtd_objpad; /* padding around mmap()ed objects */ 320 Elf32_Word lm_flags; 328 Elf32_Word lm_tflags;
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | i386_elf.h | 61 Elf32_Word sh_name; /* Section name (index into the 63 Elf32_Word sh_type; /* Section type. */ 64 Elf32_Word sh_flags; /* Section flags. */ 68 Elf32_Word sh_link; /* Index of a related section. */ 69 Elf32_Word sh_info; /* Depends on section type. */
|
H A D | elf.h | 152 typedef uint32_t Elf32_Word; typedef 169 Elf32_Word e_version; /* ELF format version. */ 173 Elf32_Word e_flags; /* Architecture-specific flags. */ 203 Elf32_Word p_type; /* Entry type. */ 209 Elf32_Word p_flags; /* Access permission flags. */
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | gelf.c | 292 dst->p_filesz = (Elf32_Word)src->p_filesz; in gelf_update_phdr() 294 dst->p_memsz = (Elf32_Word)src->p_memsz; in gelf_update_phdr() 296 dst->p_align = (Elf32_Word)src->p_align; in gelf_update_phdr() 390 dst->sh_flags = (Elf32_Word)src->sh_flags; in gelf_update_shdr() 396 dst->sh_size = (Elf32_Word)src->sh_size; in gelf_update_shdr() 400 dst->sh_addralign = (Elf32_Word)src->sh_addralign; in gelf_update_shdr() 402 dst->sh_entsize = (Elf32_Word)src->sh_entsize; in gelf_update_shdr() 541 d->st_size = (Elf32_Word)src->st_size; in gelf_update_sym() 651 dst->d_un.d_val = (Elf32_Word) d->d_un.d_val; in gelf_getdyn() 687 d->d_tag = (Elf32_Word)src->d_tag; in gelf_update_dyn() [all …]
|
H A D | xlate.m4 | 159 define(tofw, `{ register Elf32_Word _t_ = $2; 184 define(tomw, `(((((((Elf32_Word)($1)[$2`'3]<<8) 636 /* WORD */ { W_sizeof, sizeof (Elf32_Word) }, 705 _elf32_mtype(Elf * elf, Elf32_Word shtype, unsigned ver) 786 _elf32_entsz(Elf *elf, Elf32_Word shtype, unsigned ver) 802 Elf32_Word w; 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) 1101 Elf32_Word descsz, namesz; 1107 namesz = S_ROUND(src->n_namesz, sizeof (Elf32_Word)); [all …]
|
H A D | decl.h | 64 Elf32_Word w; 378 extern size_t _elf32_entsz(Elf *elf, Elf32_Word, unsigned); 385 extern Elf_Type _elf32_mtype(Elf *, Elf32_Word, unsigned);
|
H A D | getdata.c | 66 sizeof (Elf32_Word) /* ELF_T_CAP */
|
/illumos-gate/usr/src/head/ |
H A D | gelf.h | 123 Elf32_Word *); 125 Elf32_Word);
|
H A D | link.h | 59 extern void ld_input_section(const char *, Elf32_Shdr **, Elf32_Word, 61 extern void ld_section(const char *, Elf32_Shdr *, Elf32_Word,
|
/illumos-gate/usr/src/common/core/ |
H A D | core_shstrtab.h | 64 extern boolean_t shstrtab_ndx(shstrtab_t *, const char *, Elf32_Word *);
|
H A D | core_shstrtab.c | 71 shstrtab_ndx(shstrtab_t *s, const char *name, Elf32_Word *offp) in shstrtab_ndx()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_pservice.c | 189 symp->st_name = (Elf32_Word)sym.st_name; in ps_pglobal_sym() 191 symp->st_size = (Elf32_Word)sym.st_size; in ps_pglobal_sym()
|
/illumos-gate/usr/src/cmd/file/ |
H A D | elf_read.h | 94 #define Elf_Word Elf32_Word
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | archdep.c | 167 Elf32_Word e_flags) in elfheadcheck() 169 Elf32_Word needed_flags; in elfheadcheck()
|
/illumos-gate/usr/src/cmd/boot/symdef/ |
H A D | symdef.c | 66 Elf32_Word shndx; in main()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pservice.c | 415 symp->st_name = (Elf32_Word)sym.st_name; in ps_pglobal_sym() 417 symp->st_size = (Elf32_Word)sym.st_size; in ps_pglobal_sym()
|
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | dispsyms.c | 133 Elf32_Word shndx; in print_symtab()
|