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

/linux-master/arch/mips/kernel/
H A Drelocate.c29 extern u32 _relocation_start[]; /* End kernel image / start relocation table */
157 for (r = _relocation_start; r < _relocation_end; r++) {
347 kernel_length = (long)(&_relocation_start) - (long)(&_text);
H A Dvmlinux.lds.S160 _relocation_start = .; define

Completed in 84 milliseconds