/toolchain/binutils/binutils-2.25/ld/ |
D | ldexp.c | 335 segment_name = tree->binary.rhs->name.name; in fold_binary() 352 exp_fold_tree_1 (tree->binary.rhs); in fold_binary() 435 einfo (_("%F%S %% by zero\n"), tree->binary.rhs); in fold_binary() 445 einfo (_("%F%S / by zero\n"), tree->binary.rhs); in fold_binary() 551 : tree->trinary.rhs); in fold_trinary() 840 && is_value (tree->binary.rhs, 0)); in is_dot_ne_0() 852 && (is_value (tree->binary.rhs, 0) in is_dot_plus_0() 853 || is_sym_value (tree->binary.rhs, 0))); in is_dot_plus_0() 867 && is_value (tree->trinary.rhs, 1)); in is_align_conditional() 1106 exp_binop (int code, etree_type *lhs, etree_type *rhs) in exp_binop() argument [all …]
|
D | ldexp.h | 57 union etree_union *rhs; member 63 union etree_union *rhs; member
|
D | aclocal.m4 | 931 # Solaris sh will not grok spaces in the rhs of `-'.
|
D | ChangeLog-2008 | 282 * ldexp.c (fold_binary): Evaluate rhs when lhs not valid.
|
D | ldlang.c | 2234 exp_init_os (exp->binary.rhs); in exp_init_os() 2240 exp_init_os (exp->trinary.rhs); in exp_init_os()
|
D | ChangeLog-2005 | 1082 see if the same value is being used on the rhs as on the lhs.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
D | x86-64.exp | 155 set rhs {&_nacl} 158 regsub -all -- $lhs $x86_64tests $rhs x86_64tests 161 set options_regsub(ld) [list $lhs $rhs]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-nds32.h | 62 #define md_allow_local_subtract(lhs,rhs,sect) nds32_allow_local_subtract (lhs, rhs, sect) argument
|
D | tc-z80.c | 1139 int lhs, rhs; in emit_add() local 1163 rhs = term.X_add_number; in emit_add() 1164 if ((rhs & R_ARITH) in emit_add() 1165 && ((rhs == lhs) || ((rhs & ~R_INDEX) != REG_HL))) in emit_add() 1170 *q = opcode + ((rhs & 3) << 4); in emit_add()
|
D | tc-nds32.c | 6179 compar_relent (const void *lhs, const void *rhs) in compar_relent() argument 6182 const arelent **r = (const arelent **) rhs; in compar_relent()
|
D | tc-aarch64.c | 3580 enum aarch64_operand_error_kind rhs) in operand_error_higher_severity_p() argument 3590 return lhs > rhs; in operand_error_higher_severity_p()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | arm-reloc-property.cc | 190 const std::string rhs(node->child(2)->s_expression()); in Arm_reloc_property() local 192 if (rhs == rab_table[i].name) in Arm_reloc_property()
|
D | aclocal.m4 | 922 # Solaris sh will not grok spaces in the rhs of `-'.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | neon-cov.s | 607 .macro binops op opq vtype="" rhs="0" 608 \op\vtype q0,q\rhs 609 \opq\vtype q0,q\rhs 610 \op\vtype d0,d\rhs
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | sunos.em | 862 gld${EMULATION_NAME}_find_exp_assignment (exp->binary.rhs); 868 gld${EMULATION_NAME}_find_exp_assignment (exp->trinary.rhs);
|
D | aix.em | 1380 gld${EMULATION_NAME}_find_exp_assignment (exp->binary.rhs); 1386 gld${EMULATION_NAME}_find_exp_assignment (exp->trinary.rhs);
|
D | elf32.em | 1314 gld${EMULATION_NAME}_find_exp_assignment (exp->binary.rhs); 1320 gld${EMULATION_NAME}_find_exp_assignment (exp->trinary.rhs);
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | sh64-media.cpu | 1049 (sequence ((QI count) (DI mask) (DI rhs)) 1052 (set rhs (srl (and rm mask) count)) 1055 (set rd (or DI rhs (sll DI (and rn mask) count))))))
|
/toolchain/binutils/binutils-2.25/gas/ |
D | aclocal.m4 | 931 # Solaris sh will not grok spaces in the rhs of `-'.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | aclocal.m4 | 931 # Solaris sh will not grok spaces in the rhs of `-'.
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | aclocal.m4 | 910 # Solaris sh will not grok spaces in the rhs of `-'.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | aclocal.m4 | 910 # Solaris sh will not grok spaces in the rhs of `-'.
|
D | elf32-nds32.c | 2298 int (*compar) (const void *lhs, const void *rhs)) in nds32_insertion_sort() argument 2340 compar_reloc (const void *lhs, const void *rhs) in compar_reloc() argument 2343 const Elf_Internal_Rela *r = (const Elf_Internal_Rela *) rhs; in compar_reloc()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | aclocal.m4 | 910 # Solaris sh will not grok spaces in the rhs of `-'.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | as.texinfo | 236 [@b{--listing-lhs-width2}=@var{NUM}] [@b{--listing-rhs-width}=@var{NUM}] 725 @item --listing-rhs-width=@var{number} 2245 @item --listing-rhs-width=@samp{number} 2246 @kindex --listing-rhs-width
|