1 /* << 2 * Copyright (C) 2009 Thomas Chou <thomas@wytro << 3 * << 4 * This program is free software; you can redi << 5 * it under the terms of the GNU General Publi << 6 * the Free Software Foundation; either versio << 7 * (at your option) any later version. << 8 * << 9 * This program is distributed in the hope tha << 10 * but WITHOUT ANY WARRANTY; without even the << 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR << 12 * GNU General Public License for more details << 13 * << 14 * You should have received a copy of the GNU << 15 * along with this program. If not, see <http << 16 * << 17 */ << 18 << 19 SECTIONS 1 SECTIONS 20 { 2 { 21 .data : { !! 3 .data : { 22 input_len = .; !! 4 input_len = .; 23 LONG(input_data_end - input_da !! 5 LONG(input_data_end - input_data) input_data = .; 24 *(.data) !! 6 *(.data) 25 . = ALIGN(4); !! 7 input_data_end = .; 26 input_data_end = .; << 27 } 8 } 28 } 9 }
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.