Searched refs:is_pcrel (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-z8k.c940 int is_pcrel = 0; local
953 is_pcrel = 1;
956 operand, is_pcrel, type);
957 if (is_pcrel)
H A Dtc-ia64.c287 unsigned int is_pcrel : 1; /* is operand pc-relative? */ member in struct:__anon5320::slot::insn_fix
5909 fix->is_pcrel = 0;
6050 fix->is_pcrel = 0;
6156 fix->is_pcrel = 1;
6175 fix->is_pcrel = 1;
6189 fix->is_pcrel = 0;
7067 &ifix->expr, ifix->is_pcrel, ifix->code);
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-z8k.c945 int is_pcrel = 0; local
958 is_pcrel = 1;
964 is_pcrel,
H A Dtc-tahoe.c566 where[7] = (((is_pcrel (fixP) << 7) & 0x80)
H A Dtc-ia64.c250 unsigned int is_pcrel : 1; /* is operand pc-relative? */ member in struct:__anon4375::slot::insn_fix
5364 fix->is_pcrel = 0;
5494 fix->is_pcrel = 0;
5600 fix->is_pcrel = 1;
5619 fix->is_pcrel = 1;
5633 fix->is_pcrel = 0;
6399 &ifix->expr, ifix->is_pcrel, ifix->code);
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp382 MRE.r_word1 = ((unsigned)R.symbolnum << 0) | ((unsigned)R.is_pcrel << 24) |
386 MRE.r_word1 = ((unsigned)R.symbolnum << 8) | ((unsigned)R.is_pcrel << 7) |
397 ((unsigned)R.length << 28) | ((unsigned)R.is_pcrel << 30) |
H A DMachOYAML.cpp321 IO.mapRequired("pcrel", Relocation.is_pcrel);
/openbsd-current/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h36 bool is_pcrel; member in struct:llvm::MachOYAML::Relocation
/openbsd-current/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp106 R.is_pcrel = Obj.getAnyRelocationPCRel(RE);

Completed in 134 milliseconds