Home
last modified time | relevance | path

Searched defs:elf64_rela (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/powerpc/
H A Dreloc64.c21 struct elf64_rela { struct
33 struct elf64_rela *r; in relocate() argument
/kvm-unit-tests/lib/
H A Delf.h40 typedef struct elf64_rela { struct
41 Elf64_Addr r_offset; /* Location at which to apply the action */
42 Elf64_Xword r_info; /* index and type of relocation */
43 Elf64_Sxword r_addend; /* Constant addend used to compute value */