Home
last modified time | relevance | path

Searched refs:relocatable (Results 1 – 25 of 736) sorted by relevance

12345678910>>...30

/netbsd-src/external/gpl2/gettext/dist/gnulib-local/modules/
H A Drelocatable2 Support for relocatable installation.
5 lib/relocatable.h
6 lib/relocatable.c
15 "relocatable.h"
H A Drelocwrapper2 Support for relocatable installation.
6 m4/relocatable.m4
11 relocatable
H A Dgettext-tools-libgettextpo-misc4 m4/relocatable.m4
7 relocatable
H A Dprogreloc2 Support for relocatable installation.
9 relocatable
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/
H A Drelocatable.m41 # relocatable.m4 serial 7 (gettext-0.16)
14 AC_LIBOBJ([relocatable])
34 # --enable-relocatable implies --disable-rpath
48 dnl Use the dynamic linker's support for relocatable programs.
74 dnl Support for relocatable libraries.
88 dnl Support for relocatable packages for which it is a nop.
91 AC_MSG_CHECKING([whether to activate relocatable installation])
92 AC_ARG_ENABLE(relocatable, optenable
93 [ --enable-relocatable install a package that can be moved in the filesystem],
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/m4/
H A Drelocatable.m41 # relocatable.m4 serial 7 (gettext-0.16)
14 AC_LIBOBJ([relocatable])
34 # --enable-relocatable implies --disable-rpath
48 dnl Use the dynamic linker's support for relocatable programs.
74 dnl Support for relocatable libraries.
88 dnl Support for relocatable packages for which it is a nop.
91 AC_MSG_CHECKING([whether to activate relocatable installation])
92 AC_ARG_ENABLE(relocatable, optenable
93 [ --enable-relocatable install a package that can be moved in the filesystem],
H A DChangeLog.18 * relocatable.m4: Add comments.
65 relocatable.c.
124 * relocatable.m4 (AC_RELOCATABLE): Also test for availability of
182 * relocatable.m4 (AC_RELOCATABLE): Require AC_EXEEXT. Arrange to set
216 * relocatable.m4 (AC_RELOCATABLE): On mingw, simply set
296 * quotearg.m4, quote.m4, readlink.m4, relocatable.m4, restrict.m4:
546 * relocatable.m4 (AC_RELOCATABLE): Use $(host) instead of @host@,
671 * relocatable.m4 (AC_RELOCATABLE_NOP): New macro.
683 * relocatable.m4 (AC_RELOCATABLE_LIBRARY): Use the final value of
692 Support for relocatable installation.
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/
H A Drelocatable.m41 # relocatable.m4 serial 7 (gettext-0.16)
14 AC_LIBOBJ([relocatable])
34 # --enable-relocatable implies --disable-rpath
48 dnl Use the dynamic linker's support for relocatable programs.
74 dnl Support for relocatable libraries.
88 dnl Support for relocatable packages for which it is a nop.
91 AC_MSG_CHECKING([whether to activate relocatable installation])
92 AC_ARG_ENABLE(relocatable, optenable
93 [ --enable-relocatable install a package that can be moved in the filesystem],
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfn32-mips.c3256 mips_elf_final_gp (bfd *output_bfd, asymbol *symbol, bool relocatable, in mips_elf_final_gp() argument
3267 && (! relocatable in mips_elf_final_gp()
3270 if (relocatable) in mips_elf_final_gp()
3296 bool relocatable; in mips_elf_gprel16_reloc() local
3301 relocatable = true; in mips_elf_gprel16_reloc()
3304 relocatable = false; in mips_elf_gprel16_reloc()
3309 ret = mips_elf_final_gp (output_bfd, symbol, relocatable, error_message, in mips_elf_gprel16_reloc()
3315 input_section, relocatable, in mips_elf_gprel16_reloc()
3326 bool relocatable; in mips_elf_literal_reloc() local
3342 relocatable = true; in mips_elf_literal_reloc()
[all …]
H A Delf32-mips.c1720 mips_elf_final_gp (bfd *output_bfd, asymbol *symbol, bool relocatable, in mips_elf_final_gp() argument
1731 && (! relocatable in mips_elf_final_gp()
1734 if (relocatable) in mips_elf_final_gp()
1763 bool relocatable; in _bfd_mips_elf32_gprel16_reloc() local
1781 relocatable = true; in _bfd_mips_elf32_gprel16_reloc()
1784 relocatable = false; in _bfd_mips_elf32_gprel16_reloc()
1788 ret = mips_elf_final_gp (output_bfd, symbol, relocatable, error_message, in _bfd_mips_elf32_gprel16_reloc()
1801 input_section, relocatable, in _bfd_mips_elf32_gprel16_reloc()
1803 _bfd_mips_elf_reloc_shuffle (abfd, reloc_entry->howto->type, !relocatable, in _bfd_mips_elf32_gprel16_reloc()
1817 bool relocatable; in mips_elf_gprel32_reloc() local
[all …]
H A Delf64-mips.c3429 mips_elf64_final_gp (bfd *output_bfd, asymbol *symbol, bool relocatable, in mips_elf64_final_gp() argument
3440 && (! relocatable in mips_elf64_final_gp()
3443 if (relocatable) in mips_elf64_final_gp()
3468 bool relocatable; in mips_elf64_gprel16_reloc() local
3483 relocatable = true; in mips_elf64_gprel16_reloc()
3486 relocatable = false; in mips_elf64_gprel16_reloc()
3490 ret = mips_elf64_final_gp (output_bfd, symbol, relocatable, error_message, in mips_elf64_gprel16_reloc()
3496 input_section, relocatable, in mips_elf64_gprel16_reloc()
3507 bool relocatable; in mips_elf64_literal_reloc() local
3523 relocatable = true; in mips_elf64_literal_reloc()
[all …]
H A Dreloc16.c248 bool relocatable, in bfd_coff_reloc16_get_relocated_section_contents() argument
263 if (relocatable) in bfd_coff_reloc16_get_relocated_section_contents()
266 data, relocatable, in bfd_coff_reloc16_get_relocated_section_contents()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfn32-mips.c3256 mips_elf_final_gp (bfd *output_bfd, asymbol *symbol, bool relocatable, in mips_elf_final_gp() argument
3267 && (! relocatable in mips_elf_final_gp()
3270 if (relocatable) in mips_elf_final_gp()
3296 bool relocatable; in mips_elf_gprel16_reloc() local
3301 relocatable = true; in mips_elf_gprel16_reloc()
3304 relocatable = false; in mips_elf_gprel16_reloc()
3308 ret = mips_elf_final_gp (output_bfd, symbol, relocatable, error_message, in mips_elf_gprel16_reloc()
3314 input_section, relocatable, in mips_elf_gprel16_reloc()
3325 bool relocatable; in mips_elf_literal_reloc() local
3341 relocatable = true; in mips_elf_literal_reloc()
[all …]
H A Delf32-mips.c1720 mips_elf_final_gp (bfd *output_bfd, asymbol *symbol, bool relocatable, in mips_elf_final_gp() argument
1731 && (! relocatable in mips_elf_final_gp()
1734 if (relocatable) in mips_elf_final_gp()
1763 bool relocatable; in _bfd_mips_elf32_gprel16_reloc() local
1781 relocatable = true; in _bfd_mips_elf32_gprel16_reloc()
1784 relocatable = false; in _bfd_mips_elf32_gprel16_reloc()
1788 ret = mips_elf_final_gp (output_bfd, symbol, relocatable, error_message, in _bfd_mips_elf32_gprel16_reloc()
1797 input_section, relocatable, in _bfd_mips_elf32_gprel16_reloc()
1799 _bfd_mips_elf_reloc_shuffle (abfd, reloc_entry->howto->type, !relocatable, in _bfd_mips_elf32_gprel16_reloc()
1813 bool relocatable; in mips_elf_gprel32_reloc() local
[all …]
H A Delf64-mips.c3429 mips_elf64_final_gp (bfd *output_bfd, asymbol *symbol, bool relocatable, in mips_elf64_final_gp() argument
3440 && (! relocatable in mips_elf64_final_gp()
3443 if (relocatable) in mips_elf64_final_gp()
3468 bool relocatable; in mips_elf64_gprel16_reloc() local
3483 relocatable = true; in mips_elf64_gprel16_reloc()
3486 relocatable = false; in mips_elf64_gprel16_reloc()
3490 ret = mips_elf64_final_gp (output_bfd, symbol, relocatable, error_message, in mips_elf64_gprel16_reloc()
3496 input_section, relocatable, in mips_elf64_gprel16_reloc()
3507 bool relocatable; in mips_elf64_literal_reloc() local
3523 relocatable = true; in mips_elf64_literal_reloc()
[all …]
H A Dreloc16.c248 bool relocatable, in bfd_coff_reloc16_get_relocated_section_contents() argument
263 if (relocatable) in bfd_coff_reloc16_get_relocated_section_contents()
266 data, relocatable, in bfd_coff_reloc16_get_relocated_section_contents()
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/
H A DMakefile.am58 lib/relocatable.c \
59 lib/relocatable.h \
83 m4/relocatable.m4 \
107 modules/relocatable \
/netbsd-src/external/gpl3/gcc/dist/intl/
H A DMakefile.in68 relocatable.h \
88 relocatable.c \
111 relocatable.o \
120 DEFS-relocatable.o = -DINSTALLDIR="\"$(libdir)\""
178 localealias.o localcharset.o relocatable.o: relocatable.h
/netbsd-src/external/gpl3/binutils.old/dist/intl/
H A DMakefile.in65 relocatable.h \
85 relocatable.c \
108 relocatable.o \
117 DEFS-relocatable.o = -DINSTALLDIR="\"$(libdir)\""
175 localealias.o localcharset.o relocatable.o: relocatable.h
/netbsd-src/external/gpl3/gcc.old/dist/intl/
H A DMakefile.in64 relocatable.h \
84 relocatable.c \
107 relocatable.o \
116 DEFS-relocatable.o = -DINSTALLDIR="\"$(libdir)\""
174 localealias.o localcharset.o relocatable.o: relocatable.h
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dxenix6 # "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small
33 >>>>>(1.s+3) ubyte <0xF2 8086 relocatable (Microsoft)
83 >0 byte ^0x1 relocatable
105 0 leshort 0x580 XENIX 8086 relocatable or 80286 small model
106 # GRR: line above is too general as it catches also all 8086 relocatable (Microsoft) with 1st recor…
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-lm32.texi142 The assembler supports several modifiers when using relocatable addresses
146 modifier(relocatable-expression)
155 an address expression as 16 bit relocatable expression.
160 as 16 bit relocatable expression.
171 This modified creates a 16-bit relocatable expression that is
181 relocatable expression that is the offset into the GOT of this
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-lm32.texi142 The assembler supports several modifiers when using relocatable addresses
146 modifier(relocatable-expression)
155 an address expression as 16 bit relocatable expression.
160 as 16 bit relocatable expression.
171 This modified creates a 16-bit relocatable expression that is
181 relocatable expression that is the offset into the GOT of this
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dobject.cc819 || (!parameters->options().relocatable() in do_find_special_sections()
1072 bool relocate_group = include_group && parameters->options().relocatable(); in include_section_group()
1594 const bool relocatable = parameters->options().relocatable(); in do_layout() local
1595 const bool emit_relocs = (relocatable in do_layout()
1627 if (!relocatable && !parameters->options().shared()) in do_layout()
1646 if (!relocatable && !parameters->options().shared()) in do_layout()
1739 if (relocatable && sh_type == elfcpp::SHT_GROUP) in do_layout()
1754 if (!relocatable) in do_layout()
1874 if (!relocatable in do_layout()
2043 if (!parameters->options().relocatable() in do_layout_deferred_sections()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dobject.cc819 || (!parameters->options().relocatable() in do_find_special_sections()
1072 bool relocate_group = include_group && parameters->options().relocatable(); in include_section_group()
1594 const bool relocatable = parameters->options().relocatable(); in do_layout() local
1595 const bool emit_relocs = (relocatable in do_layout()
1627 if (!relocatable && !parameters->options().shared()) in do_layout()
1646 if (!relocatable && !parameters->options().shared()) in do_layout()
1739 if (relocatable && sh_type == elfcpp::SHT_GROUP) in do_layout()
1754 if (!relocatable) in do_layout()
1874 if (!relocatable in do_layout()
2043 if (!parameters->options().relocatable() in do_layout_deferred_sections()
[all …]

12345678910>>...30