Searched refs:pltrel (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/runtime_loader/arch/ppc/
H A Darch_relocate.cpp47 if (image->pltrel) {
48 status = relocate_rel(rootImage, image, image->pltrel,
/haiku/headers/private/kernel/boot/
H A Delf.h56 FixedWidthPointer<Elf32_Rel> pltrel; member in struct:preloaded_elf32_image
73 FixedWidthPointer<Elf64_Rel> pltrel; member in struct:preloaded_elf64_image
/haiku/src/system/runtime_loader/arch/arm/
H A Darch_relocate.cpp94 if (image->pltrel) {
95 status = relocate_rel(rootImage, image, image->pltrel,
/haiku/src/system/runtime_loader/arch/riscv64/
H A Darch_relocate.cpp92 if (image->pltrel) {
93 status = relocate_rela(rootImage, image, (Elf64_Rela*)image->pltrel,
/haiku/src/system/runtime_loader/arch/x86/
H A Darch_relocate.cpp124 if (image->pltrel) {
125 status = relocate_rel(rootImage, image, image->pltrel,
/haiku/src/system/runtime_loader/arch/x86_64/
H A Darch_relocate.cpp100 if (image->pltrel) {
101 status = relocate_rela(rootImage, image, (Elf64_Rela*)image->pltrel,
/haiku/headers/private/kernel/
H A Delf_priv.h51 elf_rel* pltrel; member in struct:elf_image_info
/haiku/src/system/boot/loader/
H A Delf.cpp421 if (image->pltrel) {
422 RelType* pltrel = image->pltrel; local
427 status = boot_arch_elf_relocate_rel(image, pltrel,
433 status = boot_arch_elf_relocate_rela(image, (RelaType*)pltrel,
591 image->pltrel = 0;
624 image->pltrel = (RelType*)Class::Map(d[i].d_un.d_ptr
/haiku/src/system/runtime_loader/arch/m68k/
H A Darch_relocate.cpp286 if (image->pltrel) {
290 status = relocate_rel(rootImage, image, image->pltrel,
/haiku/src/system/boot/platform/riscv/
H A Dstart.cpp104 fix_address(image->pltrel);
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h118 elf_rel *pltrel; member in struct:image_t
/haiku/src/system/boot/platform/efi/
H A Dstart.cpp84 fix_address(image->pltrel);
/haiku/src/system/boot/platform/bios_ia32/
H A Dlong.cpp253 fix_address(image->pltrel);
/haiku/src/system/kernel/
H A Delf.cpp541 kprintf(" pltrel %p\n", image->pltrel);
761 image->pltrel = (elf_rel *)(d[i].d_un.d_ptr
1092 if (image->pltrel) {
1096 status = arch_elf_relocate_rel(image, resolveImage, image->pltrel,
1102 (elf_rela *)image->pltrel, image->pltrel_len);
/haiku/src/system/runtime_loader/
H A Delf_load_image.cpp307 image->pltrel = (elf_rel*)

Completed in 134 milliseconds