Elixir Cross Referencer

Loading...
1
2
3
4
5
6
7
8
SECTIONS
{
  .text : {
	zero_page_pos = .;
	*(.data)
	end_data = .;
	}
}