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

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

#include <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.
 

Detailed Description

Relocation entry for 64-bit ELFs.

This structure stores information describing a relocation to be performed. Additional information about the relocation is stored at the location pointed to by r_offset.

Field Documentation

◆ r_info

elf64_xword elf64_rel::r_info

Information about the relocation, related symbol and type.

◆ r_offset

elf64_addr elf64_rel::r_offset

Offset in the section to perform a relocation.


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