Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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.
 

Detailed Description

Section Header(64-bit)

Field Documentation

◆ sh_addr

elf64_addr elf64_shdr::sh_addr

Address of section in the image.

◆ sh_addralign

elf64_xword elf64_shdr::sh_addralign

Section address alignment.

◆ sh_entsize

elf64_xword elf64_shdr::sh_entsize

Section contains table of fixed size entries sh_entsize bytes large.

◆ sh_flags

elf64_xword elf64_shdr::sh_flags

Section header attributes.

◆ sh_info

elf64_word elf64_shdr::sh_info

Section info, depends on section type.

◆ sh_link

elf64_word elf64_shdr::sh_link

Section header table link index, depends on section type.

◆ sh_name

elf64_word elf64_shdr::sh_name

Section header name index in section header string table.

◆ sh_offset

elf64_off elf64_shdr::sh_offset

Location of section in the ELF binary in bytes.

◆ sh_size

elf64_xword elf64_shdr::sh_size

Section size in bytes.

◆ sh_type

elf64_word elf64_shdr::sh_type

Section type.


The documentation for this struct was generated from the following file: