Home
last modified time | relevance | path

Searched refs:R_MIPS_26 (Results 1 – 7 of 7) sorted by relevance

/arch/mips/kernel/
Dmodule-rela.c140 [R_MIPS_26] = apply_r_mips_26_rela,
Drelocate.c119 [R_MIPS_26] = apply_r_mips_26_rel,
Dmodule.c236 [R_MIPS_26] = apply_r_mips_26_rel,
Dvpe.c408 [R_MIPS_26] = apply_r_mips_26,
418 [R_MIPS_26] = "MIPS_26",
/arch/mips/include/asm/
Delf.h75 #define R_MIPS_26 4 macro
/arch/mips/boot/tools/
Drelocs.c67 REL_TYPE(R_MIPS_26), in rel_type()
536 case R_MIPS_26: in do_reloc()
/arch/mips/mm/
Duasm.c507 || rel->type == R_MIPS_26)) in ISAFUNC()