Home
last modified time | relevance | path

Searched refs:byteswap_code (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Darmelf.em33 static int byteswap_code = 0;
128 bfd_elf32_arm_set_byteswap_code (&link_info, byteswap_code);
306 byteswap_code = 1;
/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-arm.c2188 int byteswap_code; member
2479 ret->byteswap_code = 0; in elf32_arm_link_hash_table_create()
3127 if (globals->byteswap_code && !bfd_big_endian (abfd)) in bfd_elf32_arm_process_before_allocation()
4005 if (htab->byteswap_code != bfd_little_endian (output_bfd)) in put_arm_insn()
4019 if (htab->byteswap_code != bfd_little_endian (output_bfd)) in put_thumb_insn()
8525 int byteswap_code) in bfd_elf32_arm_set_byteswap_code() argument
8530 globals->byteswap_code = byteswap_code; in bfd_elf32_arm_set_byteswap_code()
9379 if (globals->byteswap_code) in elf32_arm_post_process_headers()
9942 if (globals->byteswap_code) in elf32_arm_write_section()
H A DChangeLog-2006252 byteswap_code as an argument. Revert 2006-11-01 change.