Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/arch/powerpc/util/
Dsym-handling.c25 sym->st_value += PPC64_LOCAL_ENTRY_OFFSET(sym->st_other); in arch__elf_sym_adjust()
/linux-4.4.14/arch/powerpc/kernel/
Dmodule_64.c65 #define PPC64_LOCAL_ENTRY_OFFSET(other) \ macro
73 return PPC64_LOCAL_ENTRY_OFFSET(sym->st_other); in local_entry_offset()