毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> linux >> 正文

linux下c程序如何包含头文件 第3页

更新时间:2012-10-7:  来源:毕业论文
ddress within the page on the next page up. */
  . = ALIGN (0x100000) - ((0x100000 - .) & (0x100000 - 1)); . = DATA_SEGMENT_ALIGN (0x100000, 0x1000);
  /* 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. */
  . = ALIGN(64 / 8);
  PROVIDE (__preinit_array_start = .);
  .preinit_array : { *(.preinit_array) }
  PROVIDE (__preinit_array_end = .);
  PROVIDE (__init_array_start = .);
  .init_array : { *(.init_array) }
  PROVIDE (__init_array_end = .);
  PROVIDE (__fini_array_start = .);
  .fini_array : { *(.fini_array) }
  PROVIDE (__fini_array_end = .);
  .data :
  {
  *(.data .data.* .gnu.linkonce.d.*)
  SORT(CONSTRUCTORS)
  }
  .data1 : { *(.data1) }
  .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
  .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
  .eh_frame : { KEEP (*(.eh_frame)) }
  .gcc_except_table : { *(.gcc_except_table) }
  .dynamic : { *(.dynamic) }
  .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

上一页  [1] [2] [3] [4] [5] 下一页

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©chuibin.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。