Home
last modified time | relevance | path

Searched refs:r_info (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/lib/
H A Delf.h31 Elf64_Xword r_info; /* index and type of relocation */ member
36 Elf32_Xword r_info; /* index and type of relocation */ member
42 Elf64_Xword r_info; /* index and type of relocation */ member
/kvm-unit-tests/x86/efi/
H A Dreloc_x86_64.c79 switch (ELF64_R_TYPE (rel->r_info)) { in _relocate()
/kvm-unit-tests/arm/efi/
H A Dreloc_aarch64.c77 switch (ELF64_R_TYPE (rel->r_info)) { in _relocate()
/kvm-unit-tests/riscv/efi/
H A Dreloc_riscv64.c79 switch (ELF_R_TYPE(rel->r_info)) { in _relocate()