relsymidx         106 opal/mca/patcher/linux/patcher_linux_module.c         uint32_t relsymidx = ELF64_R_SYM(reloc->r_info);
relsymidx         108 opal/mca/patcher/linux/patcher_linux_module.c         uint32_t relsymidx = ELF32_R_SYM(reloc->r_info);
relsymidx         110 opal/mca/patcher/linux/patcher_linux_module.c         char *elf_sym = (char *) strtab + symtab[relsymidx].st_name;