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

/freebsd-9.3-release/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 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...]
/freebsd-9.3-release/contrib/file/src/
H A Dreadelf.h44 typedef uint32_t Elf32_Word; typedef
60 Elf32_Word e_version;
64 Elf32_Word e_flags;
140 Elf32_Word p_type;
144 Elf32_Word p_filesz;
145 Elf32_Word p_memsz;
146 Elf32_Word p_flags;
147 Elf32_Word p_align;
171 Elf32_Word sh_name;
172 Elf32_Word sh_typ
[all...]
/freebsd-9.3-release/sys/xen/interface/
H A Delfstructs.h34 typedef uint32_t Elf32_Word; /* Unsigned large integer */ typedef
114 Elf32_Word e_version; /* object file version */
118 Elf32_Word e_flags; /* processor-specific flags */
191 Elf32_Word sh_name; /* name - index into section header
193 Elf32_Word sh_type; /* type */
194 Elf32_Word sh_flags; /* flags */
197 Elf32_Word sh_size; /* section size */
198 Elf32_Word sh_link; /* section header table index link */
199 Elf32_Word sh_info; /* extra information */
200 Elf32_Word sh_addralig
[all...]
/freebsd-9.3-release/sys/mips/include/
H A Delf.h115 Elf32_Word gt_current_g_value; /* -G val used in compilation */
116 Elf32_Word gt_unused; /* Not used */
119 Elf32_Word gt_g_value; /* If this val were used for -G */
120 Elf32_Word gt_bytes; /* This many bytes would be used */
138 Elf32_Word ri_gprmask; /* General registers used */
139 Elf32_Word ri_cprmask[4]; /* Coprocessor registers used */
/freebsd-9.3-release/lib/libelf/
H A Dgelf_symshndx.c39 Elf32_Word *shindex)
80 *shindex = ((Elf32_Word *) id->d_buf)[ndx];
87 Elf32_Word xindex)
126 *(((Elf32_Word *) id->d_buf) + ndx) = xindex;
H A Dgelf.h88 int _index, GElf_Sym *_dst, Elf32_Word *_shindexdst);
99 int _index, GElf_Sym *_symsrc, Elf32_Word _shindexsrc);
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h34 typedef uint32_t Elf32_Word; typedef in namespace:llvm::ELF
67 Elf32_Word e_version; // Must be equal to 1
71 Elf32_Word e_flags; // Processor-specific flags
1180 Elf32_Word sh_name; // Section name (index into string table)
1181 Elf32_Word sh_type; // Section type (SHT_*)
1182 Elf32_Word sh_flags; // Section flags (SHF_*)
1185 Elf32_Word sh_size; // Size of section, in bytes
1186 Elf32_Word sh_link; // Section type-specific header table index link
1187 Elf32_Word sh_info; // Section type-specific extra information
1188 Elf32_Word sh_addralig
[all...]
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.h215 Elf32_Word nbuckets_gnu; /* Number of GNU hash buckets*/
216 Elf32_Word symndx_gnu; /* 1st accessible symbol on dynsym table */
217 Elf32_Word maskwords_bm_gnu; /* Bloom filter words - 1 (bitmask) */
218 Elf32_Word shift2_gnu; /* Bloom filter shift count */
219 Elf32_Word dynsymcount; /* Total entries in dynsym table */
H A Drtld.c861 const Elf32_Word *hashval;
862 Elf32_Word bkt, nmaskwords;
3926 const Elf32_Word *hashval;
3927 Elf32_Word bucket;
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Delf.h57 typedef Elf32_Word Xword; /* Xword/Sxword are 32-bits in Elf32 */
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DELF.h857 ELF::Elf32_Word offset) const {
863 ELF::Elf32_Word offset) const {
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot2.c353 *(Elf32_Word *)p = es[i].sh_size;
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A Dboot2.c492 *(Elf32_Word *)p = es[i].sh_size;
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_sysvec.c1025 const Elf32_Word *desc;
1031 desc = (const Elf32_Word *)p;
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_sysvec.c1050 const Elf32_Word *desc;
1056 desc = (const Elf32_Word *)p;
/freebsd-9.3-release/sys/kern/
H A Dimgact_elf.c187 const Elf32_Word *desc;
193 desc = (const Elf32_Word *)p;

Completed in 136 milliseconds