Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h951 struct Elf32_Shdr { struct
952 Elf32_Word sh_name; // Section name (index into string table)
953 Elf32_Word sh_type; // Section type (SHT_*)
954 Elf32_Word sh_flags; // Section flags (SHF_*)
955 Elf32_Addr sh_addr; // Address where section is to be loaded
956 Elf32_Off sh_offset; // File offset of section data, in bytes
957 Elf32_Word sh_size; // Size of section, in bytes
958 Elf32_Word sh_link; // Section type-specific header table index link
959 Elf32_Word sh_info; // Section type-specific extra information
960 Elf32_Word sh_addralign; // Section address alignment
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dsys-types.h179 typedef int Elf32_Shdr; typedef
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsys-types.h179 typedef int Elf32_Shdr; typedef
/openbsd-src/sys/sys/
H A Dexec_elf.h223 } Elf32_Shdr; global() typedef