Searched refs:__tagtable_end (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dvmlinux.lds.S41 __tagtable_end = .; define
H A Dsetup.c390 extern struct tagtable __tagtable_begin, __tagtable_end;
393 for (t = &__tagtable_begin; t < &__tagtable_end; t++)
399 return t < &__tagtable_end;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dsetup.c165 extern tagtable_t __tagtable_begin, __tagtable_end;
180 for (t = &__tagtable_begin; t < &__tagtable_end; t++) {
186 if (t == &__tagtable_end)
H A Dvmlinux.lds.S131 __tagtable_end = .; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dvmlinux.lds.S42 __tagtable_end = .; define
H A Dsetup.c634 extern struct tagtable __tagtable_begin, __tagtable_end;
637 for (t = &__tagtable_begin; t < &__tagtable_end; t++)
643 return t < &__tagtable_end;

Completed in 62 milliseconds