Searched refs:lsb0_p (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elflink.c | 8157 unsigned long *lsb0_p, in decode_complex_addend() argument 8167 * lsb0_p = (encoded >> 27) & 1; 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 8190 &chunksz, &lsb0_p, &signed_p, in bfd_elf_perform_complex_relocation() 8195 if (lsb0_p) in bfd_elf_perform_complex_relocation() 8208 lsb0_p, signed_p, trunc_p, wordsz, chunksz, start, len, in bfd_elf_perform_complex_relocation()
|