Home
last modified time | relevance | path

Searched refs:wordsz (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dcgen.c751 const unsigned long wordsz, /* in bytes */ in gas_cgen_encode_addend() argument
761 res |= (wordsz & 0xF) << 18; in gas_cgen_encode_addend()
/toolchain/binutils/binutils-2.25/bfd/
Delflink.c7875 unsigned long *wordsz, /* in bytes */ in decode_complex_addend() argument
7885 * wordsz = (encoded >> 18) & 0xF; 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
7909 decode_complex_addend (&start, &oplen, &len, &wordsz, in bfd_elf_perform_complex_relocation()
7918 shift = (8 * wordsz) - (start + len); in bfd_elf_perform_complex_relocation()
7921 x = get_value (wordsz, chunksz, input_bfd, contents + rel->r_offset); in bfd_elf_perform_complex_relocation()
7928 lsb0_p, signed_p, trunc_p, wordsz, chunksz, start, len, in bfd_elf_perform_complex_relocation()
7939 len, 0, (8 * wordsz), in bfd_elf_perform_complex_relocation()
7954 put_value (wordsz, chunksz, input_bfd, x, contents + rel->r_offset); in bfd_elf_perform_complex_relocation()