mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
The values of symbols in shared libraries like _end, _edata, and __bss_start are generally not that useful outside of the shared library. This patch defines them conditionally with PROVIDE, since a shared library might need the local value. An example is glibc ld.so local access to "_begin", "_etext" and "_end". (ld.so gains access to the local values by making the references using hidden visibility. That makes the definitions hidden too.) We can't use PROVIDE_HIDDEN in the linker scripts because the shared library might need the value of the symbol in the executable. An example is freebsd libc dynamic access to "_end". PR ld/23161 * emulparams/aarch64cloudabi.sh: PROVIDE __bss_start__, _bss_end__, and __end__ in shared libraries. * emulparams/aarch64fbsd.sh: Likewise. * emulparams/aarch64linux.sh: Likewise. * emulparams/aarch64linux32.sh: Likewise. * emulparams/armelf_fuchsia.sh: Likewise. * emulparams/armelf_linux.sh: Likewise. * emulparams/armelf_phoenix.sh: Likewise. * emulparams/aarch64elf.sh: Likewise, and __data_start * emulparams/aarch64elf32.sh: Likewise. * emulparams/armelf.sh: Likewise. * emulparams/armnto.sh: Likewise. * emulparams/elf32bmip.sh: Remove duplicate ". = ." from OTHER_GOT_SYMBOLS. PROVIDE _ftext, _fdata, and _fbss in shared libs. * emulparams/elf32bmipn32-defs.sh: Likewise. * emulparams/elf32frv.sh: PROVIDE __end and __data_start in shared libs. * emulparams/elf32lriscv-defs.sh: Tidy. * emulparams/elf32mcore.sh: PROVIDE __bss_start and _bss_end in shared libs * emulparams/elf32ppccommon.sh: PROVIDE __end in shared libs. * emulparams/elf32rl78.sh: Tidy. * emulparams/i386nto.sh: PROVIDE _btext in shared libs. * emulparams/shelf_nto.sh: Likewise. * emulparams/shlelf_nto.sh: Likewise. * emulparams/score3_elf.sh: PROVIDE _gp, _bss_start__, _bss_end__, __bss_end__, __end__, _fdata, _sdata_begin, and _bss_start in shared libs. * scripttempl/elf.sc: Don't use EXECUTABLE_SYMBOLS for shared libraries. PROVIDE _edata, edata, __bss_start, and _end in shared libraries. * testsuite/ld-elf/pr23161.map, * testsuite/ld-elf/pr23161a.c, * testsuite/ld-elf/pr23161b.c, * testsuite/ld-elf/pr23161c.c, * testsuite/ld-elf/pr23161a.rd, * testsuite/ld-elf/pr23161b.rd, * testsuite/ld-elf/pr23161c.rd, * testsuite/ld-elf/pr23161d.rd: New tests. * testsuite/ld-elf/shared.exp: Run ld/23161 tests. * testsuite/ld-elf/pr23162.rd, * testsuite/ld-aarch64/ifunc-1-local.d, * testsuite/ld-aarch64/ifunc-1.d, * testsuite/ld-aarch64/ifunc-2-local.d, * testsuite/ld-aarch64/ifunc-2.d, * testsuite/ld-aarch64/ifunc-21.d, * testsuite/ld-aarch64/ifunc-3a.d, * testsuite/ld-alpha/tlsbin.rd, * testsuite/ld-alpha/tlsbin.sd, * testsuite/ld-alpha/tlsbinr.rd, * testsuite/ld-alpha/tlspic.rd, * testsuite/ld-alpha/tlspic.sd, * testsuite/ld-cris/dso-pltdis1.d, * testsuite/ld-cris/dso-pltdis2.d, * testsuite/ld-cris/dso12-pltdis.d, * testsuite/ld-cris/gotplt1.d, * testsuite/ld-cris/gotplt2.d, * testsuite/ld-cris/gotplt3.d, * testsuite/ld-cris/hiddef1.d, * testsuite/ld-cris/libdso-1.d, * testsuite/ld-cris/libdso-10.d, * testsuite/ld-cris/libdso-11.d, * testsuite/ld-cris/libdso-12.d, * testsuite/ld-cris/libdso-12b.d, * testsuite/ld-cris/libdso-12c.d, * testsuite/ld-cris/libdso-13.d, * testsuite/ld-cris/libdso-13b.d, * testsuite/ld-cris/libdso-14.d, * testsuite/ld-cris/libdso-15.d, * testsuite/ld-cris/libdso-15b.d, * testsuite/ld-cris/libdso-1c.d, * testsuite/ld-cris/libdso-1d.d, * testsuite/ld-cris/libdso-2.d, * testsuite/ld-cris/pic-gc-72.d, * testsuite/ld-cris/pic-gc-73.d, * testsuite/ld-cris/pr16044.d, * testsuite/ld-cris/pv32-1.d, * testsuite/ld-cris/tls-dso-dtpoffd2.d, * testsuite/ld-cris/tls-dso-dtpoffd4.d, * testsuite/ld-cris/tls-dso-tpoffgotcomm1.d, * testsuite/ld-cris/tls-gc-71.d, * testsuite/ld-cris/tls-gd-1.d, * testsuite/ld-cris/tls-gd-1h.d, * testsuite/ld-cris/tls-gd-2.d, * testsuite/ld-cris/tls-gd-2h.d, * testsuite/ld-cris/tls-ie-10.d, * testsuite/ld-cris/tls-ie-11.d, * testsuite/ld-cris/tls-ie-78.d, * testsuite/ld-cris/tls-ie-8.d, * testsuite/ld-cris/tls-ie-9.d, * testsuite/ld-cris/tls-js1.d, * testsuite/ld-cris/tls-ld-4.d, * testsuite/ld-cris/tls-ld-5.d, * testsuite/ld-cris/tls-ld-6.d, * testsuite/ld-cris/tls-ld-7.d, * testsuite/ld-cris/tls-ldgd-14.d, * testsuite/ld-cris/tls-ldgd-15.d, * testsuite/ld-cris/tls-ldgdex-14.d, * testsuite/ld-cris/tls-ldgdex-15.d, * testsuite/ld-cris/tls-ldgdx-14.d, * testsuite/ld-cris/tls-ldgdx-15.d, * testsuite/ld-cris/tls-legdx-16.d, * testsuite/ld-cris/tls-legdx-17.d, * testsuite/ld-cris/tls-local-54.d, * testsuite/ld-cris/tls-local-60.d, * testsuite/ld-cris/tls-local-61.d, * testsuite/ld-cris/tls-local-63.d, * testsuite/ld-cris/tls-local-64.d, * testsuite/ld-cris/tls-ok-30.d, * testsuite/ld-cris/tls-ok-32.d, * testsuite/ld-cris/tls-ok-34.d, * testsuite/ld-cris/tls-und-38.d, * testsuite/ld-cris/tls-und-42.d, * testsuite/ld-cris/tls-und-46.d, * testsuite/ld-cris/tls-und-50.d, * testsuite/ld-cris/weakhiddso.d, * testsuite/ld-cris/weakref2.d, * testsuite/ld-frv/fdpic-shared-1.d, * testsuite/ld-frv/fdpic-shared-2.d, * testsuite/ld-frv/fdpic-shared-3.d, * testsuite/ld-frv/fdpic-shared-4.d, * testsuite/ld-frv/fdpic-shared-5.d, * testsuite/ld-frv/fdpic-shared-7.d, * testsuite/ld-frv/fdpic-shared-8.d, * testsuite/ld-frv/tls-dynamic-2.d, * testsuite/ld-i386/ibt-plt-1.d, * testsuite/ld-i386/ibt-plt-2a.d, * testsuite/ld-i386/ibt-plt-2b.d, * testsuite/ld-i386/ibt-plt-2c.d, * testsuite/ld-i386/ibt-plt-2d.d, * testsuite/ld-i386/ibt-plt-3a.d, * testsuite/ld-i386/ibt-plt-3b.d, * testsuite/ld-i386/ibt-plt-3c.d, * testsuite/ld-i386/ibt-plt-3d.d, * testsuite/ld-i386/plt2.dd, * testsuite/ld-i386/pr20830.d, * testsuite/ld-i386/tlsbin-nacl.rd, * testsuite/ld-i386/tlsbin.rd, * testsuite/ld-i386/tlsbin2-nacl.rd, * testsuite/ld-i386/tlsbin2.rd, * testsuite/ld-i386/tlsbindesc-nacl.rd, * testsuite/ld-i386/tlsbindesc.rd, * testsuite/ld-i386/tlsdesc-nacl.rd, * testsuite/ld-i386/tlsdesc.rd, * testsuite/ld-i386/tlsgdesc-nacl.rd, * testsuite/ld-i386/tlsgdesc.rd, * testsuite/ld-i386/tlsnopic-nacl.rd, * testsuite/ld-i386/tlsnopic.dd, * testsuite/ld-i386/tlsnopic.rd, * testsuite/ld-i386/tlsnopic.sd, * testsuite/ld-i386/tlspic-nacl.rd, * testsuite/ld-i386/tlspic.rd, * testsuite/ld-i386/tlspic2-nacl.rd, * testsuite/ld-i386/tlspic2.rd, * testsuite/ld-ia64/merge1.d, * testsuite/ld-ia64/merge2.d, * testsuite/ld-ia64/merge3.d, * testsuite/ld-ia64/merge4.d, * testsuite/ld-ia64/merge5.d, * testsuite/ld-ia64/tlsbin.rd, * testsuite/ld-ia64/tlspic.rd, * testsuite/ld-ifunc/ifunc-2-i386-now.d, * testsuite/ld-ifunc/ifunc-2-local-i386-now.d, * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d, * testsuite/ld-ifunc/ifunc-2-local-x86-64.d, * testsuite/ld-ifunc/ifunc-2-x86-64-now.d, * testsuite/ld-ifunc/ifunc-2-x86-64.d, * testsuite/ld-ifunc/pr17154-i386-now.d, * testsuite/ld-ifunc/pr17154-i386.d, * testsuite/ld-ifunc/pr17154-x86-64-now.d, * testsuite/ld-ifunc/pr17154-x86-64.d, * testsuite/ld-m68k/tls-def-1.d, * testsuite/ld-m68k/tls-gd-1.d2, * testsuite/ld-metag/shared.d, * testsuite/ld-metag/stub_pic_app.d, * testsuite/ld-mips-elf/rel32-n32.d, * testsuite/ld-mips-elf/rel32-o32.d, * testsuite/ld-mips-elf/rel64.d, * testsuite/ld-powerpc/ambiguousv1.d, * testsuite/ld-powerpc/ambiguousv1b.d, * testsuite/ld-powerpc/ambiguousv2.d, * testsuite/ld-powerpc/ambiguousv2b.d, * testsuite/ld-powerpc/tlsexe.d, * testsuite/ld-powerpc/tlsexe.r, * testsuite/ld-powerpc/tlsexe32.d, * testsuite/ld-powerpc/tlsexe32.g, * testsuite/ld-powerpc/tlsexe32.r, * testsuite/ld-powerpc/tlsexetoc.d, * testsuite/ld-powerpc/tlsexetoc.r, * testsuite/ld-powerpc/tlsso.d, * testsuite/ld-powerpc/tlsso.r, * testsuite/ld-powerpc/tlsso32.g, * testsuite/ld-powerpc/tlsso32.r, * testsuite/ld-powerpc/tlstocso.d, * testsuite/ld-powerpc/tlstocso.g, * testsuite/ld-powerpc/tlstocso.r, * testsuite/ld-s390/gotreloc_31-1.dd, * testsuite/ld-s390/tlsbin.dd, * testsuite/ld-s390/tlsbin.rd, * testsuite/ld-s390/tlsbin_64.dd, * testsuite/ld-s390/tlsbin_64.rd, * testsuite/ld-s390/tlspic.rd, * testsuite/ld-s390/tlspic_64.rd, * testsuite/ld-sh/tlsbin-2.d, * testsuite/ld-sh/tlspic-2.d, * testsuite/ld-sparc/gotop32.rd, * testsuite/ld-sparc/gotop64.rd, * testsuite/ld-sparc/tlssunbin32.rd, * testsuite/ld-sparc/tlssunbin64.rd, * testsuite/ld-sparc/tlssunnopic32.rd, * testsuite/ld-sparc/tlssunnopic64.rd, * testsuite/ld-sparc/tlssunpic32.rd, * testsuite/ld-sparc/tlssunpic64.rd, * testsuite/ld-x86-64/bnd-branch-1-now.d, * testsuite/ld-x86-64/bnd-ifunc-1-now.d, * testsuite/ld-x86-64/bnd-ifunc-2-now.d, * testsuite/ld-x86-64/bnd-ifunc-2.d, * testsuite/ld-x86-64/bnd-plt-1-now.d, * testsuite/ld-x86-64/bnd-plt-1.d, * testsuite/ld-x86-64/ibt-plt-1-x32.d, * testsuite/ld-x86-64/ibt-plt-1.d, * testsuite/ld-x86-64/ibt-plt-2a-x32.d, * testsuite/ld-x86-64/ibt-plt-2a.d, * testsuite/ld-x86-64/ibt-plt-2b-x32.d, * testsuite/ld-x86-64/ibt-plt-2b.d, * testsuite/ld-x86-64/ibt-plt-2c-x32.d, * testsuite/ld-x86-64/ibt-plt-2c.d, * testsuite/ld-x86-64/ibt-plt-2d-x32.d, * testsuite/ld-x86-64/ibt-plt-2d.d, * testsuite/ld-x86-64/ibt-plt-3a-x32.d, * testsuite/ld-x86-64/ibt-plt-3a.d, * testsuite/ld-x86-64/ibt-plt-3b-x32.d, * testsuite/ld-x86-64/ibt-plt-3b.d, * testsuite/ld-x86-64/ibt-plt-3c-x32.d, * testsuite/ld-x86-64/ibt-plt-3c.d, * testsuite/ld-x86-64/ibt-plt-3d-x32.d, * testsuite/ld-x86-64/ibt-plt-3d.d, * testsuite/ld-x86-64/ilp32-4-nacl.d, * testsuite/ld-x86-64/ilp32-4.d, * testsuite/ld-x86-64/load1c-nacl.d, * testsuite/ld-x86-64/load1c.d, * testsuite/ld-x86-64/load1d-nacl.d, * testsuite/ld-x86-64/load1d.d, * testsuite/ld-x86-64/mpx3n.dd, * testsuite/ld-x86-64/mpx4.dd, * testsuite/ld-x86-64/mpx4n.dd, * testsuite/ld-x86-64/plt2.dd, * testsuite/ld-x86-64/pr14207.d, * testsuite/ld-x86-64/pr19162.d, * testsuite/ld-x86-64/pr20253-1f.d, * testsuite/ld-x86-64/pr20253-1l.d, * testsuite/ld-x86-64/pr20830a-now.d, * testsuite/ld-x86-64/pr20830a.d, * testsuite/ld-x86-64/pr20830b-now.d, * testsuite/ld-x86-64/pr20830b.d, * testsuite/ld-x86-64/pr21038a-now.d, * testsuite/ld-x86-64/pr21038a.d, * testsuite/ld-x86-64/pr21038b-now.d, * testsuite/ld-x86-64/pr21038b.d, * testsuite/ld-x86-64/pr21038c-now.d, * testsuite/ld-x86-64/pr21038c.d, * testsuite/ld-x86-64/tlsbin-nacl.rd, * testsuite/ld-x86-64/tlsbin.rd, * testsuite/ld-x86-64/tlsbin2-nacl.rd, * testsuite/ld-x86-64/tlsbin2.rd, * testsuite/ld-x86-64/tlsbindesc-nacl.rd, * testsuite/ld-x86-64/tlsbindesc.rd, * testsuite/ld-x86-64/tlsdesc-nacl.rd, * testsuite/ld-x86-64/tlsdesc.rd, * testsuite/ld-x86-64/tlsgdesc-nacl.rd, * testsuite/ld-x86-64/tlsgdesc.rd, * testsuite/ld-x86-64/tlspic-nacl.rd, * testsuite/ld-x86-64/tlspic.rd, * testsuite/ld-x86-64/tlspic2-nacl.rd, * testsuite/ld-x86-64/tlspic2.rd: Update. |
||
---|---|---|
.. | ||
abs-iamcu.d | ||
abs.d | ||
abs.s | ||
alloc.d | ||
alloc.s | ||
alloc.t | ||
branch1.d | ||
branch1.s | ||
call1.d | ||
call1.s | ||
call2.d | ||
call2.s | ||
call3.s | ||
call3a.d | ||
call3b.d | ||
call3c.d | ||
call3d.d | ||
call3e.d | ||
call3f.d | ||
call3g.d | ||
call3h.d | ||
combreloc.d | ||
combreloc.s | ||
compressed1.d | ||
compressed1.s | ||
copyreloc-lib.c | ||
copyreloc-main1.rd | ||
copyreloc-main2.rd | ||
copyreloc-main.out | ||
copyreloc-main.S | ||
discarded1.d | ||
discarded1.s | ||
discarded1.t | ||
dummy.c | ||
dummy.s | ||
emit-relocs-nacl.rd | ||
emit-relocs.rd | ||
emit-relocs.s | ||
export-class.exp | ||
foo.s | ||
got1.dd | ||
got1.out | ||
got1a.S | ||
got1b.c | ||
got1c.c | ||
got1d.S | ||
hidden1.d | ||
hidden1.s | ||
hidden2.d | ||
hidden2.s | ||
hidden3.d | ||
hidden3.s | ||
i386-export-class.rd | ||
i386-export-class.xd | ||
i386.exp | ||
iamcu-1.d | ||
iamcu-2.d | ||
iamcu-3.d | ||
iamcu-4.d | ||
ibt-plt-1.d | ||
ibt-plt-1.s | ||
ibt-plt-2.s | ||
ibt-plt-2a.d | ||
ibt-plt-2b.d | ||
ibt-plt-2c.d | ||
ibt-plt-2d.d | ||
ibt-plt-3.s | ||
ibt-plt-3a.d | ||
ibt-plt-3b.d | ||
ibt-plt-3c.d | ||
ibt-plt-3d.d | ||
ifunc-1a.c | ||
ifunc-1b.S | ||
ifunc-1c.S | ||
ifunc-1d.S | ||
jmp1.d | ||
jmp1.s | ||
jmp2.d | ||
jmp2.s | ||
lea1.s | ||
lea1a.d | ||
lea1b.d | ||
lea1c.d | ||
lea1d.d | ||
lea1e.d | ||
lea1f.d | ||
libno-plt-1b.dd | ||
libno-plt-1b.rd | ||
load1-nacl.d | ||
load1.d | ||
load1.s | ||
load2.d | ||
load2.s | ||
load3.d | ||
load3.s | ||
load4.s | ||
load4a.d | ||
load4b.d | ||
load5.s | ||
load5a.d | ||
load5b.d | ||
load6.d | ||
load6.s | ||
load7.d | ||
load7.map | ||
load7.s | ||
mov1.s | ||
mov1a.d | ||
mov1b.d | ||
mov2.s | ||
mov2a.d | ||
mov2b.d | ||
mov3.d | ||
mov3.s | ||
no-plt-1a.dd | ||
no-plt-1a.rd | ||
no-plt-1b.dd | ||
no-plt-1b.rd | ||
no-plt-1c.dd | ||
no-plt-1c.rd | ||
no-plt-1d.dd | ||
no-plt-1d.rd | ||
no-plt-1e.dd | ||
no-plt-1e.rd | ||
no-plt-1f.dd | ||
no-plt-1f.rd | ||
no-plt-1g.dd | ||
no-plt-1g.rd | ||
no-plt-1h.dd | ||
no-plt-1h.rd | ||
no-plt-1i.dd | ||
no-plt-1i.rd | ||
no-plt-1j.dd | ||
no-plt-1j.rd | ||
no-plt-check1a.S | ||
no-plt-check1b.S | ||
no-plt-extern1a.S | ||
no-plt-extern1b.S | ||
no-plt-func1.c | ||
no-plt-main1.c | ||
no-plt.exp | ||
nogot1.d | ||
nogot1.s | ||
nogot2.d | ||
nogot2.s | ||
pass.c | ||
pass.out | ||
pcrel8.d | ||
pcrel8.s | ||
pcrel16.d | ||
pcrel16.s | ||
pcrel16abs.d | ||
pcrel16abs.s | ||
pie1-nacl.d | ||
pie1.d | ||
pie1.s | ||
plt2.dd | ||
plt2.rd | ||
plt2.s | ||
plt-lib.c | ||
plt-main1.c | ||
plt-main1.rd | ||
plt-main2.c | ||
plt-main2.rd | ||
plt-main3.c | ||
plt-main3.rd | ||
plt-main4.c | ||
plt-main4.rd | ||
plt-main5.c | ||
plt-main-ibt.dd | ||
plt-main.out | ||
plt-main.rd | ||
plt-nacl.pd | ||
plt-pic2.dd | ||
plt-pic-nacl.pd | ||
plt-pic.pd | ||
plt-pic.s | ||
plt-pie-ibt.dd | ||
plt.pd | ||
plt.s | ||
pltgot-1.d | ||
pltgot-1.s | ||
pltgot-2.d | ||
pltlib.s | ||
pr12570a.d | ||
pr12570a.s | ||
pr12570b.d | ||
pr12570b.s | ||
pr12627.d | ||
pr12627.s | ||
pr12627.t | ||
pr12718.d | ||
pr12718.s | ||
pr12921.d | ||
pr12921.s | ||
pr13302.d | ||
pr13302.s | ||
pr14215.d | ||
pr14215.s | ||
pr17057.d | ||
pr17057.s | ||
pr17306a.s | ||
pr17306b.s | ||
pr17689.out | ||
pr17689.rd | ||
pr17689a.c | ||
pr17689a.t | ||
pr17689b.S | ||
pr17689now.rd | ||
pr17689ver.rd | ||
pr17709-nacl.rd | ||
pr17709.rd | ||
pr17709a.s | ||
pr17709b.s | ||
pr17827.rd | ||
pr17935-1.d | ||
pr17935-1.s | ||
pr17935-2.d | ||
pr17935-2.s | ||
pr18801.d | ||
pr18801.s | ||
pr18815.d | ||
pr18815.s | ||
pr18900.out | ||
pr18900a.c | ||
pr18900a.rd | ||
pr18900b.c | ||
pr18900b.rd | ||
pr18900c.c | ||
pr19031.out | ||
pr19031a.c | ||
pr19031b.S | ||
pr19031c.c | ||
pr19175.d | ||
pr19175.s | ||
pr19175.t | ||
pr19319.dd | ||
pr19319a.S | ||
pr19319b.S | ||
pr19539.d | ||
pr19539.s | ||
pr19539.t | ||
pr19609-1.s | ||
pr19609-1a.d | ||
pr19609-1b.d | ||
pr19609-1c.d | ||
pr19609-1d.d | ||
pr19609-1e.d | ||
pr19609-1f.d | ||
pr19609-1g.d | ||
pr19609-1h.d | ||
pr19609-1i.d | ||
pr19609-2.s | ||
pr19609-2a.d | ||
pr19609-2b.d | ||
pr19609-2c.d | ||
pr19615.d | ||
pr19615.s | ||
pr19636-1.s | ||
pr19636-1a.d | ||
pr19636-1b.d | ||
pr19636-1c.d | ||
pr19636-1d-nacl.d | ||
pr19636-1d.d | ||
pr19636-1e.d | ||
pr19636-1f.d | ||
pr19636-1g.d | ||
pr19636-1h.d | ||
pr19636-1i.d | ||
pr19636-1j.d | ||
pr19636-1k.d | ||
pr19636-1l.d | ||
pr19636-2.s | ||
pr19636-2a.d | ||
pr19636-2b.d | ||
pr19636-2c-nacl.d | ||
pr19636-2c.d | ||
pr19636-2d-nacl.d | ||
pr19636-2d.d | ||
pr19636-2e-nacl.d | ||
pr19636-2e.d | ||
pr19636-3.s | ||
pr19636-3a.d | ||
pr19636-3b.d | ||
pr19636-3c.d | ||
pr19636-3d.d | ||
pr19636-3e.d | ||
pr19636-3f.d | ||
pr19636-3g.d | ||
pr19636-3h.d | ||
pr19636-3i.d | ||
pr19636-4.s | ||
pr19636-4a.d | ||
pr19636-4b.d | ||
pr19636-4c.d | ||
pr19636-4d.d | ||
pr19645.d | ||
pr19645.s | ||
pr19704.out | ||
pr19704a.c | ||
pr19704b.c | ||
pr19827-nacl.rd | ||
pr19827.rd | ||
pr19827a.S | ||
pr19827b.S | ||
pr19939.s | ||
pr19939a.d | ||
pr19939b.d | ||
pr20117.d | ||
pr20117.s | ||
pr20244-1.s | ||
pr20244-1a.d | ||
pr20244-1b.d | ||
pr20244-1c.d | ||
pr20244-2.s | ||
pr20244-2a.d | ||
pr20244-2b.d | ||
pr20244-2c.d | ||
pr20244-2d.d | ||
pr20244-3a.c | ||
pr20244-3b.S | ||
pr20244-3c.S | ||
pr20244-3d.S | ||
pr20244-4.s | ||
pr20244-4a.d | ||
pr20244-4b.d | ||
pr20244-4c.d | ||
pr20253-1a.c | ||
pr20253-1b.S | ||
pr20253-1c.S | ||
pr20253-1d.S | ||
pr20253-2a.c | ||
pr20253-2b.S | ||
pr20253-2c.S | ||
pr20253-2d.S | ||
pr20253-3.d | ||
pr20253-3.s | ||
pr20253-4.s | ||
pr20253-4a.d | ||
pr20253-4b.d | ||
pr20253-4c.d | ||
pr20253-5.d | ||
pr20253-5.s | ||
pr20515.d | ||
pr20515.s | ||
pr20830.d | ||
pr20830.s | ||
pr21168a.c | ||
pr21168b.S | ||
pr21884-nacl.d | ||
pr21884-nacl.t | ||
pr21884.d | ||
pr21884.t | ||
pr21997-1a.S | ||
pr21997-1b.c | ||
pr21997-1c.S | ||
pr22001-1a.c | ||
pr22001-1b.c | ||
pr22001-1c.S | ||
pr22115-1.s | ||
pr22115-1a.d | ||
pr22115-1b.d | ||
pr22115-1c.d | ||
pr22115-1d.d | ||
pr22135.d | ||
pr22135.s | ||
pr22782.d | ||
pr22782.s | ||
pr22842a.c | ||
pr22842b.S | ||
pr22929.d | ||
pr22929.s | ||
pr23189.d | ||
pr23189.s | ||
pr23189.t | ||
pr23194.d | ||
pr23194.map | ||
pr23194.s | ||
property-1.r | ||
property-2.r | ||
property-3.r | ||
property-4.r | ||
property-5.r | ||
property-6.r | ||
property-6a.c | ||
property-6b.c | ||
property-6c.S | ||
property-7.r | ||
property-no-copy.S | ||
property-stack.S | ||
property-unsorted-1.S | ||
property-unsorted-2.S | ||
property-x86-1.S | ||
property-x86-2.S | ||
property-x86-3.d | ||
property-x86-3.s | ||
property-x86-4a.d | ||
property-x86-4a.s | ||
property-x86-4b.d | ||
property-x86-4b.s | ||
property-x86-empty.s | ||
property-x86-ibt1a.d | ||
property-x86-ibt1b.d | ||
property-x86-ibt2.d | ||
property-x86-ibt3a.d | ||
property-x86-ibt3b.d | ||
property-x86-ibt4.d | ||
property-x86-ibt5.d | ||
property-x86-ibt.s | ||
property-x86-shstk1a.d | ||
property-x86-shstk1b.d | ||
property-x86-shstk2.d | ||
property-x86-shstk3a.d | ||
property-x86-shstk3b.d | ||
property-x86-shstk4.d | ||
property-x86-shstk5.d | ||
property-x86-shstk.s | ||
protected1.d | ||
protected1.s | ||
protected2.d | ||
protected2.s | ||
protected3.d | ||
protected3.s | ||
protected4.d | ||
protected4.s | ||
protected5.d | ||
protected5.s | ||
protected6.s | ||
protected6a.d | ||
protected6b.d | ||
protected7.d | ||
protected7.s | ||
reloc.d | ||
reloc.s | ||
start.s | ||
tls-def1.c | ||
tls-gd1.S | ||
tls-ld1.S | ||
tls-main1.c | ||
tls.exp | ||
tlsbin2-nacl.rd | ||
tlsbin2.dd | ||
tlsbin2.rd | ||
tlsbin2.sd | ||
tlsbin2.td | ||
tlsbin-nacl.rd | ||
tlsbin.dd | ||
tlsbin.rd | ||
tlsbin.s | ||
tlsbin.sd | ||
tlsbin.td | ||
tlsbindesc-nacl.rd | ||
tlsbindesc.dd | ||
tlsbindesc.rd | ||
tlsbindesc.s | ||
tlsbindesc.sd | ||
tlsbindesc.td | ||
tlsbinpic2.s | ||
tlsbinpic.s | ||
tlsdesc1a.c | ||
tlsdesc1b.c | ||
tlsdesc2.d | ||
tlsdesc-nacl.rd | ||
tlsdesc.dd | ||
tlsdesc.rd | ||
tlsdesc.s | ||
tlsdesc.sd | ||
tlsdesc.td | ||
tlsg.s | ||
tlsg.sd | ||
tlsgd1.dd | ||
tlsgd1.s | ||
tlsgd2.d | ||
tlsgd2.s | ||
tlsgd3.dd | ||
tlsgd3.s | ||
tlsgd4.d | ||
tlsgd4.s | ||
tlsgdesc-nacl.rd | ||
tlsgdesc.dd | ||
tlsgdesc.rd | ||
tlsgdesc.s | ||
tlsie1.dd | ||
tlsie1.s | ||
tlsie2.d | ||
tlsie2.s | ||
tlsie3.d | ||
tlsie3.s | ||
tlsie4.d | ||
tlsie4.s | ||
tlsie5.d | ||
tlsie5.s | ||
tlsindntpoff.dd | ||
tlsindntpoff.s | ||
tlsld1.dd | ||
tlsld1.s | ||
tlsld2.dd | ||
tlsld2.s | ||
tlslib.s | ||
tlsnopic1.s | ||
tlsnopic2.s | ||
tlsnopic-nacl.rd | ||
tlsnopic.dd | ||
tlsnopic.rd | ||
tlsnopic.sd | ||
tlspic1.s | ||
tlspic2-nacl.rd | ||
tlspic2.dd | ||
tlspic2.rd | ||
tlspic2.s | ||
tlspic2.sd | ||
tlspic2.td | ||
tlspic3.s | ||
tlspic-nacl.rd | ||
tlspic.dd | ||
tlspic.rd | ||
tlspic.sd | ||
tlspic.td | ||
tlspie1.d | ||
tlspie1.s | ||
tlspie2.d | ||
tlspie2.s | ||
tlspie3.s | ||
tlspie3a.d | ||
tlspie3b.d | ||
tlspie3c.d | ||
undefweak.s | ||
undefweaka.d | ||
undefweakb.d | ||
vxworks1-lib.dd | ||
vxworks1-lib.nd | ||
vxworks1-lib.rd | ||
vxworks1-lib.s | ||
vxworks1-lib.td | ||
vxworks1-static.d | ||
vxworks1.dd | ||
vxworks1.ld | ||
vxworks1.rd | ||
vxworks1.s | ||
vxworks2-static.sd | ||
vxworks2.s | ||
vxworks2.sd | ||
warn1.d | ||
warn1.s | ||
weakundef1.c | ||
zero.s |