Home
last modified time | relevance | path

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

/openbmc/linux/arch/arc/include/asm/
H A Delf.h19 #define R_ARC_32_PCREL 0x31 macro
/openbmc/linux/arch/arc/kernel/
H A Dmodule.c106 else if (R_ARC_32_PCREL == relo_type) /* ( S + A ) - PDATA ) */ in apply_relocate_add()