Home
last modified time | relevance | path

Searched refs:opd_addr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/ia64/include/asm/
H A Dmodule.h29 void *opd_addr; /* symbolize uses .opd to get to actual function */ member
/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c920 mas->opd_addr = (void *)mas->opd->sh_addr; in module_finalize()
955 if (ptr < mas->opd_addr || ptr >= mas->opd_addr + mas->opd_size) in dereference_module_function_descriptor()