Searched refs:is_pcrel (Results 1 – 3 of 3) sorted by relevance
381 MRE.r_word1 = ((unsigned)R.symbolnum << 0) | ((unsigned)R.is_pcrel << 24) | in makeRelocationInfo()385 MRE.r_word1 = ((unsigned)R.symbolnum << 8) | ((unsigned)R.is_pcrel << 7) | in makeRelocationInfo()396 ((unsigned)R.length << 28) | ((unsigned)R.is_pcrel << 30) | in makeScatteredRelocationInfo()
320 IO.mapRequired("pcrel", Relocation.is_pcrel); in mapping()
36 bool is_pcrel; member