/netbsd-src/compat/arm/eabihf/ |
H A D | bsd.eabihf.mk | 15 LDFLAGS+= -Wl,--be8 16 ARM_LD= -m armelfb_nbsd_eabihf --be8
|
/netbsd-src/compat/arm/eabi/ |
H A D | bsd.eabi.mk | 15 LDFLAGS+= -Wl,--be8 16 ARM_LD= -m armelfb_nbsd_eabi --be8
|
/netbsd-src/sys/arch/evbarm/conf/ |
H A D | mk.rpi | 4 EXTRA_LINKFLAGS+= --be8
|
H A D | mk.generic | 4 EXTRA_LINKFLAGS+= --be8
|
H A D | mk.altera | 4 EXTRA_LINKFLAGS+= --be8
|
H A D | mk.ti | 4 EXTRA_LINKFLAGS+= --be8
|
H A D | mk.bcm53xx | 5 EXTRA_LINKFLAGS+= --be8
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | NEWS | 44 * Add --be8 option (Arm only).
|
H A D | arm.cc | 4520 const bool enable_be8 = parameters->options().be8(); in do_fixed_endian_write() 6695 if (parameters->options().be8()) in do_relocate_sections() 7915 if (parameters->options().be8()) in do_fill_first_plt_entry() 7989 if (parameters->options().be8()) in do_fill_plt_entry() 8060 if (parameters->options().be8()) in do_fill_plt_entry() 10845 if (parameters->options().be8() && !big_endian) in do_adjust_elf_header() 10847 if (parameters->options().be8()) in do_adjust_elf_header()
|
H A D | ChangeLog-2016 | 499 * options.h (General_options): Add --be8 option. 500 * arm.cc (Arm_relobj::do_relocate_sections): Add code to swap for be8.
|
H A D | ChangeLog-2017 | 224 in the be8 mode.
|
H A D | options.h | 718 DEFINE_bool(be8, options::TWO_DASHES, '\0', false,
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/ |
H A D | datamorph.c | 209 uint8_t be8; in transform_to_db_format_one() member 259 buf.be8 = (unsigned char)((char)signed_value); in transform_to_db_format_one() 261 buf.be8 = unsigned_value; in transform_to_db_format_one() 374 uint8_t be8; in transform_from_db_format_one() member 401 signed_value = (int8_t)lens->be8; in transform_from_db_format_one() 403 unsigned_value = (uint8_t)lens->be8; in transform_from_db_format_one()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | NEWS | 51 * Add --be8 option (Arm only).
|
H A D | arm.cc | 4520 const bool enable_be8 = parameters->options().be8(); in do_fixed_endian_write() 6695 if (parameters->options().be8()) in do_relocate_sections() 7915 if (parameters->options().be8()) in do_fill_first_plt_entry() 7989 if (parameters->options().be8()) in do_fill_plt_entry() 8060 if (parameters->options().be8()) in do_fill_plt_entry() 10845 if (parameters->options().be8() && !big_endian) in do_adjust_elf_header() 10847 if (parameters->options().be8()) in do_adjust_elf_header()
|
H A D | ChangeLog-2016 | 499 * options.h (General_options): Add --be8 option. 500 * arm.cc (Arm_relobj::do_relocate_sections): Add code to swap for be8.
|
H A D | ChangeLog-2017 | 224 in the be8 mode.
|
H A D | options.h | 718 DEFINE_bool(be8, options::TWO_DASHES, '\0', false,
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | armelf.em | 604 { "be8", no_argument, NULL, OPTION_BE8}, 629 fprintf (file, _(" --be8 Output BE8 format image\n"));
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | armelf.em | 601 { "be8", no_argument, NULL, OPTION_BE8}, 626 fprintf (file, _(" --be8 Output BE8 format image\n"));
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm-cpus.in | 78 # Architecture uses be8 mode in big-endian. 79 define feature be8 266 define fgroup ARMv6 ARMv5te armv6 be8 275 define fgroup ARMv6m armv4 thumb armv5t armv5te armv6 be8
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm-cpus.in | 78 # Architecture uses be8 mode in big-endian. 79 define feature be8 272 define fgroup ARMv6 ARMv5te armv6 be8 281 define fgroup ARMv6m armv4 thumb armv5t armv5te armv6 be8
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ChangeLog-2004 | 1128 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8. 1131 * ld.texinfo: Document --be8.
|
H A D | ChangeLog-2008 | 186 help text of --be8.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ChangeLog-2004 | 1128 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8. 1131 * ld.texinfo: Document --be8.
|