Home
last modified time | relevance | path

Searched defs:Elf32_Shdr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1024 struct Elf32_Shdr { struct
1025 Elf32_Word sh_name; // Section name (index into string table)
1026 Elf32_Word sh_type; // Section type (SHT_*)
1027 Elf32_Word sh_flags; // Section flags (SHF_*)
1028 Elf32_Addr sh_addr; // Address where section is to be loaded
1029 Elf32_Off sh_offset; // File offset of section data, in bytes
1030 Elf32_Word sh_size; // Size of section, in bytes
1031 Elf32_Word sh_link; // Section type-specific header table index link
1032 Elf32_Word sh_info; // Section type-specific extra information
1033 Elf32_Word sh_addralign; // Section address alignment
[all …]
/freebsd/sys/sys/
H A Delf32.h100 } Elf32_Shdr; typedef
/freebsd/contrib/file/src/
H A Dreadelf.h217 } Elf32_Shdr; typedef
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2765 } Elf32_Shdr; typedef