Home
last modified time | relevance | path

Searched refs:Elf_Xword (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h112 using Elf_Xword = typename ELFT::Xword; \
171 Elf_Xword sh_flags; // Section flags (SHF_*)
174 Elf_Xword sh_size; // Size of section, in bytes
177 Elf_Xword sh_addralign; // Section address alignment
178 Elf_Xword sh_entsize; // Size of records contained within the section
215 Elf_Xword st_size; // Size of the symbol
370 Elf_Xword d_val;
438 Elf_Xword r_info; // Symbol table index and type of relocation to apply
554 Elf_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)
555 Elf_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h155 using Elf_Xword = typename ELFT::Xword; variable
H A DELFObject.cpp107 Sec.Align = ELFT::Is64Bits ? sizeof(Elf_Xword) : sizeof(Elf_Word); in visit()
132 Sec.Align = ELFT::Is64Bits ? sizeof(Elf_Xword) : sizeof(Elf_Word); in visit()