Home
last modified time | relevance | path

Searched refs:is_l32r_reloc (Results 1 – 10 of 10) sorted by relevance

/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-xtensa.c7070 bool is_l32r_reloc; in find_relaxable_sections() local
7121 is_l32r_reloc = false; in find_relaxable_sections()
7128 is_l32r_reloc = (opcode == get_l32r_opcode ()); in find_relaxable_sections()
7130 || is_l32r_reloc) in find_relaxable_sections()
7135 if (is_l32r_reloc && r_reloc_is_defined (&r_rel)) in find_relaxable_sections()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-xtensa.c7070 bool is_l32r_reloc; in find_relaxable_sections() local
7121 is_l32r_reloc = false; in find_relaxable_sections()
7128 is_l32r_reloc = (opcode == get_l32r_opcode ()); in find_relaxable_sections()
7130 || is_l32r_reloc) in find_relaxable_sections()
7135 if (is_l32r_reloc && r_reloc_is_defined (&r_rel)) in find_relaxable_sections()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-xtensa.c6829 bfd_boolean is_l32r_reloc; in find_relaxable_sections() local
6880 is_l32r_reloc = FALSE; in find_relaxable_sections()
6887 is_l32r_reloc = (opcode == get_l32r_opcode ()); in find_relaxable_sections()
6889 || is_l32r_reloc) in find_relaxable_sections()
6894 if (is_l32r_reloc && r_reloc_is_defined (&r_rel)) in find_relaxable_sections()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-xtensa.c7070 bool is_l32r_reloc; in find_relaxable_sections() local
7121 is_l32r_reloc = false; in find_relaxable_sections()
7128 is_l32r_reloc = (opcode == get_l32r_opcode ()); in find_relaxable_sections()
7130 || is_l32r_reloc) in find_relaxable_sections()
7135 if (is_l32r_reloc && r_reloc_is_defined (&r_rel)) in find_relaxable_sections()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf32-xtensa.c6818 bfd_boolean is_l32r_reloc; in find_relaxable_sections() local
6869 is_l32r_reloc = FALSE; in find_relaxable_sections()
6876 is_l32r_reloc = (opcode == get_l32r_opcode ()); in find_relaxable_sections()
6878 || is_l32r_reloc) in find_relaxable_sections()
6883 if (is_l32r_reloc && r_reloc_is_defined (&r_rel)) in find_relaxable_sections()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-xtensa.c7070 bool is_l32r_reloc; in find_relaxable_sections() local
7121 is_l32r_reloc = false; in find_relaxable_sections()
7128 is_l32r_reloc = (opcode == get_l32r_opcode ()); in find_relaxable_sections()
7130 || is_l32r_reloc) in find_relaxable_sections()
7135 if (is_l32r_reloc && r_reloc_is_defined (&r_rel)) in find_relaxable_sections()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-xtensa.c7046 bfd_boolean is_l32r_reloc; in find_relaxable_sections() local
7097 is_l32r_reloc = FALSE; in find_relaxable_sections()
7104 is_l32r_reloc = (opcode == get_l32r_opcode ()); in find_relaxable_sections()
7106 || is_l32r_reloc) in find_relaxable_sections()
7111 if (is_l32r_reloc && r_reloc_is_defined (&r_rel)) in find_relaxable_sections()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-xtensa.c7046 bfd_boolean is_l32r_reloc; in find_relaxable_sections() local
7097 is_l32r_reloc = FALSE; in find_relaxable_sections()
7104 is_l32r_reloc = (opcode == get_l32r_opcode ()); in find_relaxable_sections()
7106 || is_l32r_reloc) in find_relaxable_sections()
7111 if (is_l32r_reloc && r_reloc_is_defined (&r_rel)) in find_relaxable_sections()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-xtensa.c6918 bfd_boolean is_l32r_reloc; in find_relaxable_sections() local
6969 is_l32r_reloc = FALSE; in find_relaxable_sections()
6976 is_l32r_reloc = (opcode == get_l32r_opcode ()); in find_relaxable_sections()
6978 || is_l32r_reloc) in find_relaxable_sections()
6983 if (is_l32r_reloc && r_reloc_is_defined (&r_rel)) in find_relaxable_sections()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/xtensa/gnu/
H A Delf32-xtensa.c7100 bfd_boolean is_l32r_reloc;
7151 is_l32r_reloc = FALSE;
7158 is_l32r_reloc = (opcode == get_l32r_opcode ());
7160 || is_l32r_reloc)
7165 if (is_l32r_reloc && r_reloc_is_defined (&r_rel))