/netbsd-src/usr.bin/crunch/crunchide/ |
H A D | exec_aout.c | 53 struct relocation_info *textrel, *datarel; variable 138 textrel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp)); in hide_aout() 142 textrel = (struct relocation_info *) (aoutdata + N_TRELOFF(*hdrp)); in hide_aout() 176 for(relp = textrel; relp < textrel + ntextrel; relp++) in hide_aout()
|
/netbsd-src/libexec/ld.elf_so/ |
H A D | reloc.c | 195 if (obj->textrel) { in _rtld_relocate_objects() 211 if (obj->textrel) { /* Re-protected the text segment. */ in _rtld_relocate_objects()
|
H A D | Makefile | 51 LDFLAGS+= -Wl,--warn-shared-textrel
|
H A D | load.c | 187 if (obj->textrel) in _rtld_load_object()
|
H A D | rtld.h | 198 textrel:1, /* True if there are relocations to member
|
H A D | headers.c | 272 obj->textrel = true; in _rtld_digest_dynamic()
|
H A D | rtld.c | 390 assert(!_rtld_objself.textrel); in _rtld_init()
|
/netbsd-src/share/mk/ |
H A D | bsd.lua.mk | 131 LUA_LDOPTS= -Wl,--warn-shared-textrel
|
H A D | bsd.sys.mk | 106 LDFLAGS+= -Wl,--warn-shared-textrel
|
H A D | bsd.lib.mk | 206 SHLIB_SHFLAGS+= -Wl,--warn-shared-textrel
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ChangeLog-2020 | 2833 * testsuite/ld-i386/i386.exp: Run ifunc-textrel-1a, 2834 ifunc-textrel-1b, ifunc-textrel-2a and ifunc-textrel-2b. 2836 * testsuite/ld-i386/ifunc-textrel-1a.d: Likewise. 2837 * testsuite/ld-i386/ifunc-textrel-1b.d: Likewise. 2838 * testsuite/ld-i386/ifunc-textrel-2a.d: Likewise. 2839 * testsuite/ld-i386/ifunc-textrel-2b.d: Likewise. 2840 * testsuite/ld-x86-64/ifunc-textrel-1.s: Likewise. 2841 * testsuite/ld-x86-64/ifunc-textrel-1a.d: Likewise. 2842 * testsuite/ld-x86-64/ifunc-textrel-1b.d: Likewise. 2843 * testsuite/ld-x86-64/ifunc-textrel-2.s: Likewise. [all …]
|
H A D | configure.ac | 189 AC_ARG_ENABLE([textrel-check], 190 AC_HELP_STRING([--enable-textrel-check=@<:@yes|no|warning|error@:>@],
|
H A D | ChangeLog | 199 case ld was configured with --enable-textrel-check=error. 288 * testsuite/ld-x86-64/x86-64.exp (Build textrel-1): Use --warn-textrel. 333 * testsuite/ld-x86-64/textrel-1.err: New file. 334 * testsuite/ld-x86-64/textrel-1a.s: Likewise. 335 * testsuite/ld-x86-64/textrel-1b.s: Likewise. 336 * testsuite/ld-x86-64/x86-64.exp: Run textrel-1 tests.
|
H A D | ChangeLog-2004 | 348 * lexsup.c: Handle --warn-shared-textrel option. 351 * ld.texinfo: Add documentation for --warn-shared-textrel. 352 * NEWS: Added mention of --warn-shared-textrel option.
|
H A D | NEWS | 124 * Add a configure option, --enable-textrel-check=[no|yes|warning|error], 132 * Add a command-line option for ELF linker, --warn-textrel, to warn that 597 * ELF: --warn-shared-textrel option to warn if adding a DT_TEXTREL to a shared
|
H A D | configure.tgt | 1232 # Enable -z separate-code and --warn-textrel by default for Linux/x86.
|
H A D | ChangeLog-2017 | 115 * testsuite/ld-elf/shared.exp: Run new textrel tests. 116 * testsuite/ld-elf/textrel.map: New file. 117 * testsuite/ld-elf/textrel.rd: New file. 118 * testsuite/ld-elf/textrel.s: New file. 119 * testsuite/ld-elf/textrel.warn: New file.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ChangeLog-2020 | 2833 * testsuite/ld-i386/i386.exp: Run ifunc-textrel-1a, 2834 ifunc-textrel-1b, ifunc-textrel-2a and ifunc-textrel-2b. 2836 * testsuite/ld-i386/ifunc-textrel-1a.d: Likewise. 2837 * testsuite/ld-i386/ifunc-textrel-1b.d: Likewise. 2838 * testsuite/ld-i386/ifunc-textrel-2a.d: Likewise. 2839 * testsuite/ld-i386/ifunc-textrel-2b.d: Likewise. 2840 * testsuite/ld-x86-64/ifunc-textrel-1.s: Likewise. 2841 * testsuite/ld-x86-64/ifunc-textrel-1a.d: Likewise. 2842 * testsuite/ld-x86-64/ifunc-textrel-1b.d: Likewise. 2843 * testsuite/ld-x86-64/ifunc-textrel-2.s: Likewise. [all …]
|
H A D | configure.ac | 199 AC_ARG_ENABLE([textrel-check], 200 AC_HELP_STRING([--enable-textrel-check=@<:@yes|no|warning|error@:>@],
|
H A D | ChangeLog | 794 case ld was configured with --enable-textrel-check=error. 883 * testsuite/ld-x86-64/x86-64.exp (Build textrel-1): Use --warn-textrel. 928 * testsuite/ld-x86-64/textrel-1.err: New file. 929 * testsuite/ld-x86-64/textrel-1a.s: Likewise. 930 * testsuite/ld-x86-64/textrel-1b.s: Likewise. 931 * testsuite/ld-x86-64/x86-64.exp: Run textrel-1 tests.
|
H A D | ChangeLog-2004 | 348 * lexsup.c: Handle --warn-shared-textrel option. 351 * ld.texinfo: Add documentation for --warn-shared-textrel. 352 * NEWS: Added mention of --warn-shared-textrel option.
|
H A D | NEWS | 199 * Add a configure option, --enable-textrel-check=[no|yes|warning|error], 207 * Add a command-line option for ELF linker, --warn-textrel, to warn that 672 * ELF: --warn-shared-textrel option to warn if adding a DT_TEXTREL to a shared
|
H A D | configure.tgt | 1253 # Enable -z separate-code and --warn-textrel by default for Linux/x86.
|
H A D | ChangeLog-2017 | 115 * testsuite/ld-elf/shared.exp: Run new textrel tests. 116 * testsuite/ld-elf/textrel.map: New file. 117 * testsuite/ld-elf/textrel.rd: New file. 118 * testsuite/ld-elf/textrel.s: New file. 119 * testsuite/ld-elf/textrel.warn: New file.
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-2004 | 427 Emit warning when generating textrel reloc. 1137 adding a DT_TEXTREL to a shared object and --warn-shared-textrel
|