Home
last modified time | relevance | path

Searched refs:Xword (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/cddl/compat/opensolaris/sys/
H A Delf.h55 typedef Elf32_Word Xword; /* Xword/Sxword are 32-bits in Elf32 */ typedef
58 typedef Elf64_Xword Xword; typedef
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_align.c84 [ELF_T_XWORD] = MALIGN64(Xword),
H A Delf_types.m461 `XWORD, Xword',
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h92 using Xword = packed<uint64_t>; member
113 using Elf_Xword = typename ELFT::Xword; \
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp66 typename ELFT::Xword StringTableSize{0}; in getDynamicStrTab()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h155 using Elf_Xword = typename ELFT::Xword;