Searched refs:trunc_p (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | cgen.c | 729 const unsigned long trunc_p) in gas_cgen_encode_addend() argument 740 res |= trunc_p << 29; in gas_cgen_encode_addend()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | cgen.c | 727 const unsigned long trunc_p) in gas_cgen_encode_addend() argument 738 res |= trunc_p << 29; in gas_cgen_encode_addend()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elflink.c | 9314 unsigned long *trunc_p, in decode_complex_addend() argument 9324 * trunc_p = (encoded >> 29) & 1; in decode_complex_addend() 9335 unsigned long start, oplen, len, wordsz, chunksz, lsb0_p, signed_p, trunc_p; in bfd_elf_perform_complex_relocation() local 9347 &trunc_p, rel->r_addend); in bfd_elf_perform_complex_relocation() 9364 lsb0_p, signed_p, trunc_p, wordsz, chunksz, start, len, in bfd_elf_perform_complex_relocation() 9370 if (! trunc_p) in bfd_elf_perform_complex_relocation()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elflink.c | 9231 unsigned long *trunc_p, in decode_complex_addend() argument 9241 * trunc_p = (encoded >> 29) & 1; in decode_complex_addend() 9252 unsigned long start, oplen, len, wordsz, chunksz, lsb0_p, signed_p, trunc_p; in bfd_elf_perform_complex_relocation() local 9264 &trunc_p, rel->r_addend); in bfd_elf_perform_complex_relocation() 9281 lsb0_p, signed_p, trunc_p, wordsz, chunksz, start, len, in bfd_elf_perform_complex_relocation() 9287 if (! trunc_p) in bfd_elf_perform_complex_relocation()
|