HomeSort by: relevance | last modified time | path
    Searched defs:pcrval (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 14209 bfd_vma pcrval;
14311 pcrval = (symval
14319 (symval % 4 == 0 && IS_BITSIZE (pcrval, 25))
14321 where pcrval has first to be adjusted to apply against the LO16
14396 /* Now adjust pcrval, subtracting the offset to the LO16 reloc
14398 pcrval = ((pcrval - offset + 3) | 3) ^ 3;
14418 && IS_BITSIZE (pcrval + 4, 25)
14482 && IS_BITSIZE (pcrval - 2, 11)
14503 && IS_BITSIZE (pcrval - 2, 8
14166 bfd_vma pcrval; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 14158 bfd_vma pcrval;
14260 pcrval = (symval
14268 (symval % 4 == 0 && IS_BITSIZE (pcrval, 25))
14270 where pcrval has first to be adjusted to apply against the LO16
14345 /* Now adjust pcrval, subtracting the offset to the LO16 reloc
14347 pcrval = ((pcrval - offset + 3) | 3) ^ 3;
14367 && IS_BITSIZE (pcrval + 4, 25)
14431 && IS_BITSIZE (pcrval - 2, 11)
14452 && IS_BITSIZE (pcrval - 2, 8
14115 bfd_vma pcrval; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 14053 bfd_vma pcrval;
14155 pcrval = (symval
14163 (symval % 4 == 0 && IS_BITSIZE (pcrval, 25))
14165 where pcrval has first to be adjusted to apply against the LO16
14240 /* Now adjust pcrval, subtracting the offset to the LO16 reloc
14242 pcrval = ((pcrval - offset + 3) | 3) ^ 3;
14262 && IS_BITSIZE (pcrval + 4, 25)
14326 && IS_BITSIZE (pcrval - 2, 11)
14347 && IS_BITSIZE (pcrval - 2, 8
14010 bfd_vma pcrval; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 14066 bfd_vma pcrval;
14168 pcrval = (symval
14176 (symval % 4 == 0 && IS_BITSIZE (pcrval, 25))
14178 where pcrval has first to be adjusted to apply against the LO16
14253 /* Now adjust pcrval, subtracting the offset to the LO16 reloc
14255 pcrval = ((pcrval - offset + 3) | 3) ^ 3;
14275 && IS_BITSIZE (pcrval + 4, 25)
14339 && IS_BITSIZE (pcrval - 2, 11)
14360 && IS_BITSIZE (pcrval - 2, 8
14023 bfd_vma pcrval; local
    [all...]

Completed in 67 milliseconds