Home
last modified time | relevance | path

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

/openbmc/linux/arch/arc/include/asm/
H A Delf.h17 #define R_ARC_32 0x4 macro
/openbmc/linux/arch/arc/kernel/
H A Dmodule.c104 else if (R_ARC_32 == relo_type) /* ( S + A ) */ in apply_relocate_add()