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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
MachOYAML.h 35 bool is_pcrel; member in struct:llvm::MachOYAML::Relocation
  /src/external/gpl3/binutils/dist/opcodes/
ppc-dis.c 617 uint64_t insn, ppc_cpu_t dialect, bool *is_pcrel)
632 *is_pcrel = value != 0;
1072 bool is_pcrel; local
1086 is_pcrel = false;
1102 dialect, &is_pcrel);
1197 is_pcrel = value != 0;
1209 if (is_pcrel)
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-dis.c 606 uint64_t insn, ppc_cpu_t dialect, bool *is_pcrel)
621 *is_pcrel = value != 0;
1061 bool is_pcrel; local
1075 is_pcrel = false;
1091 dialect, &is_pcrel);
1186 is_pcrel = value != 0;
1198 if (is_pcrel)
  /src/external/gpl3/gdb/dist/opcodes/
ppc-dis.c 596 uint64_t insn, ppc_cpu_t dialect, bool *is_pcrel)
611 *is_pcrel = value != 0;
1051 bool is_pcrel; local
1065 is_pcrel = false;
1081 dialect, &is_pcrel);
1176 is_pcrel = value != 0;
1188 if (is_pcrel)
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-dis.c 596 uint64_t insn, ppc_cpu_t dialect, bool *is_pcrel)
611 *is_pcrel = value != 0;
1051 bool is_pcrel; local
1065 is_pcrel = false;
1081 dialect, &is_pcrel);
1176 is_pcrel = value != 0;
1188 if (is_pcrel)
  /src/external/gpl3/binutils/dist/gas/config/
tc-z8k.c 968 int is_pcrel; local
974 is_pcrel = 1;
977 is_pcrel = 0;
981 operand, is_pcrel, type);
982 if (is_pcrel)
tc-ia64.c 292 unsigned int is_pcrel : 1; /* is operand pc-relative? */ member in struct:__anon10031::slot::insn_fix
5651 fix->is_pcrel = 0;
5795 fix->is_pcrel = 0;
5899 fix->is_pcrel = 1;
5919 fix->is_pcrel = 1;
5933 fix->is_pcrel = 0;
6888 &ifix->expr, ifix->is_pcrel, ifix->code);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-z8k.c 968 int is_pcrel; local
974 is_pcrel = 1;
977 is_pcrel = 0;
981 operand, is_pcrel, type);
982 if (is_pcrel)
tc-ia64.c 292 unsigned int is_pcrel : 1; /* is operand pc-relative? */ member in struct:__anon11503::slot::insn_fix
5651 fix->is_pcrel = 0;
5795 fix->is_pcrel = 0;
5899 fix->is_pcrel = 1;
5919 fix->is_pcrel = 1;
5933 fix->is_pcrel = 0;
6888 &ifix->expr, ifix->is_pcrel, ifix->code);

Completed in 55 milliseconds