_relocation_start 28 arch/mips/kernel/relocate.c extern u32 _relocation_start[]; /* End kernel image / start relocation table */ _relocation_start 143 arch/mips/kernel/relocate.c for (r = _relocation_start; r < _relocation_end; r++) { _relocation_start 320 arch/mips/kernel/relocate.c kernel_length = (long)(&_relocation_start) - (long)(&_text);