Zephyr API 3.6.99
|
Section Header(32-bit) More...
#include <elf.h>
Data Fields | |
elf32_word | sh_name |
Section header name index in section header string table. | |
elf32_word | sh_type |
Section type. | |
elf32_word | sh_flags |
Section header attributes. | |
elf32_addr | sh_addr |
Address of section in the image. | |
elf32_off | sh_offset |
Location of section in the ELF binary in bytes. | |
elf32_word | sh_size |
Section size in bytes. | |
elf32_word | sh_link |
Section header table link index, depends on section type. | |
elf32_word | sh_info |
Section info, depends on section type. | |
elf32_word | sh_addralign |
Section address alignment. | |
elf32_word | sh_entsize |
Section contains table of fixed size entries sh_entsize bytes large. | |
Section Header(32-bit)
elf32_addr elf32_shdr::sh_addr |
Address of section in the image.
elf32_word elf32_shdr::sh_addralign |
Section address alignment.
elf32_word elf32_shdr::sh_entsize |
Section contains table of fixed size entries sh_entsize bytes large.
elf32_word elf32_shdr::sh_flags |
Section header attributes.
elf32_word elf32_shdr::sh_info |
Section info, depends on section type.
elf32_word elf32_shdr::sh_link |
Section header table link index, depends on section type.
elf32_word elf32_shdr::sh_name |
Section header name index in section header string table.
elf32_off elf32_shdr::sh_offset |
Location of section in the ELF binary in bytes.
elf32_word elf32_shdr::sh_size |
Section size in bytes.
elf32_word elf32_shdr::sh_type |
Section type.