Searched refs:Elf64_Word (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Delf64.h43 typedef uint32_t Elf64_Word; typedef
54 typedef Elf64_Word Elf64_Hashelt;
68 Elf64_Word e_version; /* ELF format version. */
72 Elf64_Word e_flags; /* Architecture-specific flags. */
86 Elf64_Word l_name; /* The name of a shared object. */
87 Elf64_Word l_time_stamp; /* 64-bit timestamp. */
88 Elf64_Word l_checksum; /* Checksum of visible symbols, sizes. */
89 Elf64_Word l_version; /* Interface version string index. */
90 Elf64_Word l_flags; /* Flags (LL_*). */
98 Elf64_Word sh_nam
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.h51 typedef uint32_t Elf64_Word; typedef
113 Elf64_Word e_version;
117 Elf64_Word e_flags;
187 Elf64_Word p_type;
188 Elf64_Word p_flags;
220 Elf64_Word sh_name;
221 Elf64_Word sh_type;
226 Elf64_Word sh_link;
227 Elf64_Word sh_info;
269 Elf64_Word n_names
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h37 using Elf64_Word = uint32_t;
90 Elf64_Word e_version;
94 Elf64_Word e_flags;
788 Elf64_Word sh_name;
789 Elf64_Word sh_type;
794 Elf64_Word sh_link;
795 Elf64_Word sh_info;
1012 Elf64_Word st_name; // Symbol name (index into string table)
1128 Elf64_Word getSymbol() const { return (r_info >> 32); }
1129 Elf64_Word getTyp
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp60 if (Extractor.getUnsigned(&Offset, Is64Bit ? sizeof(Elf64_Word)
67 Offset += sizeof(Elf64_Word);
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_extended.c92 scn->s_shdr.s_shdr64.sh_link = (Elf64_Word) shstrndx;
121 scn->s_shdr.s_shdr64.sh_info = (Elf64_Word) phnum;
H A Dgelf_chdr.c73 d->ch_type = (Elf64_Word)ch32->ch_type;
H A Dgelf.h39 typedef Elf64_Word GElf_Word; /* Unsigned words (32 bit) */
/freebsd-11-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2327 typedef uint32_t Elf64_Word; /* Unsigned integer. */ typedef
2420 Elf64_Word e_version; /* File format version (EV_*). */
2424 Elf64_Word e_flags; /* Flags (EF_*). */
2449 Elf64_Word l_name; /* The name of a shared object. */
2450 Elf64_Word l_time_stamp; /* 32-bit timestamp. */
2451 Elf64_Word l_checksum; /* Checksum of visible symbols, sizes. */
2452 Elf64_Word l_version; /* Interface version string index. */
2453 Elf64_Word l_flags; /* Flags (LL_*). */
2538 Elf64_Word info; /* Kind-specific information. */
2679 Elf64_Word ri_gprmas
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Delf.h75 #define EC_WORD(a) ((Elf64_Word)(a)) /* "u" */
/freebsd-11-stable/usr.bin/elf2aout/
H A Delf2aout.c78 Elf64_Word type;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp820 write(static_cast<ELF::Elf64_Word>(ELF::ELFCOMPRESS_ZLIB));
821 write(static_cast<ELF::Elf64_Word>(0)); // ch_reserved field.
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsymbols.c1000 if (sy_buf->g64[i].st_name == (Elf64_Word)-1)

Completed in 198 milliseconds