Home
last modified time | relevance | path

Searched refs:Elf32_Word (Results 1 – 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h42 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 Di386-elf.h26 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 Delf.h74 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 Dlink.h55 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 Delftypes.h45 typedef unsigned int Elf32_Word; typedef
51 typedef unsigned long Elf32_Word;
H A Dmachelf.h100 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 Delfedit.h114 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 Dalist.h141 Elf32_Word apl_arritems;
142 Elf32_Word apl_nitems;
H A Drtld.h163 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 Di386_elf.h61 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 Delf.h152 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 Dgelf.c292 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 Dxlate.m4159 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 Ddecl.h64 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 Dgetdata.c66 sizeof (Elf32_Word) /* ELF_T_CAP */
/illumos-gate/usr/src/head/
H A Dgelf.h123 Elf32_Word *);
125 Elf32_Word);
H A Dlink.h59 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 Dcore_shstrtab.h64 extern boolean_t shstrtab_ndx(shstrtab_t *, const char *, Elf32_Word *);
H A Dcore_shstrtab.c71 shstrtab_ndx(shstrtab_t *s, const char *name, Elf32_Word *offp) in shstrtab_ndx()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pservice.c189 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 Delf_read.h94 #define Elf_Word Elf32_Word
/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c167 Elf32_Word e_flags) in elfheadcheck()
169 Elf32_Word needed_flags; in elfheadcheck()
/illumos-gate/usr/src/cmd/boot/symdef/
H A Dsymdef.c66 Elf32_Word shndx; in main()
/illumos-gate/usr/src/lib/libproc/common/
H A DPservice.c415 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 Ddispsyms.c133 Elf32_Word shndx; in print_symtab()

12