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

  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningTool.cpp 149 FullDependenciesResult FDR;
156 FDR.DiscoveredModules.push_back(std::move(M.second));
159 FDR.FullDeps = std::move(FD);
160 return FDR;
  /src/external/gpl3/binutils/dist/include/coff/
sym.h 51 * "rgFd" array whose domain is "0..ifdMax-1" and RanGe is FDR.
97 * The FDR and PDR structures speed mapping of address <-> name.
113 typedef struct fdr { struct
139 } FDR, *pFDR;
140 #define cbFDR sizeof(FDR)
  /src/external/gpl3/binutils.old/dist/include/coff/
sym.h 51 * "rgFd" array whose domain is "0..ifdMax-1" and RanGe is FDR.
97 * The FDR and PDR structures speed mapping of address <-> name.
113 typedef struct fdr { struct
139 } FDR, *pFDR;
140 #define cbFDR sizeof(FDR)
  /src/external/gpl3/gdb/dist/gdb/
nds32-tdep.c 295 const int FDR = FSR + 32;
307 else if (num >= FDR && num < FDR + 32)
310 return num - FDR + NDS32_FD0_REGNUM;
1907 /* Required FDR is not found. */
  /src/external/gpl3/gdb/dist/include/coff/
sym.h 51 * "rgFd" array whose domain is "0..ifdMax-1" and RanGe is FDR.
97 * The FDR and PDR structures speed mapping of address <-> name.
113 typedef struct fdr { struct
139 } FDR, *pFDR;
140 #define cbFDR sizeof(FDR)
  /src/external/gpl3/gdb.old/dist/gdb/
nds32-tdep.c 295 const int FDR = FSR + 32;
307 else if (num >= FDR && num < FDR + 32)
310 return num - FDR + NDS32_FD0_REGNUM;
1907 /* Required FDR is not found. */
  /src/external/gpl3/gdb.old/dist/include/coff/
sym.h 51 * "rgFd" array whose domain is "0..ifdMax-1" and RanGe is FDR.
97 * The FDR and PDR structures speed mapping of address <-> name.
113 typedef struct fdr { struct
139 } FDR, *pFDR;
140 #define cbFDR sizeof(FDR)

Completed in 43 milliseconds