亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? link_uc3b164.lds

?? FreeRTOS is a portable, open source, mini Real Time Kernel - a free to download and royalty free RTO
?? LDS
字號(hào):
/****************************************************************************** * AVR32 AT32UC3B164 GNU LD script file. * * - Compiler:           GNU GCC for AVR32 * - Supported devices:  AVR32 AT32UC3B164 * * - author              Atmel Corporation: http://www.atmel.com \n *                       Support and FAQ: http://support.atmel.no/ * ******************************************************************************//* Copyright (c) 2007, Atmel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * 3. The name of ATMEL may not be used to endorse or promote products derived * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY ATMEL ``AS IS'' AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE EXPRESSLY AND * SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT, * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */OUTPUT_FORMAT("elf32-avr32", "elf32-avr32", "elf32-avr32")OUTPUT_ARCH(avr32:uc)ENTRY(_start)MEMORY{  FLASH (rxai!w) : ORIGIN = 0x80000000, LENGTH = 0x00010000  INTRAM (wxa!ri) : ORIGIN = 0x00000004, LENGTH = 0x00003FFC  USERPAGE : ORIGIN = 0x80800000, LENGTH = 0x00000200  FACTORYPAGE : ORIGIN = 0x80800200, LENGTH = 0x00000200}PHDRS{  FLASH PT_LOAD;  INTRAM PT_NULL;  USERPAGE PT_LOAD;  FACTORYPAGE PT_LOAD;}SECTIONS{  /* If this heap size is selected, all the INTRAM space from the end of the     data area to the beginning of the stack will be allocated for the heap. */  __max_heap_size__ = -1;  /* Use a default heap size if heap size was not defined. */  __heap_size__ = DEFINED(__heap_size__) ? __heap_size__ : __max_heap_size__;  /* Use a default stack size if stack size was not defined. */  __stack_size__ = DEFINED(__stack_size__) ? __stack_size__ : 4K;  /* Read-only sections, merged into text segment: */  PROVIDE (__executable_start = 0x80000000); . = 0x80000000;  .interp         : { *(.interp) } >FLASH AT>FLASH :FLASH  .reset : {  *(.reset) } >FLASH AT>FLASH :FLASH  .hash           : { *(.hash) } >FLASH AT>FLASH :FLASH  .dynsym         : { *(.dynsym) } >FLASH AT>FLASH :FLASH  .dynstr         : { *(.dynstr) } >FLASH AT>FLASH :FLASH  .gnu.version    : { *(.gnu.version) } >FLASH AT>FLASH :FLASH  .gnu.version_d  : { *(.gnu.version_d) } >FLASH AT>FLASH :FLASH  .gnu.version_r  : { *(.gnu.version_r) } >FLASH AT>FLASH :FLASH  .rel.init       : { *(.rel.init) } >FLASH AT>FLASH :FLASH  .rela.init      : { *(.rela.init) } >FLASH AT>FLASH :FLASH  .rel.text       : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) } >FLASH AT>FLASH :FLASH  .rela.text      : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } >FLASH AT>FLASH :FLASH  .rel.fini       : { *(.rel.fini) } >FLASH AT>FLASH :FLASH  .rela.fini      : { *(.rela.fini) } >FLASH AT>FLASH :FLASH  .rel.rodata     : { *(.rel.rodata .rel.rodata.* .rel.gnu.linkonce.r.*) } >FLASH AT>FLASH :FLASH  .rela.rodata    : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) } >FLASH AT>FLASH :FLASH  .rel.data.rel.ro   : { *(.rel.data.rel.ro*) } >FLASH AT>FLASH :FLASH  .rela.data.rel.ro   : { *(.rel.data.rel.ro*) } >FLASH AT>FLASH :FLASH  .rel.data       : { *(.rel.data .rel.data.* .rel.gnu.linkonce.d.*) } >FLASH AT>FLASH :FLASH  .rela.data      : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) } >FLASH AT>FLASH :FLASH  .rel.tdata	  : { *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*) } >FLASH AT>FLASH :FLASH  .rela.tdata	  : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) } >FLASH AT>FLASH :FLASH  .rel.tbss	  : { *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*) } >FLASH AT>FLASH :FLASH  .rela.tbss	  : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) } >FLASH AT>FLASH :FLASH  .rel.ctors      : { *(.rel.ctors) } >FLASH AT>FLASH :FLASH  .rela.ctors     : { *(.rela.ctors) } >FLASH AT>FLASH :FLASH  .rel.dtors      : { *(.rel.dtors) } >FLASH AT>FLASH :FLASH  .rela.dtors     : { *(.rela.dtors) } >FLASH AT>FLASH :FLASH  .rel.got        : { *(.rel.got) } >FLASH AT>FLASH :FLASH  .rela.got       : { *(.rela.got) } >FLASH AT>FLASH :FLASH  .rel.bss        : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) } >FLASH AT>FLASH :FLASH  .rela.bss       : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) } >FLASH AT>FLASH :FLASH  .rel.plt        : { *(.rel.plt) } >FLASH AT>FLASH :FLASH  .rela.plt       : { *(.rela.plt) } >FLASH AT>FLASH :FLASH  .init           :  {    KEEP (*(.init))  } >FLASH AT>FLASH :FLASH =0xd703d703  .plt            : { *(.plt) } >FLASH AT>FLASH :FLASH  .text           :  {    *(.text .stub .text.* .gnu.linkonce.t.*)    KEEP (*(.text.*personality*))    /* .gnu.warning sections are handled specially by elf32.em.  */    *(.gnu.warning)  } >FLASH AT>FLASH :FLASH =0xd703d703  .fini           :  {    KEEP (*(.fini))  } >FLASH AT>FLASH :FLASH =0xd703d703  PROVIDE (__etext = .);  PROVIDE (_etext = .);  PROVIDE (etext = .);  .rodata         : { *(.rodata .rodata.* .gnu.linkonce.r.*) } >FLASH AT>FLASH :FLASH  .rodata1        : { *(.rodata1) } >FLASH AT>FLASH :FLASH  .eh_frame_hdr : { *(.eh_frame_hdr) } >FLASH AT>FLASH :FLASH  .eh_frame       : ONLY_IF_RO { KEEP (*(.eh_frame)) } >FLASH AT>FLASH :FLASH  .gcc_except_table   : ONLY_IF_RO { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) } >FLASH AT>FLASH :FLASH  .lalign	: { . = ALIGN(8); PROVIDE(_data_lma = .); } >FLASH AT>FLASH :FLASH  . = ORIGIN(INTRAM);  .dalign	: { . = ALIGN(8); PROVIDE(_data = .); } >INTRAM AT>INTRAM :INTRAM  /* Exception handling  */  .eh_frame       : ONLY_IF_RW { KEEP (*(.eh_frame)) } >INTRAM AT>FLASH :FLASH  .gcc_except_table   : ONLY_IF_RW { KEEP (*(.gcc_except_table)) *(.gcc_except_table.*) } >INTRAM AT>FLASH :FLASH  /* Thread Local Storage sections  */  .tdata	  : { *(.tdata .tdata.* .gnu.linkonce.td.*) } >INTRAM AT>FLASH :FLASH  .tbss		  : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) } >INTRAM AT>FLASH :FLASH  /* Ensure the __preinit_array_start label is properly aligned.  We     could instead move the label definition inside the section, but     the linker would then create the section even if it turns out to     be empty, which isn't pretty.  */  PROVIDE (__preinit_array_start = ALIGN(32 / 8));  .preinit_array     : { KEEP (*(.preinit_array)) } >INTRAM AT>FLASH :FLASH  PROVIDE (__preinit_array_end = .);  PROVIDE (__init_array_start = .);  .init_array     : { KEEP (*(.init_array)) } >INTRAM AT>FLASH :FLASH  PROVIDE (__init_array_end = .);  PROVIDE (__fini_array_start = .);  .fini_array     : { KEEP (*(.fini_array)) } >INTRAM AT>FLASH :FLASH  PROVIDE (__fini_array_end = .);  .ctors          :  {    /* gcc uses crtbegin.o to find the start of       the constructors, so we make sure it is       first.  Because this is a wildcard, it       doesn't matter if the user does not       actually link against crtbegin.o; the       linker won't look for a file to match a       wildcard.  The wildcard also means that it       doesn't matter which directory crtbegin.o       is in.  */    KEEP (*crtbegin*.o(.ctors))    /* We don't want to include the .ctor section from       from the crtend.o file until after the sorted ctors.       The .ctor section from the crtend file contains the       end of ctors marker and it must be last */    KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors))    KEEP (*(SORT(.ctors.*)))    KEEP (*(.ctors))  } >INTRAM AT>FLASH :FLASH  .dtors          :  {    KEEP (*crtbegin*.o(.dtors))    KEEP (*(EXCLUDE_FILE (*crtend*.o ) .dtors))    KEEP (*(SORT(.dtors.*)))    KEEP (*(.dtors))  } >INTRAM AT>FLASH :FLASH  .jcr            : { KEEP (*(.jcr)) } >INTRAM AT>FLASH :FLASH  .data.rel.ro : { *(.data.rel.ro.local) *(.data.rel.ro*) } >INTRAM AT>FLASH :FLASH  .dynamic        : { *(.dynamic) } >INTRAM AT>FLASH :FLASH  .got            : { *(.got.plt) *(.got) } >INTRAM AT>FLASH :FLASH  .data           :  {    *(.data .data.* .gnu.linkonce.d.*)    KEEP (*(.gnu.linkonce.d.*personality*))    SORT(CONSTRUCTORS)  } >INTRAM AT>FLASH :FLASH  .data1          : { *(.data1) } >INTRAM AT>FLASH :FLASH  .balign	: { . = ALIGN(8); _edata = .; } >INTRAM AT>FLASH :FLASH  _edata = .;  PROVIDE (edata = .);  __bss_start = .;  .bss            :  {    *(.dynbss)    *(.bss .bss.* .gnu.linkonce.b.*)    *(COMMON)    /* Align here to ensure that the .bss section occupies space up to       _end.  Align after .bss to ensure correct alignment even if the       .bss section disappears because there are no input sections.  */    . = ALIGN(8);  } >INTRAM AT>INTRAM :INTRAM  . = ALIGN(8);  _end = .;  PROVIDE (end = .);  __heap_start__ = ALIGN(8);  .heap           :  {    *(.heap)    . = (__heap_size__ == __max_heap_size__) ?        ORIGIN(INTRAM) + LENGTH(INTRAM) - __stack_size__ - ABSOLUTE(.) :        __heap_size__;  } >INTRAM AT>INTRAM :INTRAM  __heap_end__ = .;  /* Stabs debugging sections.  */  .stab          0 : { *(.stab) }  .stabstr       0 : { *(.stabstr) }  .stab.excl     0 : { *(.stab.excl) }  .stab.exclstr  0 : { *(.stab.exclstr) }  .stab.index    0 : { *(.stab.index) }  .stab.indexstr 0 : { *(.stab.indexstr) }  .comment       0 : { *(.comment) }  /* DWARF debug sections.     Symbols in the DWARF debugging sections are relative to the beginning     of the section so we begin them at 0.  */  /* DWARF 1 */  .debug          0 : { *(.debug) }  .line           0 : { *(.line) }  /* GNU DWARF 1 extensions */  .debug_srcinfo  0 : { *(.debug_srcinfo) }  .debug_sfnames  0 : { *(.debug_sfnames) }  /* DWARF 1.1 and DWARF 2 */  .debug_aranges  0 : { *(.debug_aranges) }  .debug_pubnames 0 : { *(.debug_pubnames) }  /* DWARF 2 */  .debug_info     0 : { *(.debug_info .gnu.linkonce.wi.*) }  .debug_abbrev   0 : { *(.debug_abbrev) }  .debug_line     0 : { *(.debug_line) }  .debug_frame    0 : { *(.debug_frame) }  .debug_str      0 : { *(.debug_str) }  .debug_loc      0 : { *(.debug_loc) }  .debug_macinfo  0 : { *(.debug_macinfo) }  /* SGI/MIPS DWARF 2 extensions */  .debug_weaknames 0 : { *(.debug_weaknames) }  .debug_funcnames 0 : { *(.debug_funcnames) }  .debug_typenames 0 : { *(.debug_typenames) }  .debug_varnames  0 : { *(.debug_varnames) }  .stack         ORIGIN(INTRAM) + LENGTH(INTRAM) - __stack_size__ :  {    _stack = .;    *(.stack)    . = __stack_size__;    _estack = .;  } >INTRAM AT>INTRAM :INTRAM  .userpage       : { *(.userpage .userpage.*) } >USERPAGE AT>USERPAGE :USERPAGE  .factorypage    : { *(.factorypage .factorypage.*) } >FACTORYPAGE AT>FACTORYPAGE :FACTORYPAGE  /DISCARD/ : { *(.note.GNU-stack) }}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产欧美精品一区| 香蕉加勒比综合久久| 91精品久久久久久久久99蜜臂| 99这里只有久久精品视频| 成人小视频在线观看| 国产麻豆精品一区二区| 国内精品免费在线观看| 国内外成人在线| 激情综合色播激情啊| 黄色日韩网站视频| 国产一区二区三区观看| 国精品**一区二区三区在线蜜桃| 精品综合免费视频观看| 久久精品免费看| 国产精品亚洲第一区在线暖暖韩国 | 欧美女孩性生活视频| 欧美探花视频资源| 欧美日韩www| 日韩精品一区二区三区四区视频| 日韩欧美亚洲另类制服综合在线| 精品国产在天天线2019| 久久久久久久电影| 国产精品嫩草99a| 亚洲综合一区二区| 丝袜诱惑制服诱惑色一区在线观看| 青青草原综合久久大伊人精品优势 | 一区二区三区在线观看国产| 亚洲国产日日夜夜| 六月丁香综合在线视频| 成人免费毛片片v| 欧美色视频一区| 欧美一区二区三区视频免费| 久久久久久一二三区| 亚洲精品中文字幕乱码三区| 日本一不卡视频| 国产一级精品在线| 91香蕉视频黄| 欧美一区二区三区思思人| 久久久91精品国产一区二区三区| 亚洲视频电影在线| 日韩成人精品在线| 国产精品夜夜嗨| 欧美在线观看视频在线| 久久亚洲精精品中文字幕早川悠里 | 色哟哟一区二区在线观看| 欧美日韩国产首页| 久久久久青草大香线综合精品| 亚洲三级免费电影| 九九国产精品视频| 在线观看免费成人| 久久免费的精品国产v∧| 亚洲欧美一区二区不卡| 人人狠狠综合久久亚洲| kk眼镜猥琐国模调教系列一区二区| 欧美亚洲精品一区| 久久综合色天天久久综合图片| 亚洲蜜臀av乱码久久精品| 精品一区二区免费| 色屁屁一区二区| 2024国产精品| 夜夜嗨av一区二区三区| 国产在线观看一区二区 | 亚洲一区在线视频观看| 精品无人区卡一卡二卡三乱码免费卡| 成人精品在线视频观看| 日韩一区二区在线观看视频播放| 日韩伦理免费电影| 国产呦精品一区二区三区网站| 欧美日韩精品免费观看视频| 国产精品乱码久久久久久| 免费人成精品欧美精品| 欧美自拍偷拍午夜视频| 国产欧美日本一区视频| 麻豆精品视频在线观看免费 | 中文字幕五月欧美| 国产美女在线观看一区| 91精品久久久久久久99蜜桃| 夜夜嗨av一区二区三区网页 | 在线视频观看一区| 欧美—级在线免费片| 麻豆一区二区99久久久久| 欧美性色黄大片| 中文字幕一区二区三| 国产一区不卡在线| 精品av久久707| 日韩国产高清在线| 欧美三区在线观看| 一区二区三区中文字幕精品精品 | 欧美一区二区三区在线视频| 一区二区三区免费观看| 不卡一区二区中文字幕| 久久综合视频网| 久久精品国产网站| 欧美一级理论性理论a| 天堂久久久久va久久久久| 在线一区二区三区四区| 亚洲色图第一区| 91色porny在线视频| 国产精品久久久久久久久免费樱桃 | 免费高清成人在线| 欧美精品高清视频| 亚洲成人精品影院| 欧美老肥妇做.爰bbww视频| 亚洲激情欧美激情| 在线观看区一区二| 一区二区在线看| 91成人在线观看喷潮| 亚洲一区二区在线观看视频| 欧美性猛交xxxx黑人交| 亚洲一二三区在线观看| 在线观看视频一区二区 | 欧美人与禽zozo性伦| 亚洲图片有声小说| 欧美精品高清视频| 蜜臀av一级做a爰片久久| 欧美一级免费观看| 麻豆精品一区二区| 久久久久久一级片| 不卡的av中国片| 亚洲精品中文字幕乱码三区| 欧美三区免费完整视频在线观看| 亚洲国产成人av网| 日韩一级欧美一级| 国产一区二区三区黄视频| 欧美国产日产图区| 91女人视频在线观看| 亚洲成人www| 日韩女优毛片在线| 国产一区二区三区在线观看精品 | 日本一区二区三区电影| 91首页免费视频| 亚洲成人综合在线| 欧美不卡123| 高清不卡在线观看| 亚洲欧美另类小说| 91精品久久久久久蜜臀| 国产精品一区在线观看乱码| 亚洲色图欧洲色图| 91精品国产福利| 国产高清久久久| 亚洲黄一区二区三区| 91精选在线观看| 国产成人丝袜美腿| 亚洲自拍偷拍综合| 精品欧美一区二区在线观看| 成人网在线免费视频| 亚洲电影你懂得| xfplay精品久久| 日本精品视频一区二区三区| 人人狠狠综合久久亚洲| 国产精品美女www爽爽爽| www国产成人| 色伊人久久综合中文字幕| 日产精品久久久久久久性色| 久久综合久久综合亚洲| 一本大道久久a久久综合婷婷| 奇米色一区二区| 国产精品久久久久久久久晋中| 欧美日韩日日夜夜| 国产精品综合久久| 亚洲超碰精品一区二区| 久久综合精品国产一区二区三区| 色婷婷av一区二区三区软件 | 欧美日韩在线播放一区| 国内精品嫩模私拍在线| 亚洲一卡二卡三卡四卡| 国产丝袜欧美中文另类| 欧美日韩国产高清一区二区| 国产成人亚洲综合a∨猫咪| 日本最新不卡在线| 亚洲人成亚洲人成在线观看图片| 日韩午夜电影av| 在线观看91精品国产入口| 国产精品一区二区无线| 视频一区二区三区中文字幕| 国产精品私房写真福利视频| 日韩一级免费观看| 欧美午夜精品久久久| 粉嫩蜜臀av国产精品网站| 青娱乐精品视频| 亚洲国产精品人人做人人爽| 中文字幕在线不卡一区二区三区| 日韩欧美www| 欧美日韩精品一区二区| 成人ar影院免费观看视频| 狠狠色综合播放一区二区| 亚洲一二三区不卡| 亚洲欧洲美洲综合色网| 国产婷婷精品av在线| 欧美xingq一区二区| 欧美电影一区二区| 欧美性生活大片视频| 色综合天天综合在线视频| 白白色 亚洲乱淫| 国产成人av电影在线| 久久疯狂做爰流白浆xx| 视频一区视频二区中文字幕| 亚洲午夜久久久久久久久久久| 亚洲欧美日韩中文字幕一区二区三区| 日本一区二区成人|