Searched refs:signed_p (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | cgen.c | 375 volatile int signed_p = 0; local 483 signed_p = 1; 488 if (signed_p) 505 signed_p, -1); 707 const int signed_p, in queue_fixup_recursively() argument 716 & (field->val.multi[i]), signed_p, i); in queue_fixup_recursively() 734 new_exp = make_right_shifted_expr (expP, rightshift, signed_p); in queue_fixup_recursively() 753 const unsigned long signed_p, in gas_cgen_encode_addend() argument 764 res |= signed_p << 28; in gas_cgen_encode_addend() 831 const int signed_p) in make_right_shifted_expr() argument [all …]
|
D | ChangeLog-2007 | 2391 * cgen.c (gas_cgen_md_apply_fix3): Only set signed_p if RELC. Call
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elflink.c | 7633 int signed_p) in eval_symbol() argument 7721 isymbuf, locsymcount, signed_p)) \ in eval_symbol() 7723 if (signed_p) \ in eval_symbol() 7738 isymbuf, locsymcount, signed_p)) \ in eval_symbol() 7742 isymbuf, locsymcount, signed_p)) \ in eval_symbol() 7744 if (signed_p) \ in eval_symbol() 7878 unsigned long *signed_p, in decode_complex_addend() argument 7888 * signed_p = (encoded >> 28) & 1; in decode_complex_addend() 7900 unsigned long start, oplen, len, wordsz, chunksz, lsb0_p, signed_p, trunc_p; in bfd_elf_perform_complex_relocation() local 7910 &chunksz, &lsb0_p, &signed_p, in bfd_elf_perform_complex_relocation() [all …]
|