Searched refs:symIndex (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/arch/riscv64/
H A Darch_elf.cpp68 int symIndex = ELF64_R_SYM(rel[i].r_info); local
72 if (symIndex != 0) {
73 Elf64_Sym* symbol = SYMBOL(image, symIndex);
/haiku/src/system/runtime_loader/arch/riscv64/
H A Darch_relocate.cpp24 int symIndex = ELF64_R_SYM(rel[i].r_info); local
29 if (symIndex != 0) {
30 Elf64_Sym* sym = SYMBOL(image, symIndex);
/haiku/src/system/runtime_loader/arch/x86_64/
H A Darch_relocate.cpp22 int symIndex = ELF64_R_SYM(rel[i].r_info); local
27 if (symIndex != 0) {
28 Elf64_Sym* sym = SYMBOL(image, symIndex);
/haiku/src/system/kernel/arch/arm64/
H A Darch_elf.cpp66 int symIndex = ELF64_R_SYM(rel[i].r_info); local
70 if (symIndex != 0) {
71 Elf64_Sym* symbol = SYMBOL(image, symIndex);
/haiku/src/system/kernel/arch/x86/
H A Darch_elf.cpp230 int symIndex = ELF64_R_SYM(rel[i].r_info); local
234 if (symIndex != 0) {
235 Elf64_Sym* symbol = SYMBOL(image, symIndex);

Completed in 44 milliseconds