Home
last modified time | relevance | path

Searched refs:DT_NULL (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/powerpc/
H A Dreloc64.c10 #define DT_NULL 0 macro
35 while (d && d->tag != DT_NULL) { in relocate()
/kvm-unit-tests/lib/
H A Delf.h47 #define DT_NULL 0 macro
/kvm-unit-tests/x86/efi/
H A Dreloc_x86_64.c50 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
/kvm-unit-tests/arm/efi/
H A Dreloc_aarch64.c48 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
/kvm-unit-tests/riscv/efi/
H A Dreloc_riscv64.c55 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()