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