Searched refs:ELF_MIPS_R_TYPE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmodule.h46 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info) macro
61 #define ELF_MIPS_R_TYPE(rel) (rel.r_type) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dmodule.c317 res = reloc_handlers_rel[ELF_MIPS_R_TYPE(rel[i])](me, location, v);
357 res = reloc_handlers_rela[ELF_MIPS_R_TYPE(rel[i])](me, location, v);

Completed in 104 milliseconds