Searched refs:Elf32_Chdr (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf_chdr.c39 Elf32_Chdr *
56 Elf32_Chdr *ch32;
71 ch32 = (Elf32_Chdr *)ch;
H A Dlibelf.h233 Elf32_Chdr *elf32_getchdr(Elf_Scn *_scn);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp54 uint64_t HdrSize = Is64Bit ? sizeof(Elf64_Chdr) : sizeof(Elf32_Chdr);
/freebsd-13-stable/sys/sys/
H A Delf32.h263 } Elf32_Chdr; typedef in typeref:struct:__anon15816
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1548 struct Elf32_Chdr { struct
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp814 is64Bit() ? sizeof(ELF::Elf32_Chdr) : sizeof(ELF::Elf64_Chdr);
825 // Write Elf32_Chdr header otherwise.

Completed in 180 milliseconds