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

/freebsd-13-stable/sys/sys/
H A Delf32.h44 typedef uint32_t Elf32_Word; typedef
47 typedef Elf32_Word Elf32_Hashelt;
50 typedef Elf32_Word Elf32_Size;
61 Elf32_Word e_version; /* ELF format version. */
65 Elf32_Word e_flags; /* Architecture-specific flags. */
79 Elf32_Word l_name; /* The name of a shared object. */
80 Elf32_Word l_time_stamp; /* 32-bit timestamp. */
81 Elf32_Word l_checksum; /* Checksum of visible symbols, sizes. */
82 Elf32_Word l_version; /* Interface version string index. */
83 Elf32_Word l_flag
[all...]
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h44 typedef uint32_t Elf32_Word; typedef
57 Elf32_Word a_type; /* 32-bit id */
58 Elf32_Word a_v; /* 32-bit id */
96 Elf32_Word e_version;
100 Elf32_Word e_flags;
176 Elf32_Word p_type;
180 Elf32_Word p_filesz;
181 Elf32_Word p_memsz;
182 Elf32_Word p_flags;
183 Elf32_Word p_alig
[all...]
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf_symshndx.c36 Elf32_Word *shindex)
82 *shindex = ((Elf32_Word *) id->d_buf)[ndx];
89 Elf32_Word xindex)
134 *(((Elf32_Word *) id->d_buf) + ndx) = xindex;
H A Dlibelf_extended.c60 scn->s_shdr.s_shdr32.sh_size = (Elf32_Word) shnum;
90 scn->s_shdr.s_shdr32.sh_link = (Elf32_Word) shstrndx;
119 scn->s_shdr.s_shdr32.sh_info = (Elf32_Word) phnum;
H A Dgelf.h87 int _index, GElf_Sym *_dst, Elf32_Word *_shindexdst);
98 int _index, GElf_Sym *_symsrc, Elf32_Word _shindexsrc);
H A Dgelf_rel.c156 (Elf32_Word) ELF64_R_SYM(dr->r_info),
157 (Elf32_Word) ELF64_R_TYPE(dr->r_info));
H A Dgelf_rela.c158 (Elf32_Word) ELF64_R_SYM(dr->r_info),
159 (Elf32_Word) ELF64_R_TYPE(dr->r_info));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h31 using Elf32_Word = uint32_t;
64 Elf32_Word e_version; // Must be equal to 1
68 Elf32_Word e_flags; // Processor-specific flags
784 Elf32_Word sh_name; // Section name (index into string table)
785 Elf32_Word sh_type; // Section type (SHT_*)
786 Elf32_Word sh_flags; // Section flags (SHF_*)
789 Elf32_Word sh_size; // Size of section, in bytes
790 Elf32_Word sh_link; // Section type-specific header table index link
791 Elf32_Word sh_info; // Section type-specific extra information
792 Elf32_Word sh_addralig
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp61 : sizeof(Elf32_Word)) !=
70 &Offset, Is64Bit ? sizeof(Elf64_Xword) : sizeof(Elf32_Word));
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2318 typedef uint32_t Elf32_Word; /* Unsigned integer. */ typedef
2339 Elf32_Word c_tag; /* Type of entry. */
2341 Elf32_Word c_val; /* Integer value. */
2377 Elf32_Word d_val; /* Integer value. */
2401 Elf32_Word e_version; /* File format version (EV_*). */
2405 Elf32_Word e_flags; /* Flags (EF_*). */
2440 Elf32_Word l_name; /* The name of a shared object. */
2441 Elf32_Word l_time_stamp; /* 32-bit timestamp. */
2442 Elf32_Word l_checksum; /* Checksum of visible symbols, sizes. */
2443 Elf32_Word l_versio
[all...]
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.h209 Elf32_Word nbuckets_gnu; /* Number of GNU hash buckets*/
210 Elf32_Word symndx_gnu; /* 1st accessible symbol on dynsym table */
211 Elf32_Word maskwords_bm_gnu; /* Bloom filter words - 1 (bitmask) */
212 Elf32_Word shift2_gnu; /* Bloom filter shift count */
213 Elf32_Word dynsymcount; /* Total entries in dynsym table */
H A Drtld.c1092 const Elf32_Word *hashval;
1093 Elf32_Word bkt, nmaskwords;
4637 const Elf32_Word *hashval;
4638 Elf32_Word bucket;
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Delf.h57 typedef Elf32_Word Xword; /* Xword/Sxword are 32-bits in Elf32 */
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1072 ELF::Elf32_Word *Buf =
1073 reinterpret_cast<ELF::Elf32_Word *>(Out.getBufferStart() + Sec.Offset);
1348 if (GroupSec->Align % sizeof(ELF::Elf32_Word) != 0)
1366 if (GroupSec->Contents.size() % sizeof(ELF::Elf32_Word) ||
1369 const ELF::Elf32_Word *Word =
1370 reinterpret_cast<const ELF::Elf32_Word *>(GroupSec->Contents.data());
1371 const ELF::Elf32_Word *End =
1372 Word + GroupSec->Contents.size() / sizeof(ELF::Elf32_Word);
H A DObject.h786 ELF::Elf32_Word FlagWord;
798 void setFlagWord(ELF::Elf32_Word W) { FlagWord = W; }
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_sysvec.c498 const Elf32_Word *desc;
504 desc = (const Elf32_Word *)p;
/freebsd-13-stable/contrib/elftoolchain/size/
H A Dsize.c319 ELF_T_WORD, sizeof(Elf32_Word)) != 0 ||
321 ELF_T_WORD, sizeof(Elf32_Word)) != 0 ||
323 ELF_T_WORD, sizeof(Elf32_Word)) != 0)
/freebsd-13-stable/stand/mips/beri/boot2/
H A Dboot2.c367 *(Elf32_Word *)p = es[i].sh_size;
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_sysvec.c815 const Elf32_Word *desc;
821 desc = (const Elf32_Word *)p;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp826 write(static_cast<ELF::Elf32_Word>(ELF::ELFCOMPRESS_ZLIB));
827 write(static_cast<ELF::Elf32_Word>(Size));
828 write(static_cast<ELF::Elf32_Word>(Alignment));
/freebsd-13-stable/stand/i386/boot2/
H A Dboot2.c335 *(Elf32_Word *)p = es[i].sh_size;
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysvec.c957 const Elf32_Word *desc;
963 desc = (const Elf32_Word *)p;
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c980 const Elf32_Word *desc;
986 desc = (const Elf32_Word *)p;
/freebsd-13-stable/sys/kern/
H A Dimgact_elf.c240 const Elf32_Word *desc;
246 desc = (const Elf32_Word *)p;
2742 const Elf32_Word *desc;
2748 desc = (const Elf32_Word *)p;
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsymbols.c995 if (sy_buf->g32[i].st_name == (Elf32_Word)-1)

Completed in 401 milliseconds