Zephyr API 3.6.99
|
Relocation entry for 32-bit ELFs with addend. More...
#include <elf.h>
Data Fields | |
elf32_addr | r_offset |
Offset in the section to perform a relocation. | |
elf32_word | r_info |
Information about the relocation, related symbol and type. | |
elf32_sword | r_addend |
Offset to be applied to the symbol address. | |
Relocation entry for 32-bit ELFs with addend.
This structure stores information describing a relocation to be performed.
elf32_sword elf32_rela::r_addend |
Offset to be applied to the symbol address.
elf32_word elf32_rela::r_info |
Information about the relocation, related symbol and type.
elf32_addr elf32_rela::r_offset |
Offset in the section to perform a relocation.