Searched refs:wordsz (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/ |
D | cgen.c | 719 const unsigned long wordsz, /* in bytes */ in gas_cgen_encode_addend() argument 729 res |= (wordsz & 0xF) << 18; in gas_cgen_encode_addend()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elflink.c | 8155 unsigned long *wordsz, /* in bytes */ in decode_complex_addend() argument 8165 * wordsz = (encoded >> 18) & 0xF; in decode_complex_addend() 8180 unsigned long start, oplen, len, wordsz, chunksz, lsb0_p, signed_p, trunc_p; in bfd_elf_perform_complex_relocation() local 8189 decode_complex_addend (&start, &oplen, &len, &wordsz, in bfd_elf_perform_complex_relocation() 8198 shift = (8 * wordsz) - (start + len); in bfd_elf_perform_complex_relocation() 8200 x = get_value (wordsz, chunksz, input_bfd, in bfd_elf_perform_complex_relocation() 8208 lsb0_p, signed_p, trunc_p, wordsz, chunksz, start, len, in bfd_elf_perform_complex_relocation() 8219 len, 0, (8 * wordsz), in bfd_elf_perform_complex_relocation() 8233 put_value (wordsz, chunksz, input_bfd, x, in bfd_elf_perform_complex_relocation()
|