• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/romimage/
1SECTIONS
2{
3  .text : {
4	zero_page_pos = .;
5	*(.data)
6	end_data = .;
7	}
8}
9