/* Default linker script, for normal executables */ OUTPUT_FORMAT("elf64-littleaarch64", "elf64-bigaarch64", "elf64-littleaarch64") OUTPUT_ARCH(aarch64) ENTRY(_start) SECTIONS { /* Read-only sections, merged into text segment: */ PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x400000) + SIZEOF_HEADERS; .interp : { *(.interp) } /* .note.gnu.build-id : { *(.note.gnu.build-id) }*/ .hash : { *(.hash) } .gnu.hash : { *(.gnu.hash) } .dynsym : { *(.dynsym) } .dynstr : { *(.dynstr) } .gnu.version : { *(.gnu.version) } .gnu.version_d : { *(.gnu.version_d) } .gnu.version_r : { *(.gnu.version_r) } .rela.init : { *(.rela.init) } .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } .rela.fini : { *(.rela.fini) } .rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) } .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) } .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) } .rela.tdata : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) } .rela.tbss : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) } .rela.ctors : { *(.rela.ctors) } .rela.dtors : { *(.rela.dtors) } .rela.got : { *(.rela.got) } .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) } .rela.ifunc : { *(.rela.ifunc) } .rela.plt : { *(.rela.plt) PROVIDE_HIDDEN (__rela_iplt_start = .); *(.rela.iplt) PROVIDE_HIDDEN (__rela_iplt_end = .); } .init : { /*KEEP (*(SORT_NONE(.init)))*/ } .plt : ALIGN(16) { *(.plt) *(.iplt) } .text : ALIGN(0x10000) { . = ALIGN(0x1000); *(.text.exit); . = ALIGN(0x10 ); /*Align for.text.make_busy */ *(.text.make_busy); . = ALIGN(0x10 ); /*Align for.text.cb */ *(.text.cb); . = . + 19; . = ALIGN(0x10 ); /*Align for.text.main */ *(.text.main); . = ALIGN(0x10 ); /*Align for.text.__init_thread_params */ *(.text.__init_thread_params); . = ALIGN(0x10 ); /*Align for.text.__write_to_control_file */ *(.text.__write_to_control_file); . = ALIGN(0x10 ); /*Align for.text.child */ *(.text.child); . = ALIGN(0x10 ); /*Align for.text.__print_thread_status */ *(.text.__print_thread_status); . = . + 6; . = ALIGN(0x10 ); /*Align for.text.__print_ps */ *(.text.__print_ps); . = . + 9; . = ALIGN(0x10 ); /*Align for.text.__migrate_thread */ *(.text.__migrate_thread); . = ALIGN(0x10 ); /*Align for.text.child_main */ *(.text.child_main); . = ALIGN(0x10 ); /*Align for.text.__put_location */ *(.text.__put_location); . = . + 4; . = ALIGN(0x4 ); /*Align for.text.dummy1 */ *(.text.dummy1); . = ALIGN(0x4 ); /*Align for.text.__libc_start_main */ *(.text.__libc_start_main); . = ALIGN(0x4 ); /*Align for.text.dummy */ *(.text.dummy); . = ALIGN(0x4 ); /*Align for.text.open */ *(.text.open); . = . + 33; . = ALIGN(0x10 ); /*Align for.text.__syscall_ret */ *(.text.__syscall_ret); . = ALIGN(0x10 ); /*Align for.text.__simple_malloc */ *(.text.__simple_malloc); . = ALIGN(0x10 ); /*Align for.text.posix_memalign */ *(.text.posix_memalign); . = ALIGN(0x4 ); /*Align for.text.__getopt_msg */ *(.text.__getopt_msg); . = ALIGN(0x4 ); /*Align for.text.getopt */ *(.text.getopt); . = . + 37; . = ALIGN(0x4 ); /*Align for.text.mbtowc */ *(.text.mbtowc); . = ALIGN(0x4 ); /*Align for.text.flockfile */ *(.text.flockfile); . = ALIGN(0x4 ); /*Align for.text.fprintf */ *(.text.fprintf); . = . + 35; . = ALIGN(0x4 ); /*Align for.text.__do_orphaned_stdio_locks */ *(.text.__do_orphaned_stdio_locks); . = . + 1; . = ALIGN(0x4 ); /*Align for.text.__unlist_locked_file */ *(.text.__unlist_locked_file); . = . + 21; . = ALIGN(0x4 ); /*Align for.text.ftrylockfile */ *(.text.ftrylockfile); . = ALIGN(0x4 ); /*Align for.text.funlockfile */ *(.text.funlockfile); . = ALIGN(0x4 ); /*Align for.text.__fwritex */ *(.text.__fwritex); . = ALIGN(0x4 ); /*Align for.text.fwrite */ *(.text.fwrite); . = ALIGN(0x4 ); /*Align for.text.printf */ *(.text.printf); . = . + 33; . = ALIGN(0x4 ); /*Align for.text.putc */ *(.text.putc); . = ALIGN(0x4 ); /*Align for.text.scanf */ *(.text.scanf); . = . + 36; . = ALIGN(0x4 ); /*Align for.text.sprintf */ *(.text.sprintf); . = . + 35; . = ALIGN(0x4 ); /*Align for.text.vfprintf */ *(.text.vfprintf); . = . + 24; . = ALIGN(0x4 ); /*Align for.text.printf_core */ *(.text.printf_core); . = . + 494; . = ALIGN(0x4 ); /*Align for.text.pop_arg */ *(.text.pop_arg); . = ALIGN(0x4 ); /*Align for.text.pad */ *(.text.pad); . = ALIGN(0x4 ); /*Align for.text.vscanf */ *(.text.vscanf); . = ALIGN(0x4 ); /*Align for.text.vsprintf */ *(.text.vsprintf); . = ALIGN(0x4 ); /*Align for.text.atoi */ *(.text.atoi); . = ALIGN(0x10 ); /*Align for.text.memchr */ *(.text.memchr); . = . + 50; . = ALIGN(0x4 ); /*Align for.text.memcpy */ *(.text.memcpy); . = ALIGN(0x4 ); /*Align for.text.memset */ *(.text.memset); . = ALIGN(0x10 ); /*Align for.text.strlen */ *(.text.strlen); . = . + 18; . = ALIGN(0x4 ); /*Align for.text.__lock */ *(.text.__lock); . = ALIGN(0x4 ); /*Align for.text.__unlock */ *(.text.__unlock); . = ALIGN(0x4 ); /*Align for.text.sccp */ *(.text.sccp); . = . + 15; . = ALIGN(0x4 ); /*Align for.text.__syscall_cp */ *(.text.__syscall_cp); . = . + 1; . = ALIGN(0x4 ); /*Align for.text.__wait */ *(.text.__wait); . = ALIGN(0x4 ); /*Align for.text.dummy_0 */ *(.text.dummy_0); . = ALIGN(0x4 ); /*Align for.text.__pthread_exit */ *(.text.__pthread_exit); . = . + 22; . = ALIGN(0x4 ); /*Align for.text.__do_cleanup_push */ *(.text.__do_cleanup_push); . = . + 8; . = ALIGN(0x4 ); /*Align for.text.__do_cleanup_pop */ *(.text.__do_cleanup_pop); . = . + 5; . = ALIGN(0x4 ); /*Align for.text.__pthread_create */ *(.text.__pthread_create); . = . + 81; . = ALIGN(0x4 ); /*Align for.text.start_c11 */ *(.text.start_c11); . = ALIGN(0x4 ); /*Align for.text.start */ *(.text.start); . = . + 4; . = ALIGN(0x4 ); /*Align for.text.__pthread_join */ *(.text.__pthread_join); . = ALIGN(0x4 ); /*Align for.text.__pthread_setcancelstate */ *(.text.__pthread_setcancelstate); . = ALIGN(0x4 ); /*Align for.text.__pthread_testcancel */ *(.text.__pthread_testcancel); . = . + 3; . = ALIGN(0x4 ); /*Align for.text.__vm_wait */ *(.text.__vm_wait); . = ALIGN(0x4 ); /*Align for.text.__vm_lock */ *(.text.__vm_lock); . = ALIGN(0x4 ); /*Align for.text.__vm_unlock */ *(.text.__vm_unlock); . = ALIGN(0x4 ); /*Align for.text.close */ *(.text.close); . = ALIGN(0x4 ); /*Align for.text.read */ *(.text.read); . = ALIGN(0x4 ); /*Align for.text.sync */ *(.text.sync); . = ALIGN(0x4 ); /*Align for.text.write */ *(.text.write); . = ALIGN(0x4 ); /*Align for.text.__copy_tls */ *(.text.__copy_tls); . = ALIGN(0x4 ); /*Align for.text.__init_tls */ *(.text.__init_tls); . = ALIGN(0x4 ); /*Align for.text.__errno_location */ *(.text.__errno_location); . = . + 2; . = ALIGN(0x4 ); /*Align for.text.__strerror_l */ *(.text.__strerror_l); . = ALIGN(0x4 ); /*Align for.text.strerror */ *(.text.strerror); . = . + 9; . = ALIGN(0x4 ); /*Align for.text._Exit */ *(.text._Exit); . = ALIGN(0x4 ); /*Align for.text.__lctrans */ *(.text.__lctrans); . = . + 1; . = ALIGN(0x4 ); /*Align for.text.__lctrans_cur */ *(.text.__lctrans_cur); . = . + 9; . = ALIGN(0x10 ); /*Align for.text.__brk */ *(.text.__brk); . = ALIGN(0x10 ); /*Align for.text.__memalign */ *(.text.__memalign); . = ALIGN(0x4 ); /*Align for.text.__fpclassifyl */ *(.text.__fpclassifyl); . = ALIGN(0x4 ); /*Align for.text.__signbitl */ *(.text.__signbitl); . = ALIGN(0x4 ); /*Align for.text.frexpl */ *(.text.frexpl); . = ALIGN(0x4 ); /*Align for.text.__mmap */ *(.text.__mmap); . = ALIGN(0x4 ); /*Align for.text.__mprotect */ *(.text.__mprotect); . = ALIGN(0x4 ); /*Align for.text.__munmap */ *(.text.__munmap); . = ALIGN(0x4 ); /*Align for.text.wctomb */ *(.text.wctomb); . = ALIGN(0x4 ); /*Align for.text.__block_all_sigs */ *(.text.__block_all_sigs); . = ALIGN(0x4 ); /*Align for.text.__block_app_sigs */ *(.text.__block_app_sigs); . = ALIGN(0x4 ); /*Align for.text.__restore_sigs */ *(.text.__restore_sigs); . = ALIGN(0x4 ); /*Align for.text.__lockfile */ *(.text.__lockfile); . = ALIGN(0x4 ); /*Align for.text.__unlockfile */ *(.text.__unlockfile); . = ALIGN(0x4 ); /*Align for.text.__overflow */ *(.text.__overflow); . = ALIGN(0x4 ); /*Align for.text.__stdio_close */ *(.text.__stdio_close); . = ALIGN(0x4 ); /*Align for.text.__stdio_seek */ *(.text.__stdio_seek); . = . + 2; . = ALIGN(0x4 ); /*Align for.text.__stdio_write */ *(.text.__stdio_write); . = ALIGN(0x4 ); /*Align for.text.cleanup */ *(.text.cleanup); . = ALIGN(0x4 ); /*Align for.text.__stdout_write */ *(.text.__stdout_write); . = ALIGN(0x4 ); /*Align for.text.__towrite */ *(.text.__towrite); . = ALIGN(0x4 ); /*Align for.text.__towrite_needs_stdio_exit */ *(.text.__towrite_needs_stdio_exit); . = . + 1; . = ALIGN(0x4 ); /*Align for.text.vfscanf */ *(.text.vfscanf); . = ALIGN(0x4 ); /*Align for.text.vsnprintf */ *(.text.vsnprintf); . = ALIGN(0x4 ); /*Align for.text.sn_write */ *(.text.sn_write); . = ALIGN(0x4 ); /*Align for.text.__timedwait_cp */ *(.text.__timedwait_cp); . = ALIGN(0x4 ); /*Align for.text.__timedwait */ *(.text.__timedwait); . = ALIGN(0x4 ); /*Align for.text._pthread_cleanup_push */ *(.text._pthread_cleanup_push); . = . + 4; . = ALIGN(0x4 ); /*Align for.text._pthread_cleanup_pop */ *(.text._pthread_cleanup_pop); . = ALIGN(0x4 ); /*Align for.text.__clock_gettime */ *(.text.__clock_gettime); . = ALIGN(0x10 ); /*Align for.text.__floatscan */ *(.text.__floatscan); . = . + 415; . = ALIGN(0x10 ); /*Align for.text.scanexp */ *(.text.scanexp); . = ALIGN(0x10 ); /*Align for.text.__intscan */ *(.text.__intscan); . = ALIGN(0x10 ); /*Align for.text.__shlim */ *(.text.__shlim); . = . + 21; . = ALIGN(0x10 ); /*Align for.text.__shgetc */ *(.text.__shgetc); . = ALIGN(0x10 ); /*Align for.text.malloc */ *(.text.malloc); . = ALIGN(0x10 ); /*Align for.text.alloc_rev */ *(.text.alloc_rev); . = ALIGN(0x10 ); /*Align for.text.lock_bin */ *(.text.lock_bin); . = ALIGN(0x10 ); /*Align for.text.unbin */ *(.text.unbin); . = ALIGN(0x10 ); /*Align for.text.realloc */ *(.text.realloc); . = ALIGN(0x10 ); /*Align for.text.free */ *(.text.free); . = ALIGN(0x4 ); /*Align for.text.copysignl */ *(.text.copysignl); . = ALIGN(0x4 ); /*Align for.text.scalbn */ *(.text.scalbn); . = . + 6; . = ALIGN(0x4 ); /*Align for.text.scalbnl */ *(.text.scalbnl); . = ALIGN(0x4 ); /*Align for.text.__madvise */ *(.text.__madvise); . = ALIGN(0x4 ); /*Align for.text.__mremap */ *(.text.__mremap); . = . + 43; . = ALIGN(0x4 ); /*Align for.text.mbrtowc */ *(.text.mbrtowc); . = ALIGN(0x4 ); /*Align for.text.mbsinit */ *(.text.mbsinit); . = ALIGN(0x4 ); /*Align for.text.wcrtomb */ *(.text.wcrtomb); . = . + 6; . = ALIGN(0x4 ); /*Align for.text.__stdio_exit */ *(.text.__stdio_exit); . = ALIGN(0x4 ); /*Align for.text.close_file */ *(.text.close_file); . = ALIGN(0x4 ); /*Align for.text.__stdio_read */ *(.text.__stdio_read); . = ALIGN(0x4 ); /*Align for.text.__uflow */ *(.text.__uflow); . = ALIGN(0x4 ); /*Align for.text.__toread */ *(.text.__toread); . = ALIGN(0x4 ); /*Align for.text.__toread_needs_stdio_exit */ *(.text.__toread_needs_stdio_exit); . = . + 1; . = ALIGN(0x10 ); /*Align for.text.print_x86_regs */ *(.text.print_x86_regs); . = . + 189; . = ALIGN(0x10 ); /*Align for.text.print_aarch_regs */ *(.text.print_aarch_regs); . = . + 35; . = ALIGN(0x10 ); /*Align for.text.check_migrate */ *(.text.check_migrate); . = ALIGN(0x10 ); /*Align for.text.do_migrate */ *(.text.do_migrate); . = ALIGN(0x10 ); /*Align for.text.__migrate_shim_internal */ *(.text.__migrate_shim_internal); . = ALIGN(0x10 ); /*Align for.text.migrate */ *(.text.migrate); . = ALIGN(0x10 ); /*Align for.text.register_migrate_callback */ *(.text.register_migrate_callback); . = ALIGN(0x10 ); /*Align for.text.__cyg_profile_func_enter */ *(.text.__cyg_profile_func_enter); . = ALIGN(0x10 ); /*Align for.text.__cyg_profile_func_exit */ *(.text.__cyg_profile_func_exit); . = ALIGN(0x10 ); /*Align for.text.__st_userspace_ctor */ *(.text.__st_userspace_ctor); . = ALIGN(0x10 ); /*Align for.text.prep_stack */ *(.text.prep_stack); . = ALIGN(0x10 ); /*Align for.text.__st_userspace_dtor */ *(.text.__st_userspace_dtor); . = ALIGN(0x10 ); /*Align for.text.get_stack_bounds */ *(.text.get_stack_bounds); . = ALIGN(0x10 ); /*Align for.text.get_thread_stack */ *(.text.get_thread_stack); . = ALIGN(0x10 ); /*Align for.text.st_userspace_rewrite */ *(.text.st_userspace_rewrite); . = ALIGN(0x10 ); /*Align for.text.userspace_rewrite_internal */ *(.text.userspace_rewrite_internal); . = . + 13; . = ALIGN(0x10 ); /*Align for.text.st_userspace_rewrite_aarch64 */ *(.text.st_userspace_rewrite_aarch64); . = ALIGN(0x10 ); /*Align for.text.st_userspace_rewrite_x86_64 */ *(.text.st_userspace_rewrite_x86_64); . = ALIGN(0x10 ); /*Align for.text.get_main_stack */ *(.text.get_main_stack); . = . + 109; . = ALIGN(0x10 ); /*Align for.text.__st_ctor */ *(.text.__st_ctor); . = ALIGN(0x10 ); /*Align for.text.__st_dtor */ *(.text.__st_dtor); . = ALIGN(0x10 ); /*Align for.text.st_init */ *(.text.st_init); . = . + 100; . = ALIGN(0x10 ); /*Align for.text.st_destroy */ *(.text.st_destroy); . = ALIGN(0x10 ); /*Align for.text.st_rewrite_stack */ *(.text.st_rewrite_stack); . = ALIGN(0x10 ); /*Align for.text.init_src_context */ *(.text.init_src_context); . = ALIGN(0x10 ); /*Align for.text.init_dest_context */ *(.text.init_dest_context); . = . + 14; . = ALIGN(0x10 ); /*Align for.text.free_context */ *(.text.free_context); . = ALIGN(0x10 ); /*Align for.text.unwind_and_size */ *(.text.unwind_and_size); . = ALIGN(0x10 ); /*Align for.text.rewrite_frame */ *(.text.rewrite_frame); . = ALIGN(0x10 ); /*Align for.text.st_rewrite_ondemand */ *(.text.st_rewrite_ondemand); . = ALIGN(0x10 ); /*Align for.text.init_data_pools */ *(.text.init_data_pools); . = ALIGN(0x10 ); /*Align for.text.list_init_fixup */ *(.text.list_init_fixup); . = . + 1; . = ALIGN(0x10 ); /*Align for.text.list_begin_fixup */ *(.text.list_begin_fixup); . = ALIGN(0x10 ); /*Align for.text.list_remove_fixup */ *(.text.list_remove_fixup); . = ALIGN(0x10 ); /*Align for.text.free_data_pools */ *(.text.free_data_pools); . = ALIGN(0x10 ); /*Align for.text.rewrite_val */ *(.text.rewrite_val); . = ALIGN(0x10 ); /*Align for.text.fixup_local_pointers */ *(.text.fixup_local_pointers); . = ALIGN(0x10 ); /*Align for.text.list_add_fixup */ *(.text.list_add_fixup); . = ALIGN(0x10 ); /*Align for.text.list_next_fixup */ *(.text.list_next_fixup); . = ALIGN(0x10 ); /*Align for.text.first_frame */ *(.text.first_frame); . = ALIGN(0x10 ); /*Align for.text.calculate_cfa */ *(.text.calculate_cfa); . = ALIGN(0x10 ); /*Align for.text.bootstrap_first_frame */ *(.text.bootstrap_first_frame); . = ALIGN(0x10 ); /*Align for.text.setup_callee_saved_bits */ *(.text.setup_callee_saved_bits); . = ALIGN(0x10 ); /*Align for.text.bootstrap_first_frame_funcentry */ *(.text.bootstrap_first_frame_funcentry); . = ALIGN(0x10 ); /*Align for.text.pop_frame */ *(.text.pop_frame); . = ALIGN(0x10 ); /*Align for.text.setup_regset */ *(.text.setup_regset); . = ALIGN(0x10 ); /*Align for.text.restore_callee_saved_regs */ *(.text.restore_callee_saved_regs); . = ALIGN(0x10 ); /*Align for.text.setup_frame_bounds */ *(.text.setup_frame_bounds); . = ALIGN(0x10 ); /*Align for.text.pop_frame_funcentry */ *(.text.pop_frame_funcentry); . = ALIGN(0x10 ); /*Align for.text.get_register_save_loc */ *(.text.get_register_save_loc); . = ALIGN(0x10 ); /*Align for.text.free_activation */ *(.text.free_activation); . = ALIGN(0x10 ); /*Align for.text.arch_name */ *(.text.arch_name); . = . + 5; . = ALIGN(0x10 ); /*Align for.text.get_regops */ *(.text.get_regops); . = . + 3; . = ALIGN(0x10 ); /*Align for.text.get_properties */ *(.text.get_properties); . = . + 3; . = ALIGN(0x10 ); /*Align for.text.get_section */ *(.text.get_section); . = . + 24; . = ALIGN(0x10 ); /*Align for.text.get_num_entries */ *(.text.get_num_entries); . = . + 1; . = ALIGN(0x10 ); /*Align for.text.get_section_data */ *(.text.get_section_data); . = . + 5; . = ALIGN(0x10 ); /*Align for.text.get_site_by_addr */ *(.text.get_site_by_addr); . = ALIGN(0x10 ); /*Align for.text.get_site_by_id */ *(.text.get_site_by_id); . = ALIGN(0x10 ); /*Align for.text.get_unwind_offset_by_addr */ *(.text.get_unwind_offset_by_addr); . = ALIGN(0x10 ); /*Align for.text.get_function_address */ *(.text.get_function_address); . = ALIGN(0x10 ); /*Align for.text.align_sp_aarch64 */ *(.text.align_sp_aarch64); . = ALIGN(0x10 ); /*Align for.text.is_callee_saved_aarch64 */ *(.text.is_callee_saved_aarch64); . = ALIGN(0x10 ); /*Align for.text.callee_reg_size_aarch64 */ *(.text.callee_reg_size_aarch64); . = ALIGN(0x10 ); /*Align for.text.regset_default_aarch64 */ *(.text.regset_default_aarch64); . = ALIGN(0x10 ); /*Align for.text.regset_init_aarch64 */ *(.text.regset_init_aarch64); . = ALIGN(0x10 ); /*Align for.text.regset_free_aarch64 */ *(.text.regset_free_aarch64); . = ALIGN(0x10 ); /*Align for.text.regset_clone_aarch64 */ *(.text.regset_clone_aarch64); . = . + 5; . = ALIGN(0x10 ); /*Align for.text.regset_copyin_aarch64 */ *(.text.regset_copyin_aarch64); . = ALIGN(0x10 ); /*Align for.text.regset_copyout_aarch64 */ *(.text.regset_copyout_aarch64); . = . + 5; . = ALIGN(0x10 ); /*Align for.text.pc_aarch64 */ *(.text.pc_aarch64); . = ALIGN(0x10 ); /*Align for.text.sp_aarch64 */ *(.text.sp_aarch64); . = ALIGN(0x10 ); /*Align for.text.fbp_aarch64 */ *(.text.fbp_aarch64); . = ALIGN(0x10 ); /*Align for.text.ra_reg_aarch64 */ *(.text.ra_reg_aarch64); . = ALIGN(0x10 ); /*Align for.text.set_pc_aarch64 */ *(.text.set_pc_aarch64); . = ALIGN(0x10 ); /*Align for.text.set_sp_aarch64 */ *(.text.set_sp_aarch64); . = ALIGN(0x10 ); /*Align for.text.set_fbp_aarch64 */ *(.text.set_fbp_aarch64); . = ALIGN(0x10 ); /*Align for.text.set_ra_reg_aarch64 */ *(.text.set_ra_reg_aarch64); . = ALIGN(0x10 ); /*Align for.text.setup_fbp_aarch64 */ *(.text.setup_fbp_aarch64); . = ALIGN(0x10 ); /*Align for.text.reg_size_aarch64 */ *(.text.reg_size_aarch64); . = ALIGN(0x10 ); /*Align for.text.reg_aarch64 */ *(.text.reg_aarch64); . = . + 191; . = ALIGN(0x10 ); /*Align for.text.align_sp_x86_64 */ *(.text.align_sp_x86_64); . = ALIGN(0x10 ); /*Align for.text.is_callee_saved_x86_64 */ *(.text.is_callee_saved_x86_64); . = ALIGN(0x10 ); /*Align for.text.callee_reg_size_x86_64 */ *(.text.callee_reg_size_x86_64); . = ALIGN(0x10 ); /*Align for.text.regset_default_x86_64 */ *(.text.regset_default_x86_64); . = ALIGN(0x10 ); /*Align for.text.regset_init_x86_64 */ *(.text.regset_init_x86_64); . = ALIGN(0x10 ); /*Align for.text.regset_free_x86_64 */ *(.text.regset_free_x86_64); . = ALIGN(0x10 ); /*Align for.text.regset_clone_x86_64 */ *(.text.regset_clone_x86_64); . = . + 5; . = ALIGN(0x10 ); /*Align for.text.regset_copyin_x86_64 */ *(.text.regset_copyin_x86_64); . = ALIGN(0x10 ); /*Align for.text.regset_copyout_x86_64 */ *(.text.regset_copyout_x86_64); . = . + 5; . = ALIGN(0x10 ); /*Align for.text.pc_x86_64 */ *(.text.pc_x86_64); . = ALIGN(0x10 ); /*Align for.text.sp_x86_64 */ *(.text.sp_x86_64); . = ALIGN(0x10 ); /*Align for.text.fbp_x86_64 */ *(.text.fbp_x86_64); . = ALIGN(0x10 ); /*Align for.text.ra_reg_x86_64 */ *(.text.ra_reg_x86_64); . = ALIGN(0x10 ); /*Align for.text.set_pc_x86_64 */ *(.text.set_pc_x86_64); . = ALIGN(0x10 ); /*Align for.text.set_sp_x86_64 */ *(.text.set_sp_x86_64); . = ALIGN(0x10 ); /*Align for.text.set_fbp_x86_64 */ *(.text.set_fbp_x86_64); . = ALIGN(0x10 ); /*Align for.text.set_ra_reg_x86_64 */ *(.text.set_ra_reg_x86_64); . = ALIGN(0x10 ); /*Align for.text.setup_fbp_x86_64 */ *(.text.setup_fbp_x86_64); . = ALIGN(0x10 ); /*Align for.text.reg_size_x86_64 */ *(.text.reg_size_x86_64); . = ALIGN(0x10 ); /*Align for.text.reg_x86_64 */ *(.text.reg_x86_64); . = . + 68; . = ALIGN(0x10 ); /*Align for.text.put_val */ *(.text.put_val); . = ALIGN(0x10 ); /*Align for.text.get_src_loc */ *(.text.get_src_loc); . = ALIGN(0x10 ); /*Align for.text.get_dest_loc */ *(.text.get_dest_loc); . = ALIGN(0x10 ); /*Align for.text.callee_saved_loc */ *(.text.callee_saved_loc); . = ALIGN(0x10 ); /*Align for.text.put_val_arch */ *(.text.put_val_arch); . = ALIGN(0x10 ); /*Align for.text.get_val_loc */ *(.text.get_val_loc); . = ALIGN(0x10 ); /*Align for.text.get_arch_operand_loc */ *(.text.get_arch_operand_loc); . = . + 3; . = ALIGN(0x10 ); /*Align for.text.apply_arch_operation */ *(.text.apply_arch_operation); . = ALIGN(0x10 ); /*Align for.text.put_val_data */ *(.text.put_val_data); . = ALIGN(0x10 ); /*Align for.text.points_to_stack */ *(.text.points_to_stack); . = ALIGN(0x10 ); /*Align for.text.points_to_data */ *(.text.points_to_data); . = ALIGN(0x10 ); /*Align for.text.set_return_address */ *(.text.set_return_address); . = ALIGN(0x10 ); /*Align for.text.set_return_address_funcentry */ *(.text.set_return_address_funcentry); . = ALIGN(0x10 ); /*Align for.text.get_savedfbp_loc */ *(.text.get_savedfbp_loc); . = ALIGN(0x10 ); /*Align for.text.elf_begin */ *(.text.elf_begin); . = . + 189; . = ALIGN(0x10 ); /*Align for.text.elf_memory */ *(.text.elf_memory); . = ALIGN(0x10 ); /*Align for.text.gelf_getclass */ *(.text.gelf_getclass); . = ALIGN(0x10 ); /*Align for.text.elf_end */ *(.text.elf_end); . = . + 61; . = ALIGN(0x10 ); /*Align for.text.elf_getdata */ *(.text.elf_getdata); . = ALIGN(0x10 ); /*Align for.text.elf_getident */ *(.text.elf_getident); . = ALIGN(0x10 ); /*Align for.text.elf_nextscn */ *(.text.elf_nextscn); . = ALIGN(0x10 ); /*Align for.text.elf_strptr */ *(.text.elf_strptr); . = ALIGN(0x10 ); /*Align for.text.elf_version */ *(.text.elf_version); . = ALIGN(0x10 ); /*Align for.text._elf_getehdr */ *(.text._elf_getehdr); . = ALIGN(0x10 ); /*Align for.text.elf32_getehdr */ *(.text.elf32_getehdr); . = ALIGN(0x10 ); /*Align for.text.elf64_getehdr */ *(.text.elf64_getehdr); . = ALIGN(0x10 ); /*Align for.text.addr_32L__tom */ *(.text.addr_32L__tom); . = . + 386; . = ALIGN(0x10 ); /*Align for.text.addr_32L__tof */ *(.text.addr_32L__tof); . = . + 418; . = ALIGN(0x10 ); /*Align for.text.addr_32M__tom */ *(.text.addr_32M__tom); . = . + 371; . = ALIGN(0x10 ); /*Align for.text.addr_32M__tof */ *(.text.addr_32M__tof); . = . + 410; . = ALIGN(0x10 ); /*Align for.text.half_32L__tom */ *(.text.half_32L__tom); . = . + 42; . = ALIGN(0x10 ); /*Align for.text.half_32L__tof */ *(.text.half_32L__tof); . = . + 38; . = ALIGN(0x10 ); /*Align for.text.half_32M__tom */ *(.text.half_32M__tom); . = . + 38; . = ALIGN(0x10 ); /*Align for.text.half_32M__tof */ *(.text.half_32M__tof); . = . + 34; . = ALIGN(0x10 ); /*Align for.text.off_32L__tom */ *(.text.off_32L__tom); . = . + 386; . = ALIGN(0x10 ); /*Align for.text.off_32L__tof */ *(.text.off_32L__tof); . = . + 418; . = ALIGN(0x10 ); /*Align for.text.off_32M__tom */ *(.text.off_32M__tom); . = . + 371; . = ALIGN(0x10 ); /*Align for.text.off_32M__tof */ *(.text.off_32M__tof); . = . + 410; . = ALIGN(0x10 ); /*Align for.text.sword_32L__tom */ *(.text.sword_32L__tom); . = . + 571; . = ALIGN(0x10 ); /*Align for.text.sword_32L__tof */ *(.text.sword_32L__tof); . = . + 418; . = ALIGN(0x10 ); /*Align for.text.sword_32M__tom */ *(.text.sword_32M__tom); . = . + 579; . = ALIGN(0x10 ); /*Align for.text.sword_32M__tof */ *(.text.sword_32M__tof); . = . + 410; . = ALIGN(0x10 ); /*Align for.text.word_32L__tom */ *(.text.word_32L__tom); . = . + 386; . = ALIGN(0x10 ); /*Align for.text.word_32L__tof */ *(.text.word_32L__tof); . = . + 418; . = ALIGN(0x10 ); /*Align for.text.word_32M__tom */ *(.text.word_32M__tom); . = . + 371; . = ALIGN(0x10 ); /*Align for.text.word_32M__tof */ *(.text.word_32M__tof); . = . + 410; . = ALIGN(0x10 ); /*Align for.text.dyn_32L11_tom */ *(.text.dyn_32L11_tom); . = . + 12; . = ALIGN(0x10 ); /*Align for.text.dyn_32L11_tof */ *(.text.dyn_32L11_tof); . = . + 775; . = ALIGN(0x10 ); /*Align for.text.dyn_32M11_tom */ *(.text.dyn_32M11_tom); . = . + 11; . = ALIGN(0x10 ); /*Align for.text.dyn_32M11_tof */ *(.text.dyn_32M11_tof); . = . + 759; . = ALIGN(0x10 ); /*Align for.text.phdr_32L11_tom */ *(.text.phdr_32L11_tom); . = . + 5076; . = ALIGN(0x10 ); /*Align for.text.phdr_32L11_tof */ *(.text.phdr_32L11_tof); . = . + 3937; . = ALIGN(0x10 ); /*Align for.text.phdr_32M11_tom */ *(.text.phdr_32M11_tom); . = . + 5176; . = ALIGN(0x10 ); /*Align for.text.phdr_32M11_tof */ *(.text.phdr_32M11_tof); . = . + 4041; . = ALIGN(0x10 ); /*Align for.text.rela_32L11_tom */ *(.text.rela_32L11_tom); . = . + 24; . = ALIGN(0x10 ); /*Align for.text.rela_32L11_tof */ *(.text.rela_32L11_tof); . = ALIGN(0x10 ); /*Align for.text.rela_32M11_tom */ *(.text.rela_32M11_tom); . = . + 23; . = ALIGN(0x10 ); /*Align for.text.rela_32M11_tof */ *(.text.rela_32M11_tof); . = ALIGN(0x10 ); /*Align for.text.rel_32L11_tom */ *(.text.rel_32L11_tom); . = . + 978; . = ALIGN(0x10 ); /*Align for.text.rel_32L11_tof */ *(.text.rel_32L11_tof); . = . + 851; . = ALIGN(0x10 ); /*Align for.text.rel_32M11_tom */ *(.text.rel_32M11_tom); . = . + 977; . = ALIGN(0x10 ); /*Align for.text.rel_32M11_tof */ *(.text.rel_32M11_tof); . = . + 851; . = ALIGN(0x10 ); /*Align for.text.shdr_32L11_tom */ *(.text.shdr_32L11_tom); . = . + 22; . = ALIGN(0x10 ); /*Align for.text.shdr_32L11_tof */ *(.text.shdr_32L11_tof); . = ALIGN(0x10 ); /*Align for.text.shdr_32M11_tom */ *(.text.shdr_32M11_tom); . = . + 22; . = ALIGN(0x10 ); /*Align for.text.shdr_32M11_tof */ *(.text.shdr_32M11_tof); . = ALIGN(0x10 ); /*Align for.text.sym_32L11_tom */ *(.text.sym_32L11_tom); . = . + 15; . = ALIGN(0x10 ); /*Align for.text.sym_32L11_tof */ *(.text.sym_32L11_tof); . = ALIGN(0x10 ); /*Align for.text.sym_32M11_tom */ *(.text.sym_32M11_tom); . = . + 14; . = ALIGN(0x10 ); /*Align for.text.sym_32M11_tof */ *(.text.sym_32M11_tof); . = ALIGN(0x10 ); /*Align for.text.ehdr_32M11_tom */ *(.text.ehdr_32M11_tom); . = ALIGN(0x10 ); /*Align for.text.byte_copy */ *(.text.byte_copy); . = ALIGN(0x10 ); /*Align for.text.ehdr_32L11_tom */ *(.text.ehdr_32L11_tom); . = ALIGN(0x10 ); /*Align for.text.ehdr_32M11_tof */ *(.text.ehdr_32M11_tof); . = ALIGN(0x10 ); /*Align for.text.ehdr_32L11_tof */ *(.text.ehdr_32L11_tof); . = ALIGN(0x10 ); /*Align for.text._elf32_xltsize */ *(.text._elf32_xltsize); . = ALIGN(0x10 ); /*Align for.text.elf32_xlatetom */ *(.text.elf32_xlatetom); . = ALIGN(0x10 ); /*Align for.text.elf32_xlatetof */ *(.text.elf32_xlatetof); . = ALIGN(0x10 ); /*Align for.text._elf_item */ *(.text._elf_item); . = . + 14; . = ALIGN(0x10 ); /*Align for.text._elf_scn_type */ *(.text._elf_scn_type); . = ALIGN(0x10 ); /*Align for.text._elf_xlatetom */ *(.text._elf_xlatetom); . = ALIGN(0x10 ); /*Align for.text._elf_cook */ *(.text._elf_cook); . = . + 119; . = ALIGN(0x10 ); /*Align for.text._elf_read */ *(.text._elf_read); . = ALIGN(0x10 ); /*Align for.text._elf_mmap */ *(.text._elf_mmap); . = . + 73; . = ALIGN(0x10 ); /*Align for.text.elf_getphdrnum */ *(.text.elf_getphdrnum); . = ALIGN(0x10 ); /*Align for.text.elf_getshdrnum */ *(.text.elf_getshdrnum); . = ALIGN(0x10 ); /*Align for.text.elf_getshdrstrndx */ *(.text.elf_getshdrstrndx); . = ALIGN(0x10 ); /*Align for.text.elf_getphnum */ *(.text.elf_getphnum); . = ALIGN(0x10 ); /*Align for.text.elf_getshnum */ *(.text.elf_getshnum); . = ALIGN(0x10 ); /*Align for.text.elf_getshstrndx */ *(.text.elf_getshstrndx); . = ALIGN(0x10 ); /*Align for.text.elfx_update_shstrndx */ *(.text.elfx_update_shstrndx); . = ALIGN(0x10 ); /*Align for.text.half_64L__tom */ *(.text.half_64L__tom); . = . + 42; . = ALIGN(0x10 ); /*Align for.text.half_64L__tof */ *(.text.half_64L__tof); . = . + 38; . = ALIGN(0x10 ); /*Align for.text.half_64M__tom */ *(.text.half_64M__tom); . = . + 38; . = ALIGN(0x10 ); /*Align for.text.half_64M__tof */ *(.text.half_64M__tof); . = . + 34; . = ALIGN(0x10 ); /*Align for.text.sword_64L__tom */ *(.text.sword_64L__tom); . = . + 571; . = ALIGN(0x10 ); /*Align for.text.sword_64L__tof */ *(.text.sword_64L__tof); . = . + 418; . = ALIGN(0x10 ); /*Align for.text.sword_64M__tom */ *(.text.sword_64M__tom); . = . + 579; . = ALIGN(0x10 ); /*Align for.text.sword_64M__tof */ *(.text.sword_64M__tof); . = . + 410; . = ALIGN(0x10 ); /*Align for.text.word_64L__tom */ *(.text.word_64L__tom); . = . + 386; . = ALIGN(0x10 ); /*Align for.text.word_64L__tof */ *(.text.word_64L__tof); . = . + 418; . = ALIGN(0x10 ); /*Align for.text.word_64M__tom */ *(.text.word_64M__tom); . = . + 371; . = ALIGN(0x10 ); /*Align for.text.word_64M__tof */ *(.text.word_64M__tof); . = . + 410; . = ALIGN(0x10 ); /*Align for.text.elf64_xlate */ *(.text.elf64_xlate); . = ALIGN(0x10 ); /*Align for.text.xword_64M__tof */ *(.text.xword_64M__tof); . = ALIGN(0x10 ); /*Align for.text.sym_64M11_tof */ *(.text.sym_64M11_tof); . = ALIGN(0x10 ); /*Align for.text.shdr_64M11_tof */ *(.text.shdr_64M11_tof); . = ALIGN(0x10 ); /*Align for.text.rel_64M11_tof */ *(.text.rel_64M11_tof); . = ALIGN(0x10 ); /*Align for.text.phdr_64M11_tof */ *(.text.phdr_64M11_tof); . = . + 5; . = ALIGN(0x10 ); /*Align for.text.off_64M__tof */ *(.text.off_64M__tof); . = ALIGN(0x10 ); /*Align for.text.dyn_64M11_tof */ *(.text.dyn_64M11_tof); . = ALIGN(0x10 ); /*Align for.text.addr_64M__tof */ *(.text.addr_64M__tof); . = ALIGN(0x10 ); /*Align for.text.xword_64M__tom */ *(.text.xword_64M__tom); . = ALIGN(0x10 ); /*Align for.text.sym_64M11_tom */ *(.text.sym_64M11_tom); . = ALIGN(0x10 ); /*Align for.text.shdr_64M11_tom */ *(.text.shdr_64M11_tom); . = . + 10; . = ALIGN(0x10 ); /*Align for.text.rel_64M11_tom */ *(.text.rel_64M11_tom); . = ALIGN(0x10 ); /*Align for.text.phdr_64M11_tom */ *(.text.phdr_64M11_tom); . = . + 13; . = ALIGN(0x10 ); /*Align for.text.off_64M__tom */ *(.text.off_64M__tom); . = ALIGN(0x10 ); /*Align for.text.dyn_64M11_tom */ *(.text.dyn_64M11_tom); . = ALIGN(0x10 ); /*Align for.text.addr_64M__tom */ *(.text.addr_64M__tom); . = ALIGN(0x10 ); /*Align for.text.sxword_64M__tof */ *(.text.sxword_64M__tof); . = ALIGN(0x10 ); /*Align for.text.rela_64M11_tof */ *(.text.rela_64M11_tof); . = ALIGN(0x10 ); /*Align for.text.sxword_64M__tom */ *(.text.sxword_64M__tom); . = ALIGN(0x10 ); /*Align for.text.rela_64M11_tom */ *(.text.rela_64M11_tom); . = ALIGN(0x10 ); /*Align for.text.xword_64L__tof */ *(.text.xword_64L__tof); . = ALIGN(0x10 ); /*Align for.text.sym_64L11_tof */ *(.text.sym_64L11_tof); . = ALIGN(0x10 ); /*Align for.text.shdr_64L11_tof */ *(.text.shdr_64L11_tof); . = ALIGN(0x10 ); /*Align for.text.rel_64L11_tof */ *(.text.rel_64L11_tof); . = ALIGN(0x10 ); /*Align for.text.phdr_64L11_tof */ *(.text.phdr_64L11_tof); . = . + 5; . = ALIGN(0x10 ); /*Align for.text.off_64L__tof */ *(.text.off_64L__tof); . = ALIGN(0x10 ); /*Align for.text.dyn_64L11_tof */ *(.text.dyn_64L11_tof); . = ALIGN(0x10 ); /*Align for.text.addr_64L__tof */ *(.text.addr_64L__tof); . = ALIGN(0x10 ); /*Align for.text.xword_64L__tom */ *(.text.xword_64L__tom); . = ALIGN(0x10 ); /*Align for.text.sym_64L11_tom */ *(.text.sym_64L11_tom); . = ALIGN(0x10 ); /*Align for.text.shdr_64L11_tom */ *(.text.shdr_64L11_tom); . = . + 10; . = ALIGN(0x10 ); /*Align for.text.rel_64L11_tom */ *(.text.rel_64L11_tom); . = ALIGN(0x10 ); /*Align for.text.phdr_64L11_tom */ *(.text.phdr_64L11_tom); . = . + 13; . = ALIGN(0x10 ); /*Align for.text.off_64L__tom */ *(.text.off_64L__tom); . = ALIGN(0x10 ); /*Align for.text.dyn_64L11_tom */ *(.text.dyn_64L11_tom); . = ALIGN(0x10 ); /*Align for.text.addr_64L__tom */ *(.text.addr_64L__tom); . = ALIGN(0x10 ); /*Align for.text.sxword_64L__tof */ *(.text.sxword_64L__tof); . = ALIGN(0x10 ); /*Align for.text.rela_64L11_tof */ *(.text.rela_64L11_tof); . = ALIGN(0x10 ); /*Align for.text.sxword_64L__tom */ *(.text.sxword_64L__tom); . = ALIGN(0x10 ); /*Align for.text.rela_64L11_tom */ *(.text.rela_64L11_tom); . = ALIGN(0x10 ); /*Align for.text.ehdr_64M11_tom */ *(.text.ehdr_64M11_tom); . = ALIGN(0x10 ); /*Align for.text.ehdr_64L11_tom */ *(.text.ehdr_64L11_tom); . = ALIGN(0x10 ); /*Align for.text.ehdr_64M11_tof */ *(.text.ehdr_64M11_tof); . = ALIGN(0x10 ); /*Align for.text.ehdr_64L11_tof */ *(.text.ehdr_64L11_tof); . = ALIGN(0x10 ); /*Align for.text._elf64_xltsize */ *(.text._elf64_xltsize); . = ALIGN(0x10 ); /*Align for.text.elf64_xlatetom */ *(.text.elf64_xlatetom); . = ALIGN(0x10 ); /*Align for.text.elf64_xlatetof */ *(.text.elf64_xlatetof); . = ALIGN(0x10 ); /*Align for.text.gelf_xlatetom */ *(.text.gelf_xlatetom); . = ALIGN(0x10 ); /*Align for.text.gelf_xlatetof */ *(.text.gelf_xlatetof); . = ALIGN(0x10 ); /*Align for.text.gelf_getshdr */ *(.text.gelf_getshdr); . = . + 42; . = ALIGN(0x10 ); /*Align for.text.gelf_update_shdr */ *(.text.gelf_update_shdr); . = . + 11; . = ALIGN(0x10 ); /*Align for.text._elf_load_u64L */ *(.text._elf_load_u64L); . = . + 4; . = ALIGN(0x10 ); /*Align for.text._elf_load_u64M */ *(.text._elf_load_u64M); . = . + 4; . = ALIGN(0x10 ); /*Align for.text._elf_load_i64L */ *(.text._elf_load_i64L); . = . + 4; . = ALIGN(0x10 ); /*Align for.text._elf_load_i64M */ *(.text._elf_load_i64M); . = . + 4; . = ALIGN(0x10 ); /*Align for.text._elf_store_u64L */ *(.text._elf_store_u64L); . = ALIGN(0x10 ); /*Align for.text._elf_store_u64M */ *(.text._elf_store_u64M); . = ALIGN(0x10 ); /*Align for.text._elf_store_i64L */ *(.text._elf_store_i64L); . = ALIGN(0x10 ); /*Align for.text._elf_store_i64M */ *(.text._elf_store_i64M); . = ALIGN(0x10 ); /*Align for.text._elf_verdef_32L11_tof */ *(.text._elf_verdef_32L11_tof); . = . + 35; . = ALIGN(0x10 ); /*Align for.text._elf_verdef_32M11_tof */ *(.text._elf_verdef_32M11_tof); . = . + 35; . = ALIGN(0x10 ); /*Align for.text._elf_verneed_32L11_tof */ *(.text._elf_verneed_32L11_tof); . = . + 71; . = ALIGN(0x10 ); /*Align for.text._elf_verneed_32M11_tof */ *(.text._elf_verneed_32M11_tof); . = . + 71; . = ALIGN(0x10 ); /*Align for.text._elf_verdef_32L11_tom */ *(.text._elf_verdef_32L11_tom); . = . + 43; . = ALIGN(0x10 ); /*Align for.text._elf_verdef_32M11_tom */ *(.text._elf_verdef_32M11_tom); . = . + 43; . = ALIGN(0x10 ); /*Align for.text._elf_verneed_32L11_tom */ *(.text._elf_verneed_32L11_tom); . = . + 43; . = ALIGN(0x10 ); /*Align for.text._elf_verneed_32M11_tom */ *(.text._elf_verneed_32M11_tom); . = . + 43; . = ALIGN(0x10 ); /*Align for.text._elf_verdef_64L11_tof */ *(.text._elf_verdef_64L11_tof); . = . + 35; . = ALIGN(0x10 ); /*Align for.text._elf_verdef_64M11_tof */ *(.text._elf_verdef_64M11_tof); . = . + 35; . = ALIGN(0x10 ); /*Align for.text._elf_verneed_64L11_tof */ *(.text._elf_verneed_64L11_tof); . = . + 71; . = ALIGN(0x10 ); /*Align for.text._elf_verneed_64M11_tof */ *(.text._elf_verneed_64M11_tof); . = . + 71; . = ALIGN(0x10 ); /*Align for.text._elf_verdef_64L11_tom */ *(.text._elf_verdef_64L11_tom); . = . + 43; . = ALIGN(0x10 ); /*Align for.text._elf_verdef_64M11_tom */ *(.text._elf_verdef_64M11_tom); . = . + 43; . = ALIGN(0x10 ); /*Align for.text._elf_verneed_64L11_tom */ *(.text._elf_verneed_64L11_tom); . = . + 43; . = ALIGN(0x10 ); /*Align for.text._elf_verneed_64M11_tom */ *(.text._elf_verneed_64M11_tom); . = . + 43; . = ALIGN(0x10 ); /*Align for.text.elf_getscn */ *(.text.elf_getscn); . = ALIGN(0x10 ); /*Align for.text._elf_update_shnum */ *(.text._elf_update_shnum); . = ALIGN(0x10 ); /*Align for.text._elf_first_scn */ *(.text._elf_first_scn); . = . + 20; . = ALIGN(0x10 ); /*Align for.text.elf_newscn */ *(.text.elf_newscn); . = . + 13; . = ALIGN(0x10 ); /*Align for.text.elf32_fsize */ *(.text.elf32_fsize); . = ALIGN(0x10 ); /*Align for.text.elf64_fsize */ *(.text.elf64_fsize); . = ALIGN(0x10 ); /*Align for.text.gelf_fsize */ *(.text.gelf_fsize); . = ALIGN(0x10 ); /*Align for.text.gelf_msize */ *(.text.gelf_msize); . = ALIGN(0x4 ); /*Align for.text.sysconf */ *(.text.sysconf); . = ALIGN(0x4 ); /*Align for.text.getenv */ *(.text.getenv); . = ALIGN(0x4 ); /*Align for.text.__assert_fail */ *(.text.__assert_fail); . = ALIGN(0x4 ); /*Align for.text.__lsysinfo */ *(.text.__lsysinfo); . = ALIGN(0x10 ); /*Align for.text.calloc */ *(.text.calloc); . = . + 16; . = ALIGN(0x4 ); /*Align for.text.getrlimit */ *(.text.getrlimit); . = ALIGN(0x4 ); /*Align for.text.syscall */ *(.text.syscall); . = . + 124; . = ALIGN(0x4 ); /*Align for.text.fclose */ *(.text.fclose); . = ALIGN(0x4 ); /*Align for.text.fflush */ *(.text.fflush); . = ALIGN(0x4 ); /*Align for.text.__fflush_unlocked */ *(.text.__fflush_unlocked); . = ALIGN(0x4 ); /*Align for.text.fopen */ *(.text.fopen); . = ALIGN(0x4 ); /*Align for.text.getline */ *(.text.getline); . = ALIGN(0x4 ); /*Align for.text.snprintf */ *(.text.snprintf); . = . + 30; . = ALIGN(0x4 ); /*Align for.text.sscanf */ *(.text.sscanf); . = . + 35; . = ALIGN(0x4 ); /*Align for.text.vsscanf */ *(.text.vsscanf); . = ALIGN(0x4 ); /*Align for.text.do_read */ *(.text.do_read); . = . + 1; . = ALIGN(0x4 ); /*Align for.text.strtoull */ *(.text.strtoull); . = . + 4; . = ALIGN(0x4 ); /*Align for.text.strtox */ *(.text.strtox); . = . + 2; . = ALIGN(0x4 ); /*Align for.text.strtoll */ *(.text.strtoll); . = . + 7; . = ALIGN(0x4 ); /*Align for.text.strtoul */ *(.text.strtoul); . = . + 4; . = ALIGN(0x4 ); /*Align for.text.strtol */ *(.text.strtol); . = . + 7; . = ALIGN(0x4 ); /*Align for.text.strtoimax */ *(.text.strtoimax); . = . + 7; . = ALIGN(0x4 ); /*Align for.text.strtoumax */ *(.text.strtoumax); . = . + 4; . = ALIGN(0x10 ); /*Align for.text.memcmp */ *(.text.memcmp); . = ALIGN(0x10 ); /*Align for.text.strchr */ *(.text.strchr); . = ALIGN(0x10 ); /*Align for.text.__strchrnul */ *(.text.__strchrnul); . = . + 55; . = ALIGN(0x10 ); /*Align for.text.strcmp */ *(.text.strcmp); . = . + 12; . = ALIGN(0x10 ); /*Align for.text.strncmp */ *(.text.strncmp); . = ALIGN(0x4 ); /*Align for.text.pthread_attr_getdetachstate */ *(.text.pthread_attr_getdetachstate); . = ALIGN(0x4 ); /*Align for.text.pthread_attr_getguardsize */ *(.text.pthread_attr_getguardsize); . = ALIGN(0x4 ); /*Align for.text.pthread_attr_getinheritsched */ *(.text.pthread_attr_getinheritsched); . = ALIGN(0x4 ); /*Align for.text.pthread_attr_getschedparam */ *(.text.pthread_attr_getschedparam); . = ALIGN(0x4 ); /*Align for.text.pthread_attr_getschedpolicy */ *(.text.pthread_attr_getschedpolicy); . = ALIGN(0x4 ); /*Align for.text.pthread_attr_getscope */ *(.text.pthread_attr_getscope); . = ALIGN(0x4 ); /*Align for.text.pthread_attr_getstack */ *(.text.pthread_attr_getstack); . = ALIGN(0x4 ); /*Align for.text.pthread_attr_getstacksize */ *(.text.pthread_attr_getstacksize); . = ALIGN(0x4 ); /*Align for.text.pthread_barrierattr_getpshared */ *(.text.pthread_barrierattr_getpshared); . = ALIGN(0x4 ); /*Align for.text.pthread_condattr_getclock */ *(.text.pthread_condattr_getclock); . = ALIGN(0x4 ); /*Align for.text.pthread_condattr_getpshared */ *(.text.pthread_condattr_getpshared); . = ALIGN(0x4 ); /*Align for.text.pthread_mutexattr_getprotocol */ *(.text.pthread_mutexattr_getprotocol); . = ALIGN(0x4 ); /*Align for.text.pthread_mutexattr_getpshared */ *(.text.pthread_mutexattr_getpshared); . = ALIGN(0x4 ); /*Align for.text.pthread_mutexattr_getrobust */ *(.text.pthread_mutexattr_getrobust); . = ALIGN(0x4 ); /*Align for.text.pthread_mutexattr_gettype */ *(.text.pthread_mutexattr_gettype); . = ALIGN(0x4 ); /*Align for.text.pthread_rwlockattr_getpshared */ *(.text.pthread_rwlockattr_getpshared); . = ALIGN(0x4 ); /*Align for.text.pthread_getattr_np */ *(.text.pthread_getattr_np); . = . + 13; . = ALIGN(0x4 ); /*Align for.text.__pthread_getspecific */ *(.text.__pthread_getspecific); . = . + 7; . = ALIGN(0x4 ); /*Align for.text.__pthread_key_create */ *(.text.__pthread_key_create); . = ALIGN(0x4 ); /*Align for.text.nodtor */ *(.text.nodtor); . = ALIGN(0x4 ); /*Align for.text.__pthread_key_delete */ *(.text.__pthread_key_delete); . = ALIGN(0x4 ); /*Align for.text.__pthread_tsd_run_dtors */ *(.text.__pthread_tsd_run_dtors); . = ALIGN(0x4 ); /*Align for.text.pthread_migrate_args */ *(.text.pthread_migrate_args); . = . + 4; . = ALIGN(0x4 ); /*Align for.text.__pthread_self_internal */ *(.text.__pthread_self_internal); . = . + 2; . = ALIGN(0x4 ); /*Align for.text.pthread_setspecific */ *(.text.pthread_setspecific); . = ALIGN(0x4 ); /*Align for.text.getpid */ *(.text.getpid); . = ALIGN(0x4 ); /*Align for.text.lseek */ *(.text.lseek); . = . + 1; . = ALIGN(0x4 ); /*Align for.text.abort */ *(.text.abort); . = ALIGN(0x4 ); /*Align for.text.raise */ *(.text.raise); . = ALIGN(0x4 ); /*Align for.text.__fdopen */ *(.text.__fdopen); . = ALIGN(0x4 ); /*Align for.text.__fmodeflags */ *(.text.__fmodeflags); . = ALIGN(0x4 ); /*Align for.text.__string_read */ *(.text.__string_read); . = ALIGN(0x4 ); /*Align for.text.getdelim */ *(.text.getdelim); . = . + 0xc4; /*ANTONIO SNEAKY text NonOverlapping Offset*/ *(.text.unlikely .text.*_unlikely) *(.text.exit .text.exit.*) . = . ; *(.text.startup .text.startup.*) *(.text.hot .text.hot.*) *(.text .stub .text.* .gnu.linkonce.t.*) /* .gnu.warning sections are handled specially by elf32.em. */ *(.gnu.warning) } =0 .fini : { /* KEEP (*(SORT_NONE(.fini)))*/ } =0 PROVIDE (__etext = .); PROVIDE (_etext = .); PROVIDE (etext = .); .rodata : ALIGN(0x1000) { . = ALIGN(0x1000); *(.rodata.demo__str__home_beow); . = ALIGN(0x8 ); /*Align for.rodata.PATH */ *(.rodata.PATH); . = ALIGN(0x4 ); /*Align for.rodata.PAGE_SIZE */ *(.rodata.PAGE_SIZE); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_1__s__d_ */ *(.rodata.demo__str_1__s__d_); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_2__d___d____ */ *(.rodata.demo__str_2__d___d____); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_3_t_n_h__ */ *(.rodata.demo__str_3_t_n_h__); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_4___________ */ *(.rodata.demo__str_4___________); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_5______Welco */ *(.rodata.demo__str_5______Welco); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_6_____of_thr */ *(.rodata.demo__str_6_____of_thr); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_7_____of_nod */ *(.rodata.demo__str_7_____of_nod); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_8___Here____ */ *(.rodata.demo__str_8___Here____); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_9___ */ *(.rodata.demo__str_9___); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_10_Thread_ID_ */ *(.rodata.demo__str_10_Thread_ID_); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_11__d_ */ *(.rodata.demo__str_11__d_); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_12_ERROR__Thr */ *(.rodata.demo__str_12_ERROR__Thr); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_13_Bring_back */ *(.rodata.demo__str_13_Bring_back); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_14________To_ */ *(.rodata.demo__str_14________To_); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_15_ERROR__Des */ *(.rodata.demo__str_15_ERROR__Des); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_16_ERROR__Des */ *(.rodata.demo__str_16_ERROR__Des); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_17_Exited__d_ */ *(.rodata.demo__str_17_Exited__d_); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_18___threads_ */ *(.rodata.demo__str_18___threads_); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_19___nthreads */ *(.rodata.demo__str_19___nthreads); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_20____d__p__ */ *(.rodata.demo__str_20____d__p__); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_21_Thread__d_ */ *(.rodata.demo__str_21_Thread__d_); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_22__s__d_log_ */ *(.rodata.demo__str_22__s__d_log_); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_23__d______d_ */ *(.rodata.demo__str_23__d______d_); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_24________ */ *(.rodata.demo__str_24________); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_25______ */ *(.rodata.demo__str_25______); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_26_TID____ */ *(.rodata.demo__str_26_TID____); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_27__3d__ */ *(.rodata.demo__str_27__3d__); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_28__AT____ */ *(.rodata.demo__str_28__AT____); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_29__proc_popc */ *(.rodata.demo__str_29__proc_popc); . = ALIGN(0x1 ); /*Align for.rodata.demo__str_30__s__ */ *(.rodata.demo__str_30__s__); . = ALIGN(0x10 ); /*Align for.rodata.src_env___libc_start_main___init_libc_pfd_ */ *(.rodata.src_env___libc_start_main___init_libc_pfd_); . = ALIGN(0x1 ); /*Align for.rodata.src_env___libc_start_main__str__dev_null_ */ *(.rodata.src_env___libc_start_main__str__dev_null_); . = ALIGN(0x1 ); /*Align for.rodata.src_misc_getopt__str___unrecogn */ *(.rodata.src_misc_getopt__str___unrecogn); . = ALIGN(0x1 ); /*Align for.rodata.src_misc_getopt__str_1___option_r */ *(.rodata.src_misc_getopt__str_1___option_r); . = ALIGN(0x8 ); /*Align for.rodata.stderr */ *(.rodata.stderr); . = ALIGN(0x8 ); /*Align for.rodata.stdout */ *(.rodata.stdout); . = ALIGN(0x8 ); /*Align for.rodata.printf_core */ *(.rodata.printf_core); . = ALIGN(0x8 ); /*Align for.rodata.pop_arg */ *(.rodata.pop_arg); . = ALIGN(0x10 ); /*Align for.rodata.src_stdio_vfprintf_c_states */ *(.rodata.src_stdio_vfprintf_c_states); . = ALIGN(0x1 ); /*Align for.rodata.src_stdio_vfprintf__str______0X0x_ */ *(.rodata.src_stdio_vfprintf__str______0X0x_); . = ALIGN(0x1 ); /*Align for.rodata.src_stdio_vfprintf__str_1__null__ */ *(.rodata.src_stdio_vfprintf__str_1__null__); . = ALIGN(0x10 ); /*Align for.rodata.src_stdio_vfprintf_c_xdigits */ *(.rodata.src_stdio_vfprintf_c_xdigits); . = ALIGN(0x1 ); /*Align for.rodata.src_stdio_vfprintf__str_2__0X_0X_0X_ */ *(.rodata.src_stdio_vfprintf__str_2__0X_0X_0X_); . = ALIGN(0x1 ); /*Align for.rodata.src_stdio_vfprintf__str_3_inf_ */ *(.rodata.src_stdio_vfprintf__str_3_inf_); . = ALIGN(0x1 ); /*Align for.rodata.src_stdio_vfprintf__str_4_INF_ */ *(.rodata.src_stdio_vfprintf__str_4_INF_); . = ALIGN(0x1 ); /*Align for.rodata.src_stdio_vfprintf__str_5_nan_ */ *(.rodata.src_stdio_vfprintf__str_5_nan_); . = ALIGN(0x1 ); /*Align for.rodata.src_stdio_vfprintf__str_6_NAN_ */ *(.rodata.src_stdio_vfprintf__str_6_NAN_); . = ALIGN(0x1 ); /*Align for.rodata.src_stdio_vfprintf__str_7___ */ *(.rodata.src_stdio_vfprintf__str_7___); . = ALIGN(0x10 ); /*Align for.rodata.src_errno_strerror_c_errid */ *(.rodata.src_errno_strerror_c_errid); . = ALIGN(0x10 ); /*Align for.rodata.src_errno_strerror_c_errmsg */ *(.rodata.src_errno_strerror_c_errmsg); . = ALIGN(0x10 ); /*Align for.rodata.__fsmu8 */ *(.rodata.__fsmu8); . = ALIGN(0x8 ); /*Align for.rodata.src_signal_block_c_all_mask */ *(.rodata.src_signal_block_c_all_mask); . = ALIGN(0x8 ); /*Align for.rodata.src_signal_block_c_app_mask */ *(.rodata.src_signal_block_c_app_mask); . = ALIGN(0x8 ); /*Align for.rodata.stdin */ *(.rodata.stdin); . = ALIGN(0x8 ); /*Align for.rodata.vfscanf */ *(.rodata.vfscanf); . = ALIGN(0x8 ); /*Align for.rodata.src_stdio_vsnprintf_vsnprintf_f_ */ *(.rodata.src_stdio_vsnprintf_vsnprintf_f_); . = ALIGN(0x1 ); /*Align for.rodata.src_internal_floatscan__str_infinity_ */ *(.rodata.src_internal_floatscan__str_infinity_); . = ALIGN(0x10 ); /*Align for.rodata.src_internal_floatscan_c_decfloat_p10s */ *(.rodata.src_internal_floatscan_c_decfloat_p10s); . = ALIGN(0x4 ); /*Align for.rodata.src_internal_floatscan_switch_table_ */ *(.rodata.src_internal_floatscan_switch_table_); . = ALIGN(0x4 ); /*Align for.rodata.src_internal_floatscan_switch_table_2_ */ *(.rodata.src_internal_floatscan_switch_table_2_); . = ALIGN(0x10 ); /*Align for.rodata.src_internal_intscan_c_table */ *(.rodata.src_internal_intscan_c_table); . = ALIGN(0x1 ); /*Align for.rodata.src_internal_intscan__str__________ */ *(.rodata.src_internal_intscan__str__________); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str__home_beow */ *(.rodata.src_migrate__str__home_beow); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_1_a_ */ *(.rodata.src_migrate__str_1_a_); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_2___s_______ */ *(.rodata.src_migrate__str_2___s_______); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_3_rip__p__ */ *(.rodata.src_migrate__str_3_rip__p__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_4_rax__lx__ */ *(.rodata.src_migrate__str_4_rax__lx__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_5_rdx__lx__ */ *(.rodata.src_migrate__str_5_rdx__lx__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_6_rcx__lx__ */ *(.rodata.src_migrate__str_6_rcx__lx__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_7_rbx__lx__ */ *(.rodata.src_migrate__str_7_rbx__lx__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_8_rsi__lx__ */ *(.rodata.src_migrate__str_8_rsi__lx__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_9_rdi__lx__ */ *(.rodata.src_migrate__str_9_rdi__lx__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_10_rbp__lx__ */ *(.rodata.src_migrate__str_10_rbp__lx__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_11_rsp__lx__ */ *(.rodata.src_migrate__str_11_rsp__lx__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_12_archs_at__ */ *(.rodata.src_migrate__str_12_archs_at__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_13_archs__d__ */ *(.rodata.src_migrate__str_13_archs__d__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_14__home_beow */ *(.rodata.src_migrate__str_14__home_beow); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_15_pc__p__ */ *(.rodata.src_migrate__str_15_pc__p__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_16_sp__p__ */ *(.rodata.src_migrate__str_16_sp__p__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_17_bp_0x_lx__ */ *(.rodata.src_migrate__str_17_bp_0x_lx__); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_18_x__d__0x_l */ *(.rodata.src_migrate__str_18_x__d__0x_l); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_19_Could_not_ */ *(.rodata.src_migrate__str_19_Could_not_); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_20_src_ */ *(.rodata.src_migrate__str_20_src_); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_21_dst_ */ *(.rodata.src_migrate__str_21_dst_); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_22_0_____Unsu */ *(.rodata.src_migrate__str_22_0_____Unsu); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_23_src_migrat */ *(.rodata.src_migrate__str_23_src_migrat); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate___func_____migrate_shim_internal___migrate_ */ *(.rodata.src_migrate___func_____migrate_shim_internal___migrate_); . = ALIGN(0x1 ); /*Align for.rodata.src_migrate__str_24_0_____Coul */ *(.rodata.src_migrate__str_24_0_____Coul); . = ALIGN(0x1 ); /*Align for.rodata.src_userspace__str_ST_AARCH64 */ *(.rodata.src_userspace__str_ST_AARCH64); . = ALIGN(0x1 ); /*Align for.rodata.src_userspace__str_1__s_aarch64 */ *(.rodata.src_userspace__str_1__s_aarch64); . = ALIGN(0x1 ); /*Align for.rodata.src_userspace__str_2_ST_X86_64_ */ *(.rodata.src_userspace__str_2_ST_X86_64_); . = ALIGN(0x1 ); /*Align for.rodata.src_userspace__str_3__s_x86_64_ */ *(.rodata.src_userspace__str_3__s_x86_64_); . = ALIGN(0x1 ); /*Align for.rodata.src_userspace__str_4__proc__d_m */ *(.rodata.src_userspace__str_4__proc__d_m); . = ALIGN(0x1 ); /*Align for.rodata.src_userspace__str_5_r_ */ *(.rodata.src_userspace__str_5_r_); . = ALIGN(0x1 ); /*Align for.rodata.src_userspace__str_6__lx__lx__s */ *(.rodata.src_userspace__str_6__lx__lx__s); . = ALIGN(0x1 ); /*Align for.rodata.src_userspace__str_7__stack__ */ *(.rodata.src_userspace__str_7__stack__); . = ALIGN(0x1 ); /*Align for.rodata.src_init__str__stack_tra */ *(.rodata.src_init__str__stack_tra); . = ALIGN(0x1 ); /*Align for.rodata.src_init__str_1__stack_tra */ *(.rodata.src_init__str_1__stack_tra); . = ALIGN(0x1 ); /*Align for.rodata.src_init__str_2__stack_tra */ *(.rodata.src_init__str_2__stack_tra); . = ALIGN(0x1 ); /*Align for.rodata.src_init__str_3__stack_tra */ *(.rodata.src_init__str_3__stack_tra); . = ALIGN(0x1 ); /*Align for.rodata.src_init__str_4__stack_tra */ *(.rodata.src_init__str_4__stack_tra); . = ALIGN(0x1 ); /*Align for.rodata.src_init__str_5__stack_tra */ *(.rodata.src_init__str_5__stack_tra); . = ALIGN(0x1 ); /*Align for.rodata.src_rewrite__str__src_rewri */ *(.rodata.src_rewrite__str__src_rewri); . = ALIGN(0x1 ); /*Align for.rodata.src_rewrite__str_1__src_rewri */ *(.rodata.src_rewrite__str_1__src_rewri); . = ALIGN(0x1 ); /*Align for.rodata.src_rewrite__str_2__src_rewri */ *(.rodata.src_rewrite__str_2__src_rewri); . = ALIGN(0x1 ); /*Align for.rodata.src_rewrite__str_3__src_rewri */ *(.rodata.src_rewrite__str_3__src_rewri); . = ALIGN(0x1 ); /*Align for.rodata.src_rewrite__str_4__src_rewri */ *(.rodata.src_rewrite__str_4__src_rewri); . = ALIGN(0x1 ); /*Align for.rodata.src_rewrite__str_5__src_rewri */ *(.rodata.src_rewrite__str_5__src_rewri); . = ALIGN(0x1 ); /*Align for.rodata.src_util__str_x86_64_ */ *(.rodata.src_util__str_x86_64_); . = ALIGN(0x1 ); /*Align for.rodata.src_util__str_1_aarch64_ */ *(.rodata.src_util__str_1_aarch64_); . = ALIGN(0x1 ); /*Align for.rodata.src_util__str_2_unknown_un */ *(.rodata.src_util__str_2_unknown_un); . = ALIGN(0x10 ); /*Align for.rodata.src_arch_aarch64_properties_c_callee_saved_aarch64 */ *(.rodata.src_arch_aarch64_properties_c_callee_saved_aarch64); . = ALIGN(0x10 ); /*Align for.rodata.src_arch_aarch64_properties_c_callee_saved_size_aarch64 */ *(.rodata.src_arch_aarch64_properties_c_callee_saved_size_aarch64); . = ALIGN(0x8 ); /*Align for.rodata.properties_aarch64 */ *(.rodata.properties_aarch64); . = ALIGN(0x1 ); /*Align for.rodata.src_arch_aarch64_properties__str__src_arch_ */ *(.rodata.src_arch_aarch64_properties__str__src_arch_); . = ALIGN(0x1 ); /*Align for.rodata.src_arch_aarch64_properties__str_1__src_arch_ */ *(.rodata.src_arch_aarch64_properties__str_1__src_arch_); . = ALIGN(0x8 ); /*Align for.rodata.reg_aarch64 */ *(.rodata.reg_aarch64); . = ALIGN(0x8 ); /*Align for.rodata.regs_aarch64 */ *(.rodata.regs_aarch64); . = ALIGN(0x1 ); /*Align for.rodata.src_arch_aarch64_regs__str__src_arch_ */ *(.rodata.src_arch_aarch64_regs__str__src_arch_); . = ALIGN(0x1 ); /*Align for.rodata.src_arch_aarch64_regs__str_1__src_arch_ */ *(.rodata.src_arch_aarch64_regs__str_1__src_arch_); . = ALIGN(0x2 ); /*Align for.rodata.src_arch_x86_64_properties_c_callee_saved_x86_64 */ *(.rodata.src_arch_x86_64_properties_c_callee_saved_x86_64); . = ALIGN(0x2 ); /*Align for.rodata.src_arch_x86_64_properties_c_callee_saved_size_x86_64 */ *(.rodata.src_arch_x86_64_properties_c_callee_saved_size_x86_64); . = ALIGN(0x8 ); /*Align for.rodata.properties_x86_64 */ *(.rodata.properties_x86_64); . = ALIGN(0x1 ); /*Align for.rodata.src_arch_x86_64_properties__str__src_arch_ */ *(.rodata.src_arch_x86_64_properties__str__src_arch_); . = ALIGN(0x8 ); /*Align for.rodata.reg_x86_64 */ *(.rodata.reg_x86_64); . = ALIGN(0x8 ); /*Align for.rodata.regs_x86_64 */ *(.rodata.regs_x86_64); . = ALIGN(0x1 ); /*Align for.rodata.src_arch_x86_64_regs__str__src_arch_ */ *(.rodata.src_arch_x86_64_regs__str__src_arch_); . = ALIGN(0x1 ); /*Align for.rodata.src_arch_x86_64_regs__str_1__src_arch_ */ *(.rodata.src_arch_x86_64_regs__str_1__src_arch_); . = ALIGN(0x1 ); /*Align for.rodata.src_arch_x86_64_regs__str_2__src_arch_ */ *(.rodata.src_arch_x86_64_regs__str_2__src_arch_); . = ALIGN(0x1 ); /*Align for.rodata.src_arch_x86_64_regs__str_3__src_arch_ */ *(.rodata.src_arch_x86_64_regs__str_3__src_arch_); . = ALIGN(0x8 ); /*Align for.rodata.apply_arch_operation */ *(.rodata.apply_arch_operation); . = ALIGN(0x8 ); /*Align for.rodata.points_to_stack */ *(.rodata.points_to_stack); . = ALIGN(0x1 ); /*Align for.rodata.src_data__str__src_data_ */ *(.rodata.src_data__str__src_data_); . = ALIGN(0x1 ); /*Align for.rodata.src_data__str_1__src_data_ */ *(.rodata.src_data__str_1__src_data_); . = ALIGN(0x1 ); /*Align for.rodata.src_data__str_2__src_data_ */ *(.rodata.src_data__str_2__src_data_); . = ALIGN(0x1 ); /*Align for.rodata.src_data__str_3__src_data_ */ *(.rodata.src_data__str_3__src_data_); . = ALIGN(0x1 ); /*Align for.rodata.src_data__str_4__src_data_ */ *(.rodata.src_data__str_4__src_data_); . = ALIGN(0x1 ); /*Align for.rodata.src_data__str_5__src_data_ */ *(.rodata.src_data__str_5__src_data_); . = ALIGN(0x1 ); /*Align for.rodata.src_data__str_6__src_data_ */ *(.rodata.src_data__str_6__src_data_); . = ALIGN(0x1 ); /*Align for.rodata.src_data__str_7__src_data_ */ *(.rodata.src_data__str_7__src_data_); . = ALIGN(0x1 ); /*Align for.rodata.src_data__str_8__src_data_ */ *(.rodata.src_data__str_8__src_data_); . = ALIGN(0x1 ); /*Align for.rodata.src_data__str_9__src_data_ */ *(.rodata.src_data__str_9__src_data_); . = ALIGN(0x10 ); /*Align for.rodata.fmag */ *(.rodata.fmag); . = ALIGN(0x40 ); /*Align for.rodata.xlate32_11 */ *(.rodata.xlate32_11); . = ALIGN(0x40 ); /*Align for.rodata._elf_data_init */ *(.rodata._elf_data_init); . = ALIGN(0x40 ); /*Align for.rodata._elf_scn_init */ *(.rodata._elf_scn_init); . = ALIGN(0x40 ); /*Align for.rodata.xlate64_11 */ *(.rodata.xlate64_11); . = ALIGN(0x40 ); /*Align for.rodata._elf_fmsize */ *(.rodata._elf_fmsize); . = ALIGN(0x8 ); /*Align for.rodata.sysconf */ *(.rodata.sysconf); . = ALIGN(0x10 ); /*Align for.rodata.src_conf_sysconf_c_sysconf_values */ *(.rodata.src_conf_sysconf_c_sysconf_values); . = ALIGN(0x1 ); /*Align for.rodata.src_exit_assert__str_Assertion_ */ *(.rodata.src_exit_assert__str_Assertion_); . = ALIGN(0x1 ); /*Align for.rodata.src_stdio_fopen__str_rwa_ */ *(.rodata.src_stdio_fopen__str_rwa_); . = ALIGN(0x1 ); /*Align for.rodata.src_stdio___fdopen__str_rwa_ */ *(.rodata.src_stdio___fdopen__str_rwa_); . = . + 0x20; /*ANTONIO SNEAKY rodata NonOverlapping Offset*/ *(.rodata) *( .rodata.* .gnu.linkonce.r.*) } .rodata1 : { *(.rodata1) } .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } .data 0x460000 : ALIGN(0x1000) { . = ALIGN(0x1000); *(.data.nthreads); . = ALIGN(0x4 ); /*Align for.data.nodes */ *(.data.nodes); . = ALIGN(0x4 ); /*Align for.data.optind */ *(.data.optind); . = ALIGN(0x4 ); /*Align for.data.opterr */ *(.data.opterr); . = ALIGN(0x8 ); /*Align for.data.src_stdio_stderr_c_f */ *(.data.src_stdio_stderr_c_f); . = ALIGN(0x8 ); /*Align for.data.__stderr_used */ *(.data.__stderr_used); . = ALIGN(0x8 ); /*Align for.data.src_stdio_stdout_c_f */ *(.data.src_stdio_stdout_c_f); . = ALIGN(0x8 ); /*Align for.data.__stdout_used */ *(.data.__stdout_used); . = ALIGN(0x8 ); /*Align for.data.src_stdio_stdin_c_f */ *(.data.src_stdio_stdin_c_f); . = ALIGN(0x8 ); /*Align for.data.__stdin_used */ *(.data.__stdin_used); . = ALIGN(0x4 ); /*Align for.data._elf_sanity_checks */ *(.data._elf_sanity_checks); . = ALIGN(0x8 ); /*Align for.data.__pthread_tsd_size */ *(.data.__pthread_tsd_size); . = . + 0x0; /*ANTONIO SNEAKY data NonOverlapping Offset*/ PROVIDE (__data_start = .); *(.data .data.* .gnu.linkonce.d.*) SORT(CONSTRUCTORS) } .data1 : { *(.data1) } _edata = .; PROVIDE (edata = .); /* . = ALIGN(0x100); . = .;*/ __bss_start = .; __bss_start__ = .; .bss : ALIGN(0x1000) { . = ALIGN(0x1000); *(.bss.here); . = ALIGN(0x8 ); /*Align for.bss.threads */ *(.bss.threads); . = ALIGN(0x8 ); /*Align for.bss.__progname */ *(.bss.__progname); . = ALIGN(0x8 ); /*Align for.bss.__progname_full */ *(.bss.__progname_full); . = ALIGN(0x8 ); /*Align for.bss.src_malloc_lite_malloc_c___simple_malloc_cur */ *(.bss.src_malloc_lite_malloc_c___simple_malloc_cur); . = ALIGN(0x8 ); /*Align for.bss.src_malloc_lite_malloc_c___simple_malloc_brk */ *(.bss.src_malloc_lite_malloc_c___simple_malloc_brk); . = ALIGN(0x4 ); /*Align for.bss.src_malloc_lite_malloc_c___simple_malloc_lock */ *(.bss.src_malloc_lite_malloc_c___simple_malloc_lock); . = ALIGN(0x4 ); /*Align for.bss.__optreset */ *(.bss.__optreset); . = ALIGN(0x1 ); /*Align for.bss.src_stdio_stderr_c_buf */ *(.bss.src_stdio_stderr_c_buf); . = ALIGN(0x10 ); /*Align for.bss.src_stdio_stdout_c_buf */ *(.bss.src_stdio_stdout_c_buf); . = ALIGN(0x8 ); /*Align for.bss.src_thread_pthread_create_c_dummy */ *(.bss.src_thread_pthread_create_c_dummy); . = ALIGN(0x8 ); /*Align for.bss.src_thread_pthread_create_c_dummy_tsd */ *(.bss.src_thread_pthread_create_c_dummy_tsd); . = ALIGN(0x4 ); /*Align for.bss.__block_new_threads */ *(.bss.__block_new_threads); . = ALIGN(0x8 ); /*Align for.bss.src_thread_pthread_create_c_dummy_file */ *(.bss.src_thread_pthread_create_c_dummy_file); . = ALIGN(0x4 ); /*Align for.bss.src_thread_vmlock_c_vmlock */ *(.bss.src_thread_vmlock_c_vmlock); . = ALIGN(0x8 ); /*Align for.bss.__environ */ *(.bss.__environ); . = ALIGN(0x10 ); /*Align for.bss.src_env___init_tls_c_builtin_tls */ *(.bss.src_env___init_tls_c_builtin_tls); . = ALIGN(0x10 ); /*Align for.bss.src_stdio_stdin_c_buf */ *(.bss.src_stdio_stdin_c_buf); . = ALIGN(0x8 ); /*Align for.bss.src_malloc_malloc_c_mal */ *(.bss.src_malloc_malloc_c_mal); . = ALIGN(0x1 ); /*Align for.bss.src_malloc_malloc_c_expand_heap_init */ *(.bss.src_malloc_malloc_c_expand_heap_init); . = ALIGN(0x4 ); /*Align for.bss.src_multibyte_mbrtowc_c_mbrtowc_internal_state */ *(.bss.src_multibyte_mbrtowc_c_mbrtowc_internal_state); . = ALIGN(0x8 ); /*Align for.bss.src_stdio___stdio_exit_c_dummy_file */ *(.bss.src_stdio___stdio_exit_c_dummy_file); . = ALIGN(0x8 ); /*Align for.bss.aarch64_fn */ *(.bss.aarch64_fn); . = ALIGN(0x8 ); /*Align for.bss.x86_64_fn */ *(.bss.x86_64_fn); . = ALIGN(0x8 ); /*Align for.bss.src_userspace_c_aarch64_handle */ *(.bss.src_userspace_c_aarch64_handle); . = ALIGN(0x1 ); /*Align for.bss.src_userspace_c_alloc_aarch64_fn */ *(.bss.src_userspace_c_alloc_aarch64_fn); . = ALIGN(0x8 ); /*Align for.bss.src_userspace_c_x86_64_handle */ *(.bss.src_userspace_c_x86_64_handle); . = ALIGN(0x1 ); /*Align for.bss.src_userspace_c_alloc_x86_64_fn */ *(.bss.src_userspace_c_alloc_x86_64_fn); . = ALIGN(0x4 ); /*Align for.bss.src_userspace_c_stack_bounds_key */ *(.bss.src_userspace_c_stack_bounds_key); . = ALIGN(0x4 ); /*Align for.bss._elf_fill */ *(.bss._elf_fill); . = ALIGN(0x4 ); /*Align for.bss._elf_errno */ *(.bss._elf_errno); . = ALIGN(0x4 ); /*Align for.bss._elf_version */ *(.bss._elf_version); . = ALIGN(0x8 ); /*Align for.bss.src_stdio_fflush_c_dummy */ *(.bss.src_stdio_fflush_c_dummy); . = ALIGN(0x10 ); /*Align for.bss.__pthread_tsd_main */ *(.bss.__pthread_tsd_main); . = ALIGN(0x10 ); /*Align for.bss.src_thread_pthread_key_create_c_keys */ *(.bss.src_thread_pthread_key_create_c_keys); *(.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. FIXME: Why do we need it? When there is no .bss section, we don't pad the .data section. */ . = ALIGN(. != 0 ? 32 / 8 : 1); } _bss_end__ = . ; __bss_end__ = . ; . = ALIGN(32 / 8); . = ALIGN(32 / 8); __end__ = . ; _end = .; PROVIDE (end = .); . = DATA_SEGMENT_END (.); .eh_frame_hdr : { *(.eh_frame_hdr) } .llvm_stackmaps 0x470000 : ALIGN(0x1000) { *(.llvm_stackmaps) } .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table .gcc_except_table.*) } /* These sections are generated by the Sun/Oracle C++ compiler. */ .exception_ranges : ONLY_IF_RO { *(.exception_ranges .exception_ranges*) } /* Adjust the address for the data segment. We want to adjust up to the same address within the page on the next page up. */ . = ALIGN (CONSTANT (MAXPAGESIZE)) - ((CONSTANT (MAXPAGESIZE) - .) & (CONSTANT (MAXPAGESIZE) - 1)); . = DATA_SEGMENT_ALIGN (CONSTANT (MAXPAGESIZE), CONSTANT (COMMONPAGESIZE)); /* Exception handling */ .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } .gcc_except_table : ONLY_IF_RW { *(.gcc_except_table .gcc_except_table.*) } .exception_ranges : ONLY_IF_RW { *(.exception_ranges .exception_ranges*) } /* Thread Local Storage sections */ .tdata : ALIGN(0x1000) { *(.tdata .tdata.* .gnu.linkonce.td.*) } .tbss : ALIGN(0x1000) { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) } .preinit_array : { PROVIDE_HIDDEN (__preinit_array_start = .); KEEP (*(.preinit_array)) PROVIDE_HIDDEN (__preinit_array_end = .); } .init_array 0x480000 : { PROVIDE_HIDDEN (__init_array_start = .); KEEP (*(SORT(.init_array.*))) KEEP (*(.init_array)) PROVIDE_HIDDEN (__init_array_end = .); } .fini_array : { PROVIDE_HIDDEN (__fini_array_start = .); KEEP (*(SORT(.fini_array.*))) KEEP (*(.fini_array)) PROVIDE_HIDDEN (__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)) KEEP (*crtbegin?.o(.ctors)) /* We don't want to include the .ctor section 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 *crtend?.o ) .ctors)) KEEP (*(SORT(.ctors.*))) KEEP (*(.ctors)) } .dtors : { KEEP (*crtbegin.o(.dtors)) KEEP (*crtbegin?.o(.dtors)) KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors)) KEEP (*(SORT(.dtors.*))) KEEP (*(.dtors)) } .jcr : { KEEP (*(.jcr)) } .data.rel.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro .data.rel.ro.* .gnu.linkonce.d.rel.ro.*) } .dynamic : { *(.dynamic) } .got : { *(.got) *(.igot) } . = DATA_SEGMENT_RELRO_END (24, .); .got.plt : { *(.got.plt) *(.igot.plt) } /* . = ALIGN(32 / 8); . = ALIGN(32 / 8); __end__ = . ; _end = .; PROVIDE (end = .);*/ . = DATA_SEGMENT_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) } /* DWARF 3 */ .debug_pubtypes 0 : { *(.debug_pubtypes) } .debug_ranges 0 : { *(.debug_ranges) } /* DWARF Extension. */ .debug_macro 0 : { *(.debug_macro) } .ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) } .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) } /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) *(.note.gnu.build-id) } }