__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* Script for -r */
/* 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("elf64-littleaarch64", "elf64-bigaarch64", "elf64-littleaarch64")
OUTPUT_ARCH(aarch64)
/* For some reason, the Solaris linker makes bad executables
if gld -r is used and the intermediate file has sections starting
at non-zero addresses. Could be a Solaris ld bug, could be a GNU ld
bug. But for now assigning the zero vmas works. */
SECTIONS
{
/* 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 0: { *(.note.gnu.build-id) }
.interp 0 : { *(.interp) }
.hash 0 : { *(.hash) }
.gnu.hash 0 : { *(.gnu.hash) }
.dynsym 0 : { *(.dynsym) }
.dynstr 0 : { *(.dynstr) }
.gnu.version 0 : { *(.gnu.version) }
.gnu.version_d 0: { *(.gnu.version_d) }
.gnu.version_r 0: { *(.gnu.version_r) }
.rela.init 0 : { *(.rela.init) }
.rela.text 0 : { *(.rela.text) }
.rela.fini 0 : { *(.rela.fini) }
.rela.rodata 0 : { *(.rela.rodata) }
.rela.data.rel.ro 0 : { *(.rela.data.rel.ro) }
.rela.data 0 : { *(.rela.data) }
.rela.tdata 0 : { *(.rela.tdata) }
.rela.tbss 0 : { *(.rela.tbss) }
.rela.ctors 0 : { *(.rela.ctors) }
.rela.dtors 0 : { *(.rela.dtors) }
.rela.got 0 : { *(.rela.got) }
.rela.bss 0 : { *(.rela.bss) }
.rela.ifunc 0 : { *(.rela.ifunc) }
.rela.plt 0 :
{
*(.rela.plt)
}
.relr.dyn : { *(.relr.dyn) }
/* Start of the executable code region. */
.init 0 :
{
KEEP (*(SORT_NONE(.init)))
} =0x1f2003d5
.plt 0 : ALIGN(16) { *(.plt) }
.text 0 :
{
*(.text .stub)
/* .gnu.warning sections are handled specially by elf.em. */
*(.gnu.warning)
} =0x1f2003d5
.fini 0 :
{
KEEP (*(SORT_NONE(.fini)))
} =0x1f2003d5
/* Start of the Read Only Data region. */
.rodata 0 : { *(.rodata) }
.rodata1 0 : { *(.rodata1) }
.eh_frame_hdr 0 : { *(.eh_frame_hdr) }
.eh_frame 0 : ONLY_IF_RO { KEEP (*(.eh_frame)) }
.sframe 0 : ONLY_IF_RO { *(.sframe) }
.gcc_except_table 0 : ONLY_IF_RO { *(.gcc_except_table) }
.gnu_extab 0 : ONLY_IF_RO { *(.gnu_extab*) }
/* These sections are generated by the Sun/Oracle C++ compiler. */
.exception_ranges 0 : 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. */
/* Exception handling. */
.eh_frame 0 : ONLY_IF_RW { KEEP (*(.eh_frame)) }
.sframe 0 : ONLY_IF_RW { *(.sframe) }
.gnu_extab 0 : ONLY_IF_RW { *(.gnu_extab) }
.gcc_except_table 0 : ONLY_IF_RW { *(.gcc_except_table) }
.exception_ranges 0 : ONLY_IF_RW { *(.exception_ranges) }
/* Thread Local Storage sections. */
.tdata 0 :
{
*(.tdata)
}
.tbss 0 : { *(.tbss) }
.jcr 0 : { KEEP (*(.jcr)) }
.dynamic 0 : { *(.dynamic) }
.got 0 : { *(.got) }
.got.plt 0 : { *(.got.plt) }
.data 0 :
{
*(.data)
}
.data1 0 : { *(.data1) }
.bss 0 :
{
*(.bss)
/* 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. */
}
/* Start of the Large Data region. */
/* Start of the Tiny Data region. */
/* 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) }
/* 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) }
.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 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)) }
}
| 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 |
|