Searched refs:Elf32_Word (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/libelf/
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 sh_name; /* Section name (index into the
79 Elf32_Word sh_type; /* Section type. */
80 Elf32_Word sh_flags; /* Section flags. */
83 Elf32_Word sh_size; /* Size in bytes. */
84 Elf32_Word sh_lin
[all...]
H A Dgelf_symshndx.c36 Elf32_Word *shindex)
77 *shindex = ((Elf32_Word *) id->d_buf)[ndx];
84 Elf32_Word xindex)
123 *(((Elf32_Word *) id->d_buf) + ndx) = xindex;
H A Dgelf.h87 int _index, GElf_Sym *_dst, Elf32_Word *_shindexdst);
98 int _index, GElf_Sym *_symsrc, Elf32_Word _shindexsrc);

Completed in 6 milliseconds