__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* Script for -shared -z separate-code */
/* Copyright (C) 2014-2025 Free Software Foundation, Inc.
Copying and distribution of this script, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. */
OUTPUT_FORMAT("elf32-bigarm", "elf32-bigarm", "elf32-littlearm")
OUTPUT_ARCH(arm)
ENTRY(_start)
SEARCH_DIR("=/usr/aarch64-linux-gnu/lib");
SECTIONS
{
. = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
/* Place the build-id as close to the ELF headers as possible. This
maximises the chance the build-id will be present in core files,
which GDB can then use to locate the associated debuginfo file. */
.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) }
.rel.init : { *(.rel.init) }
.rela.init : { *(.rela.init) }
.rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) }
.rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
.rel.fini : { *(.rel.fini) }
.rela.fini : { *(.rela.fini) }
.rel.rodata : { *(.rel.rodata .rel.rodata.* .rel.gnu.linkonce.r.*) }
.rela.rodata : { *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) }
.rel.data.rel.ro : { *(.rel.data.rel.ro .rel.data.rel.ro.* .rel.gnu.linkonce.d.rel.ro.*) }
.rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }
.rel.data : { *(.rel.data .rel.data.* .rel.gnu.linkonce.d.*) }
.rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }
.rel.tdata : { *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*) }
.rela.tdata : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }
.rel.tbss : { *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*) }
.rela.tbss : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }
.rel.ctors : { *(.rel.ctors) }
.rela.ctors : { *(.rela.ctors) }
.rel.dtors : { *(.rel.dtors) }
.rela.dtors : { *(.rela.dtors) }
.rel.got : { *(.rel.got) }
.rela.got : { *(.rela.got) }
.rel.bss : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) }
.rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }
.rel.iplt :
{
*(.rel.iplt)
}
.rela.iplt :
{
*(.rela.iplt)
}
.rel.plt :
{
*(.rel.plt)
}
.rela.plt :
{
*(.rela.plt)
}
/* Align the text segment. */
. = ALIGN(CONSTANT (MAXPAGESIZE));
/* Start of the executable code region. */
.init :
{
KEEP (*(SORT_NONE(.init)))
}
.plt : { *(.plt) }
.iplt : { *(.iplt) }
.gnu.sgstubs : { *(.gnu.sgstubs*) }
.text :
{
*(.text.unlikely .text.*_unlikely .text.unlikely.*)
*(.text.exit .text.exit.*)
*(.text.startup .text.startup.*)
*(.text.hot .text.hot.*)
*(SORT(.text.sorted.*))
*(.text .stub .text.* .gnu.linkonce.t.*)
/* .gnu.warning sections are handled specially by elf.em. */
*(.gnu.warning)
*(.glue_7t) *(.glue_7) *(.vfp11_veneer) *(.v4_bx)
}
.fini :
{
KEEP (*(SORT_NONE(.fini)))
}
PROVIDE (__etext = .);
PROVIDE (_etext = .);
PROVIDE (etext = .);
/* Align the text segment. */
. = ALIGN(CONSTANT (MAXPAGESIZE));
/* Start of the Read Only Data region. */
/* Adjust the address for the rodata segment. We want to adjust up to
the same address within the page on the next page up. */
. = SEGMENT_START("rodata-segment", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)));
.rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
.rodata1 : { *(.rodata1) }
.ARM.extab : { *(.ARM.extab* .gnu.linkonce.armextab.*) }
.ARM.exidx :
{
PROVIDE_HIDDEN (__exidx_start = .);
*(.ARM.exidx* .gnu.linkonce.armexidx.*)
PROVIDE_HIDDEN (__exidx_end = .);
}
.eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) }
.eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }
.sframe : ONLY_IF_RO { *(.sframe) *(.sframe.*) }
.gcc_except_table : ONLY_IF_RO { *(.gcc_except_table .gcc_except_table.*) }
.gnu_extab : ONLY_IF_RO { *(.gnu_extab*) }
/* These sections are generated by the Sun/Oracle C++ compiler. */
.exception_ranges : ONLY_IF_RO { *(.exception_ranges*) }
/* Various note sections. Placed here so that they are always included
in the read-only segment and not treated as orphan sections. The
current orphan handling algorithm does place note sections after R/O
data, but this is not guaranteed to always be the case. */
.note.build-id : { *(.note.build-id) }
.note.GNU-stack : { *(.note.GNU-stack) }
.note.gnu-property : { *(.note.gnu-property) }
.note.ABI-tag : { *(.note.ABI-tag) }
.note.package : { *(.note.package) }
.note.dlopen : { *(.note.dlopen) }
.note.netbsd.ident : { *(.note.netbsd.ident) }
.note.openbsd.ident : { *(.note.openbsd.ident) }
/* Start of the Read Write Data region. */
/* 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) - 1));
/* Exception handling. */
.eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) *(.eh_frame.*) }
.sframe : ONLY_IF_RW { *(.sframe) *(.sframe.*) }
.gnu_extab : ONLY_IF_RW { *(.gnu_extab) }
.gcc_except_table : ONLY_IF_RW { *(.gcc_except_table .gcc_except_table.*) }
.exception_ranges : ONLY_IF_RW { *(.exception_ranges*) }
/* Thread Local Storage sections. */
.tdata :
{
*(.tdata .tdata.* .gnu.linkonce.td.*)
}
.tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
.preinit_array :
{
KEEP (*(.preinit_array))
}
.init_array :
{
KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .ctors))
}
.fini_array :
{
KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*)))
KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .dtors))
}
.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.plt) *(.igot.plt) *(.got) *(.igot) }
.data :
{
PROVIDE (__data_start = .);
*(.data .data.* .gnu.linkonce.d.*)
SORT(CONSTRUCTORS)
}
.data1 : { *(.data1) }
PROVIDE (_edata = .);
PROVIDE (edata = .);
/* This section contains data that is initialized during load,
but not during the application's initialization sequence. */
.persistent : ALIGN(32 / 8)
{
PROVIDE (__persistent_start = .);
*(.persistent .persistent.* .gnu.linkonce.p.*)
. = ALIGN(32 / 8);
PROVIDE (__persistent_end = .);
}
. = ALIGN(ALIGNOF(NEXT_SECTION));
PROVIDE (__bss_start = .);
PROVIDE (__bss_start__ = .);
.bss :
{
*(.dynbss)
*(.bss .bss.* .gnu.linkonce.b.*)
*(COMMON)
/* Align here to ensure that in the common case of there only being one
type of .bss section, the 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 do not
pad the .data section. */
. = ALIGN(. != 0 ? 32 / 8 : 1);
}
PROVIDE (_bss_end__ = .); PROVIDE (__bss_end__ = .);
/* This section contains data that is not initialized during load,
or during the application's initialization sequence. */
.noinit (NOLOAD) : ALIGN(32 / 8)
{
PROVIDE (__noinit_start = .);
*(.noinit .noinit.* .gnu.linkonce.n.*)
. = ALIGN(32 / 8);
PROVIDE (__noinit_end = .);
}
. = ALIGN(32 / 8);
/* Start of the Large Data region. */
. = SEGMENT_START("ldata-segment", .);
. = ALIGN(32 / 8);
PROVIDE (__end__ = .);
PROVIDE (_end = .);
PROVIDE (end = .);
/* Start of the Tiny Data region. */
/* Stack. */
.stack 0x80000 :
{
_stack = .;
*(.stack)
}
/* 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 (INFO) : { *(.comment); LINKER_VERSION; }
.gnu.build.attributes : { *(.gnu.build.attributes .gnu.build.attributes.*) }
/* 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_line.* .debug_line_end) }
.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 5. */
.debug_addr 0 : { *(.debug_addr) }
.debug_line_str 0 : { *(.debug_line_str) }
.debug_loclists 0 : { *(.debug_loclists) }
.debug_macro 0 : { *(.debug_macro) }
.debug_names 0 : { *(.debug_names) }
.debug_rnglists 0 : { *(.debug_rnglists) }
.debug_str_offsets 0 : { *(.debug_str_offsets) }
.debug_sup 0 : { *(.debug_sup) }
.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_*) *(.gnu_object_only) }
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| aarch64elf.x | File | 9.99 KB | 0644 |
|
| aarch64elf.xbn | File | 9.9 KB | 0644 |
|
| aarch64elf.xc | File | 9.7 KB | 0644 |
|
| aarch64elf.xce | File | 10.04 KB | 0644 |
|
| aarch64elf.xcer | File | 9.98 KB | 0644 |
|
| aarch64elf.xd | File | 9.88 KB | 0644 |
|
| aarch64elf.xdc | File | 9.62 KB | 0644 |
|
| aarch64elf.xdce | File | 9.95 KB | 0644 |
|
| aarch64elf.xdcer | File | 9.9 KB | 0644 |
|
| aarch64elf.xde | File | 10.21 KB | 0644 |
|
| aarch64elf.xder | File | 10.16 KB | 0644 |
|
| aarch64elf.xdw | File | 9.61 KB | 0644 |
|
| aarch64elf.xdwe | File | 9.95 KB | 0644 |
|
| aarch64elf.xdwer | File | 9.89 KB | 0644 |
|
| aarch64elf.xe | File | 10.3 KB | 0644 |
|
| aarch64elf.xer | File | 10.24 KB | 0644 |
|
| aarch64elf.xn | File | 9.96 KB | 0644 |
|
| aarch64elf.xr | File | 6.39 KB | 0644 |
|
| aarch64elf.xs | File | 9.55 KB | 0644 |
|
| aarch64elf.xsc | File | 9.29 KB | 0644 |
|
| aarch64elf.xsce | File | 9.63 KB | 0644 |
|
| aarch64elf.xscer | File | 9.58 KB | 0644 |
|
| aarch64elf.xse | File | 9.89 KB | 0644 |
|
| aarch64elf.xser | File | 9.83 KB | 0644 |
|
| aarch64elf.xsw | File | 9.29 KB | 0644 |
|
| aarch64elf.xswe | File | 9.62 KB | 0644 |
|
| aarch64elf.xswer | File | 9.57 KB | 0644 |
|
| aarch64elf.xu | File | 6.42 KB | 0644 |
|
| aarch64elf.xw | File | 9.69 KB | 0644 |
|
| aarch64elf.xwe | File | 10.03 KB | 0644 |
|
| aarch64elf.xwer | File | 9.97 KB | 0644 |
|
| aarch64elf32.x | File | 10 KB | 0644 |
|
| aarch64elf32.xbn | File | 9.9 KB | 0644 |
|
| aarch64elf32.xc | File | 9.71 KB | 0644 |
|
| aarch64elf32.xce | File | 10.04 KB | 0644 |
|
| aarch64elf32.xcer | File | 9.99 KB | 0644 |
|
| aarch64elf32.xd | File | 9.88 KB | 0644 |
|
| aarch64elf32.xdc | File | 9.62 KB | 0644 |
|
| aarch64elf32.xdce | File | 9.96 KB | 0644 |
|
| aarch64elf32.xdcer | File | 9.9 KB | 0644 |
|
| aarch64elf32.xde | File | 10.22 KB | 0644 |
|
| aarch64elf32.xder | File | 10.16 KB | 0644 |
|
| aarch64elf32.xdw | File | 9.61 KB | 0644 |
|
| aarch64elf32.xdwe | File | 9.95 KB | 0644 |
|
| aarch64elf32.xdwer | File | 9.9 KB | 0644 |
|
| aarch64elf32.xe | File | 10.3 KB | 0644 |
|
| aarch64elf32.xer | File | 10.25 KB | 0644 |
|
| aarch64elf32.xn | File | 9.97 KB | 0644 |
|
| aarch64elf32.xr | File | 6.4 KB | 0644 |
|
| aarch64elf32.xs | File | 9.56 KB | 0644 |
|
| aarch64elf32.xsc | File | 9.3 KB | 0644 |
|
| aarch64elf32.xsce | File | 9.64 KB | 0644 |
|
| aarch64elf32.xscer | File | 9.58 KB | 0644 |
|
| aarch64elf32.xse | File | 9.9 KB | 0644 |
|
| aarch64elf32.xser | File | 9.84 KB | 0644 |
|
| aarch64elf32.xsw | File | 9.29 KB | 0644 |
|
| aarch64elf32.xswe | File | 9.63 KB | 0644 |
|
| aarch64elf32.xswer | File | 9.57 KB | 0644 |
|
| aarch64elf32.xu | File | 6.42 KB | 0644 |
|
| aarch64elf32.xw | File | 9.7 KB | 0644 |
|
| aarch64elf32.xwe | File | 10.04 KB | 0644 |
|
| aarch64elf32.xwer | File | 9.98 KB | 0644 |
|
| aarch64elf32b.x | File | 10 KB | 0644 |
|
| aarch64elf32b.xbn | File | 9.9 KB | 0644 |
|
| aarch64elf32b.xc | File | 9.7 KB | 0644 |
|
| aarch64elf32b.xce | File | 10.04 KB | 0644 |
|
| aarch64elf32b.xcer | File | 9.98 KB | 0644 |
|
| aarch64elf32b.xd | File | 9.88 KB | 0644 |
|
| aarch64elf32b.xdc | File | 9.62 KB | 0644 |
|
| aarch64elf32b.xdce | File | 9.96 KB | 0644 |
|
| aarch64elf32b.xdcer | File | 9.9 KB | 0644 |
|
| aarch64elf32b.xde | File | 10.22 KB | 0644 |
|
| aarch64elf32b.xder | File | 10.16 KB | 0644 |
|
| aarch64elf32b.xdw | File | 9.61 KB | 0644 |
|
| aarch64elf32b.xdwe | File | 9.95 KB | 0644 |
|
| aarch64elf32b.xdwer | File | 9.89 KB | 0644 |
|
| aarch64elf32b.xe | File | 10.3 KB | 0644 |
|
| aarch64elf32b.xer | File | 10.24 KB | 0644 |
|
| aarch64elf32b.xn | File | 9.96 KB | 0644 |
|
| aarch64elf32b.xr | File | 6.39 KB | 0644 |
|
| aarch64elf32b.xs | File | 9.56 KB | 0644 |
|
| aarch64elf32b.xsc | File | 9.3 KB | 0644 |
|
| aarch64elf32b.xsce | File | 9.63 KB | 0644 |
|
| aarch64elf32b.xscer | File | 9.58 KB | 0644 |
|
| aarch64elf32b.xse | File | 9.89 KB | 0644 |
|
| aarch64elf32b.xser | File | 9.84 KB | 0644 |
|
| aarch64elf32b.xsw | File | 9.29 KB | 0644 |
|
| aarch64elf32b.xswe | File | 9.63 KB | 0644 |
|
| aarch64elf32b.xswer | File | 9.57 KB | 0644 |
|
| aarch64elf32b.xu | File | 6.42 KB | 0644 |
|
| aarch64elf32b.xw | File | 9.7 KB | 0644 |
|
| aarch64elf32b.xwe | File | 10.03 KB | 0644 |
|
| aarch64elf32b.xwer | File | 9.98 KB | 0644 |
|
| aarch64elfb.x | File | 9.99 KB | 0644 |
|
| aarch64elfb.xbn | File | 9.9 KB | 0644 |
|
| aarch64elfb.xc | File | 9.7 KB | 0644 |
|
| aarch64elfb.xce | File | 10.04 KB | 0644 |
|
| aarch64elfb.xcer | File | 9.98 KB | 0644 |
|
| aarch64elfb.xd | File | 9.87 KB | 0644 |
|
| aarch64elfb.xdc | File | 9.61 KB | 0644 |
|
| aarch64elfb.xdce | File | 9.95 KB | 0644 |
|
| aarch64elfb.xdcer | File | 9.89 KB | 0644 |
|
| aarch64elfb.xde | File | 10.21 KB | 0644 |
|
| aarch64elfb.xder | File | 10.15 KB | 0644 |
|
| aarch64elfb.xdw | File | 9.61 KB | 0644 |
|
| aarch64elfb.xdwe | File | 9.94 KB | 0644 |
|
| aarch64elfb.xdwer | File | 9.89 KB | 0644 |
|
| aarch64elfb.xe | File | 10.29 KB | 0644 |
|
| aarch64elfb.xer | File | 10.24 KB | 0644 |
|
| aarch64elfb.xn | File | 9.96 KB | 0644 |
|
| aarch64elfb.xr | File | 6.39 KB | 0644 |
|
| aarch64elfb.xs | File | 9.55 KB | 0644 |
|
| aarch64elfb.xsc | File | 9.29 KB | 0644 |
|
| aarch64elfb.xsce | File | 9.63 KB | 0644 |
|
| aarch64elfb.xscer | File | 9.57 KB | 0644 |
|
| aarch64elfb.xse | File | 9.89 KB | 0644 |
|
| aarch64elfb.xser | File | 9.83 KB | 0644 |
|
| aarch64elfb.xsw | File | 9.28 KB | 0644 |
|
| aarch64elfb.xswe | File | 9.62 KB | 0644 |
|
| aarch64elfb.xswer | File | 9.56 KB | 0644 |
|
| aarch64elfb.xu | File | 6.41 KB | 0644 |
|
| aarch64elfb.xw | File | 9.69 KB | 0644 |
|
| aarch64elfb.xwe | File | 10.03 KB | 0644 |
|
| aarch64elfb.xwer | File | 9.97 KB | 0644 |
|
| aarch64linux.x | File | 10.22 KB | 0644 |
|
| aarch64linux.xbn | File | 10.05 KB | 0644 |
|
| aarch64linux.xc | File | 9.92 KB | 0644 |
|
| aarch64linux.xce | File | 10.26 KB | 0644 |
|
| aarch64linux.xcer | File | 10.21 KB | 0644 |
|
| aarch64linux.xd | File | 10.09 KB | 0644 |
|
| aarch64linux.xdc | File | 9.83 KB | 0644 |
|
| aarch64linux.xdce | File | 10.17 KB | 0644 |
|
| aarch64linux.xdcer | File | 10.11 KB | 0644 |
|
| aarch64linux.xde | File | 10.42 KB | 0644 |
|
| aarch64linux.xder | File | 10.37 KB | 0644 |
|
| aarch64linux.xdw | File | 9.82 KB | 0644 |
|
| aarch64linux.xdwe | File | 10.16 KB | 0644 |
|
| aarch64linux.xdwer | File | 10.1 KB | 0644 |
|
| aarch64linux.xe | File | 10.52 KB | 0644 |
|
| aarch64linux.xer | File | 10.46 KB | 0644 |
|
| aarch64linux.xn | File | 10.19 KB | 0644 |
|
| aarch64linux.xr | File | 6.34 KB | 0644 |
|
| aarch64linux.xs | File | 9.75 KB | 0644 |
|
| aarch64linux.xsc | File | 9.5 KB | 0644 |
|
| aarch64linux.xsce | File | 9.83 KB | 0644 |
|
| aarch64linux.xscer | File | 9.78 KB | 0644 |
|
| aarch64linux.xse | File | 10.09 KB | 0644 |
|
| aarch64linux.xser | File | 10.04 KB | 0644 |
|
| aarch64linux.xsw | File | 9.49 KB | 0644 |
|
| aarch64linux.xswe | File | 9.83 KB | 0644 |
|
| aarch64linux.xswer | File | 9.77 KB | 0644 |
|
| aarch64linux.xu | File | 6.37 KB | 0644 |
|
| aarch64linux.xw | File | 9.92 KB | 0644 |
|
| aarch64linux.xwe | File | 10.25 KB | 0644 |
|
| aarch64linux.xwer | File | 10.2 KB | 0644 |
|
| aarch64linux32.x | File | 10.55 KB | 0644 |
|
| aarch64linux32.xbn | File | 10.39 KB | 0644 |
|
| aarch64linux32.xc | File | 10.26 KB | 0644 |
|
| aarch64linux32.xce | File | 10.6 KB | 0644 |
|
| aarch64linux32.xcer | File | 10.54 KB | 0644 |
|
| aarch64linux32.xd | File | 10.42 KB | 0644 |
|
| aarch64linux32.xdc | File | 10.16 KB | 0644 |
|
| aarch64linux32.xdce | File | 10.5 KB | 0644 |
|
| aarch64linux32.xdcer | File | 10.44 KB | 0644 |
|
| aarch64linux32.xde | File | 10.76 KB | 0644 |
|
| aarch64linux32.xder | File | 10.7 KB | 0644 |
|
| aarch64linux32.xdw | File | 10.15 KB | 0644 |
|
| aarch64linux32.xdwe | File | 10.49 KB | 0644 |
|
| aarch64linux32.xdwer | File | 10.44 KB | 0644 |
|
| aarch64linux32.xe | File | 10.86 KB | 0644 |
|
| aarch64linux32.xer | File | 10.8 KB | 0644 |
|
| aarch64linux32.xn | File | 10.52 KB | 0644 |
|
| aarch64linux32.xr | File | 6.35 KB | 0644 |
|
| aarch64linux32.xs | File | 10.09 KB | 0644 |
|
| aarch64linux32.xsc | File | 9.83 KB | 0644 |
|
| aarch64linux32.xsce | File | 10.17 KB | 0644 |
|
| aarch64linux32.xscer | File | 10.11 KB | 0644 |
|
| aarch64linux32.xse | File | 10.43 KB | 0644 |
|
| aarch64linux32.xser | File | 10.37 KB | 0644 |
|
| aarch64linux32.xsw | File | 9.82 KB | 0644 |
|
| aarch64linux32.xswe | File | 10.16 KB | 0644 |
|
| aarch64linux32.xswer | File | 10.1 KB | 0644 |
|
| aarch64linux32.xu | File | 6.37 KB | 0644 |
|
| aarch64linux32.xw | File | 10.25 KB | 0644 |
|
| aarch64linux32.xwe | File | 10.59 KB | 0644 |
|
| aarch64linux32.xwer | File | 10.53 KB | 0644 |
|
| aarch64linux32b.x | File | 10.55 KB | 0644 |
|
| aarch64linux32b.xbn | File | 10.39 KB | 0644 |
|
| aarch64linux32b.xc | File | 10.26 KB | 0644 |
|
| aarch64linux32b.xce | File | 10.59 KB | 0644 |
|
| aarch64linux32b.xcer | File | 10.54 KB | 0644 |
|
| aarch64linux32b.xd | File | 10.42 KB | 0644 |
|
| aarch64linux32b.xdc | File | 10.16 KB | 0644 |
|
| aarch64linux32b.xdce | File | 10.5 KB | 0644 |
|
| aarch64linux32b.xdcer | File | 10.44 KB | 0644 |
|
| aarch64linux32b.xde | File | 10.76 KB | 0644 |
|
| aarch64linux32b.xder | File | 10.7 KB | 0644 |
|
| aarch64linux32b.xdw | File | 10.15 KB | 0644 |
|
| aarch64linux32b.xdwe | File | 10.49 KB | 0644 |
|
| aarch64linux32b.xdwer | File | 10.43 KB | 0644 |
|
| aarch64linux32b.xe | File | 10.85 KB | 0644 |
|
| aarch64linux32b.xer | File | 10.8 KB | 0644 |
|
| aarch64linux32b.xn | File | 10.52 KB | 0644 |
|
| aarch64linux32b.xr | File | 6.35 KB | 0644 |
|
| aarch64linux32b.xs | File | 10.09 KB | 0644 |
|
| aarch64linux32b.xsc | File | 9.83 KB | 0644 |
|
| aarch64linux32b.xsce | File | 10.17 KB | 0644 |
|
| aarch64linux32b.xscer | File | 10.11 KB | 0644 |
|
| aarch64linux32b.xse | File | 10.42 KB | 0644 |
|
| aarch64linux32b.xser | File | 10.37 KB | 0644 |
|
| aarch64linux32b.xsw | File | 9.82 KB | 0644 |
|
| aarch64linux32b.xswe | File | 10.16 KB | 0644 |
|
| aarch64linux32b.xswer | File | 10.1 KB | 0644 |
|
| aarch64linux32b.xu | File | 6.37 KB | 0644 |
|
| aarch64linux32b.xw | File | 10.25 KB | 0644 |
|
| aarch64linux32b.xwe | File | 10.59 KB | 0644 |
|
| aarch64linux32b.xwer | File | 10.53 KB | 0644 |
|
| aarch64linuxb.x | File | 10.21 KB | 0644 |
|
| aarch64linuxb.xbn | File | 10.05 KB | 0644 |
|
| aarch64linuxb.xc | File | 9.92 KB | 0644 |
|
| aarch64linuxb.xce | File | 10.26 KB | 0644 |
|
| aarch64linuxb.xcer | File | 10.2 KB | 0644 |
|
| aarch64linuxb.xd | File | 10.08 KB | 0644 |
|
| aarch64linuxb.xdc | File | 9.83 KB | 0644 |
|
| aarch64linuxb.xdce | File | 10.16 KB | 0644 |
|
| aarch64linuxb.xdcer | File | 10.11 KB | 0644 |
|
| aarch64linuxb.xde | File | 10.42 KB | 0644 |
|
| aarch64linuxb.xder | File | 10.37 KB | 0644 |
|
| aarch64linuxb.xdw | File | 9.82 KB | 0644 |
|
| aarch64linuxb.xdwe | File | 10.15 KB | 0644 |
|
| aarch64linuxb.xdwer | File | 10.1 KB | 0644 |
|
| aarch64linuxb.xe | File | 10.52 KB | 0644 |
|
| aarch64linuxb.xer | File | 10.46 KB | 0644 |
|
| aarch64linuxb.xn | File | 10.18 KB | 0644 |
|
| aarch64linuxb.xr | File | 6.34 KB | 0644 |
|
| aarch64linuxb.xs | File | 9.75 KB | 0644 |
|
| aarch64linuxb.xsc | File | 9.49 KB | 0644 |
|
| aarch64linuxb.xsce | File | 9.83 KB | 0644 |
|
| aarch64linuxb.xscer | File | 9.77 KB | 0644 |
|
| aarch64linuxb.xse | File | 10.09 KB | 0644 |
|
| aarch64linuxb.xser | File | 10.03 KB | 0644 |
|
| aarch64linuxb.xsw | File | 9.48 KB | 0644 |
|
| aarch64linuxb.xswe | File | 9.82 KB | 0644 |
|
| aarch64linuxb.xswer | File | 9.77 KB | 0644 |
|
| aarch64linuxb.xu | File | 6.37 KB | 0644 |
|
| aarch64linuxb.xw | File | 9.91 KB | 0644 |
|
| aarch64linuxb.xwe | File | 10.25 KB | 0644 |
|
| aarch64linuxb.xwer | File | 10.19 KB | 0644 |
|
| armelf.x | File | 11.7 KB | 0644 |
|
| armelf.xbn | File | 11.6 KB | 0644 |
|
| armelf.xc | File | 11.18 KB | 0644 |
|
| armelf.xce | File | 11.52 KB | 0644 |
|
| armelf.xcer | File | 11.46 KB | 0644 |
|
| armelf.xd | File | 11.5 KB | 0644 |
|
| armelf.xdc | File | 11.02 KB | 0644 |
|
| armelf.xdce | File | 11.36 KB | 0644 |
|
| armelf.xdcer | File | 11.3 KB | 0644 |
|
| armelf.xde | File | 11.84 KB | 0644 |
|
| armelf.xder | File | 11.78 KB | 0644 |
|
| armelf.xdw | File | 11.04 KB | 0644 |
|
| armelf.xdwe | File | 11.37 KB | 0644 |
|
| armelf.xdwer | File | 11.32 KB | 0644 |
|
| armelf.xe | File | 12 KB | 0644 |
|
| armelf.xer | File | 11.94 KB | 0644 |
|
| armelf.xn | File | 11.67 KB | 0644 |
|
| armelf.xr | File | 7.33 KB | 0644 |
|
| armelf.xs | File | 11.18 KB | 0644 |
|
| armelf.xsc | File | 10.7 KB | 0644 |
|
| armelf.xsce | File | 11.04 KB | 0644 |
|
| armelf.xscer | File | 10.98 KB | 0644 |
|
| armelf.xse | File | 11.52 KB | 0644 |
|
| armelf.xser | File | 11.46 KB | 0644 |
|
| armelf.xsw | File | 10.71 KB | 0644 |
|
| armelf.xswe | File | 11.05 KB | 0644 |
|
| armelf.xswer | File | 11 KB | 0644 |
|
| armelf.xu | File | 7.35 KB | 0644 |
|
| armelf.xw | File | 11.2 KB | 0644 |
|
| armelf.xwe | File | 11.54 KB | 0644 |
|
| armelf.xwer | File | 11.48 KB | 0644 |
|
| armelf_linux_eabi.x | File | 11.24 KB | 0644 |
|
| armelf_linux_eabi.xbn | File | 11.08 KB | 0644 |
|
| armelf_linux_eabi.xc | File | 10.72 KB | 0644 |
|
| armelf_linux_eabi.xce | File | 11.06 KB | 0644 |
|
| armelf_linux_eabi.xcer | File | 11 KB | 0644 |
|
| armelf_linux_eabi.xd | File | 11.02 KB | 0644 |
|
| armelf_linux_eabi.xdc | File | 10.54 KB | 0644 |
|
| armelf_linux_eabi.xdce | File | 10.88 KB | 0644 |
|
| armelf_linux_eabi.xdcer | File | 10.82 KB | 0644 |
|
| armelf_linux_eabi.xde | File | 11.35 KB | 0644 |
|
| armelf_linux_eabi.xder | File | 11.3 KB | 0644 |
|
| armelf_linux_eabi.xdw | File | 10.55 KB | 0644 |
|
| armelf_linux_eabi.xdwe | File | 10.89 KB | 0644 |
|
| armelf_linux_eabi.xdwer | File | 10.83 KB | 0644 |
|
| armelf_linux_eabi.xe | File | 11.54 KB | 0644 |
|
| armelf_linux_eabi.xer | File | 11.48 KB | 0644 |
|
| armelf_linux_eabi.xn | File | 11.21 KB | 0644 |
|
| armelf_linux_eabi.xr | File | 6.86 KB | 0644 |
|
| armelf_linux_eabi.xs | File | 10.68 KB | 0644 |
|
| armelf_linux_eabi.xsc | File | 10.21 KB | 0644 |
|
| armelf_linux_eabi.xsce | File | 10.54 KB | 0644 |
|
| armelf_linux_eabi.xscer | File | 10.49 KB | 0644 |
|
| armelf_linux_eabi.xse | File | 11.02 KB | 0644 |
|
| armelf_linux_eabi.xser | File | 10.97 KB | 0644 |
|
| armelf_linux_eabi.xsw | File | 10.22 KB | 0644 |
|
| armelf_linux_eabi.xswe | File | 10.56 KB | 0644 |
|
| armelf_linux_eabi.xswer | File | 10.5 KB | 0644 |
|
| armelf_linux_eabi.xu | File | 6.88 KB | 0644 |
|
| armelf_linux_eabi.xw | File | 10.74 KB | 0644 |
|
| armelf_linux_eabi.xwe | File | 11.08 KB | 0644 |
|
| armelf_linux_eabi.xwer | File | 11.02 KB | 0644 |
|
| armelfb.x | File | 11.69 KB | 0644 |
|
| armelfb.xbn | File | 11.6 KB | 0644 |
|
| armelfb.xc | File | 11.18 KB | 0644 |
|
| armelfb.xce | File | 11.52 KB | 0644 |
|
| armelfb.xcer | File | 11.46 KB | 0644 |
|
| armelfb.xd | File | 11.5 KB | 0644 |
|
| armelfb.xdc | File | 11.02 KB | 0644 |
|
| armelfb.xdce | File | 11.36 KB | 0644 |
|
| armelfb.xdcer | File | 11.3 KB | 0644 |
|
| armelfb.xde | File | 11.83 KB | 0644 |
|
| armelfb.xder | File | 11.78 KB | 0644 |
|
| armelfb.xdw | File | 11.03 KB | 0644 |
|
| armelfb.xdwe | File | 11.37 KB | 0644 |
|
| armelfb.xdwer | File | 11.31 KB | 0644 |
|
| armelfb.xe | File | 12 KB | 0644 |
|
| armelfb.xer | File | 11.94 KB | 0644 |
|
| armelfb.xn | File | 11.66 KB | 0644 |
|
| armelfb.xr | File | 7.33 KB | 0644 |
|
| armelfb.xs | File | 11.17 KB | 0644 |
|
| armelfb.xsc | File | 10.7 KB | 0644 |
|
| armelfb.xsce | File | 11.03 KB | 0644 |
|
| armelfb.xscer | File | 10.98 KB | 0644 |
|
| armelfb.xse | File | 11.51 KB | 0644 |
|
| armelfb.xser | File | 11.46 KB | 0644 |
|
| armelfb.xsw | File | 10.71 KB | 0644 |
|
| armelfb.xswe | File | 11.05 KB | 0644 |
|
| armelfb.xswer | File | 10.99 KB | 0644 |
|
| armelfb.xu | File | 7.35 KB | 0644 |
|
| armelfb.xw | File | 11.2 KB | 0644 |
|
| armelfb.xwe | File | 11.53 KB | 0644 |
|
| armelfb.xwer | File | 11.48 KB | 0644 |
|
| armelfb_linux_eabi.x | File | 11.23 KB | 0644 |
|
| armelfb_linux_eabi.xbn | File | 11.07 KB | 0644 |
|
| armelfb_linux_eabi.xc | File | 10.72 KB | 0644 |
|
| armelfb_linux_eabi.xce | File | 11.06 KB | 0644 |
|
| armelfb_linux_eabi.xcer | File | 11 KB | 0644 |
|
| armelfb_linux_eabi.xd | File | 11.01 KB | 0644 |
|
| armelfb_linux_eabi.xdc | File | 10.53 KB | 0644 |
|
| armelfb_linux_eabi.xdce | File | 10.87 KB | 0644 |
|
| armelfb_linux_eabi.xdcer | File | 10.82 KB | 0644 |
|
| armelfb_linux_eabi.xde | File | 11.35 KB | 0644 |
|
| armelfb_linux_eabi.xder | File | 11.29 KB | 0644 |
|
| armelfb_linux_eabi.xdw | File | 10.55 KB | 0644 |
|
| armelfb_linux_eabi.xdwe | File | 10.89 KB | 0644 |
|
| armelfb_linux_eabi.xdwer | File | 10.83 KB | 0644 |
|
| armelfb_linux_eabi.xe | File | 11.54 KB | 0644 |
|
| armelfb_linux_eabi.xer | File | 11.48 KB | 0644 |
|
| armelfb_linux_eabi.xn | File | 11.2 KB | 0644 |
|
| armelfb_linux_eabi.xr | File | 6.86 KB | 0644 |
|
| armelfb_linux_eabi.xs | File | 10.68 KB | 0644 |
|
| armelfb_linux_eabi.xsc | File | 10.2 KB | 0644 |
|
| armelfb_linux_eabi.xsce | File | 10.54 KB | 0644 |
|
| armelfb_linux_eabi.xscer | File | 10.48 KB | 0644 |
|
| armelfb_linux_eabi.xse | File | 11.02 KB | 0644 |
|
| armelfb_linux_eabi.xser | File | 10.96 KB | 0644 |
|
| armelfb_linux_eabi.xsw | File | 10.22 KB | 0644 |
|
| armelfb_linux_eabi.xswe | File | 10.56 KB | 0644 |
|
| armelfb_linux_eabi.xswer | File | 10.5 KB | 0644 |
|
| armelfb_linux_eabi.xu | File | 6.88 KB | 0644 |
|
| armelfb_linux_eabi.xw | File | 10.74 KB | 0644 |
|
| armelfb_linux_eabi.xwe | File | 11.07 KB | 0644 |
|
| armelfb_linux_eabi.xwer | File | 11.02 KB | 0644 |
|
| stamp | File | 0 B | 0644 |
|