Searched refs:arch_elf_relocate_rela (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Darch_elf_compat.cpp14 #define arch_elf_relocate_rela arch_elf32_relocate_rela macro
H A Darch_elf.cpp186 arch_elf_relocate_rela(struct elf_image_info *image,
190 dprintf("arch_elf_relocate_rela: not supported on x86\n");
224 arch_elf_relocate_rela(struct elf_image_info *image,
269 dprintf("arch_elf_relocate_rela: unhandled relocation type %d\n",
277 dprintf("arch_elf_relocate_rela: invalid offset %#lx\n",
/haiku/src/system/kernel/
H A Delf_compat.cpp23 #define arch_elf_relocate_rela arch_elf32_relocate_rela macro
H A Delf.cpp1101 status = arch_elf_relocate_rela(image, resolveImage,
1112 status = arch_elf_relocate_rela(image, resolveImage, image->rela,
/haiku/headers/private/kernel/arch/
H A Delf.h21 extern int arch_elf_relocate_rela(struct elf_image_info *image,
/haiku/src/system/kernel/arch/riscv64/
H A Darch_elf.cpp62 arch_elf_relocate_rela(struct elf_image_info *image,
105 dprintf("arch_elf_relocate_rela: unhandled"
113 dprintf("arch_elf_relocate_rela: invalid offset %#lx\n",
/haiku/src/system/kernel/arch/arm64/
H A Darch_elf.cpp60 arch_elf_relocate_rela(struct elf_image_info *image,
104 dprintf("arch_elf_relocate_rela: unhandled relocation type %d\n",
120 dprintf("arch_elf_relocate_rela: unhandled relocation type %d\n",
129 dprintf("arch_elf_relocate_rela: invalid offset %#lx\n",
/haiku/src/system/kernel/arch/sparc/
H A Darch_elf.cpp110 arch_elf_relocate_rela(struct elf_image_info *image,
131 dprintf("arch_elf_relocate_rela(): Failed to get GOT address!\n"); \
138 dprintf("arch_elf_relocate_rela(): Failed to get PLT address!\n"); \
227 dprintf("arch_elf_relocate_rela(): R_SPARC_JMP_SLOT: "
258 dprintf("arch_elf_relocate_rela: unhandled relocation type %"
/haiku/src/system/kernel/arch/ppc/
H A Darch_elf.cpp122 arch_elf_relocate_rela(struct elf_image_info *image,
143 dprintf("arch_elf_relocate_rela(): Failed to get GOT address!\n"); \
150 dprintf("arch_elf_relocate_rela(): Failed to get PLT address!\n"); \
164 dprintf("arch_elf_relocate_rela(): Getting section relative "
212 dprintf("arch_elf_relocate_rela(): R_PPC_COPY not yet "
301 dprintf("arch_elf_relocate_rela(): R_PPC_JMP_SLOT: "
325 dprintf("arch_elf_relocate_rela(): R_PPC_LOCAL24PC not yet "
369 dprintf("arch_elf_relocate_rela(): R_PPC_SDAREL16 not yet "
396 dprintf("arch_elf_relocate_rela: unhandled relocation type %d\n", ELF32_R_TYPE(rel[i].r_info));
/haiku/src/system/kernel/arch/arm/
H A Darch_elf.cpp323 arch_elf_relocate_rela(struct elf_image_info *image,
345 dprintf("arch_elf_relocate_rela(): Failed to get GOT address!\n"); \
352 dprintf("arch_elf_relocate_rela(): Failed to get PLT address!\n"); \
393 dprintf("arch_elf_relocate_rela(): unhandled "
/haiku/src/system/kernel/arch/m68k/
H A Darch_elf.cpp144 arch_elf_relocate_rela(struct elf_image_info *image,
164 dprintf("arch_elf_relocate_rela(): Failed to get GOT address!\n"); \
171 dprintf("arch_elf_relocate_rela(): Failed to get PLT address!\n"); \
213 dprintf("arch_elf_relocate_rela(): R_68K_COPY not yet "
335 dprintf("arch_elf_relocate_rela: unhandled relocation type %d\n", ELF32_R_TYPE(rel[i].r_info));

Completed in 162 milliseconds