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