replacement       316 opal/mca/patcher/linux/patcher_linux_module.c static intptr_t mca_patcher_linux_get_orig (const char *symbol, void *replacement)
replacement       322 opal/mca/patcher/linux/patcher_linux_module.c     if (func_ptr == replacement) {
replacement       338 opal/mca/patcher/linux/patcher_linux_module.c static int mca_patcher_linux_patch_symbol (const char *symbol_name, uintptr_t replacement, uintptr_t *orig)
replacement       353 opal/mca/patcher/linux/patcher_linux_module.c     patch->super.patch_value = mca_patcher_base_addr_text (replacement);
replacement       373 opal/mca/patcher/linux/patcher_linux_module.c         *orig = mca_patcher_linux_get_orig (patch->super.patch_symbol, (void *) replacement);