Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99

Relocation entry for 64-bit ELFs with addend. More...

#include <zephyr/llext/elf.h>

Data Fields

elf64_addr r_offset
 Offset in the section to perform a relocation.
elf64_xword r_info
 Information about the relocation, related symbol and type.
elf64_sxword r_addend
 Offset to be applied to the symbol address.

Detailed Description

Relocation entry for 64-bit ELFs with addend.

This structure stores information describing a relocation to be performed.

Field Documentation

◆ r_addend

elf64_sxword elf64_rela::r_addend

Offset to be applied to the symbol address.

◆ r_info

elf64_xword elf64_rela::r_info

Information about the relocation, related symbol and type.

◆ r_offset

elf64_addr elf64_rela::r_offset

Offset in the section to perform a relocation.


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