mca_patcher_linux_get_dynentry   99 opal/mca/patcher/linux/patcher_linux_module.c     jmprel = mca_patcher_linux_get_dynentry (base, dphdr, DT_JMPREL);
mca_patcher_linux_get_dynentry  100 opal/mca/patcher/linux/patcher_linux_module.c     symtab = (ElfW(Sym) *) mca_patcher_linux_get_dynentry (base, dphdr, DT_SYMTAB);
mca_patcher_linux_get_dynentry  101 opal/mca/patcher/linux/patcher_linux_module.c     strtab = mca_patcher_linux_get_dynentry (base, dphdr, DT_STRTAB);
mca_patcher_linux_get_dynentry  102 opal/mca/patcher/linux/patcher_linux_module.c     pltrelsz = (size_t) (uintptr_t) mca_patcher_linux_get_dynentry (base, dphdr, DT_PLTRELSZ);