Lines Matching defs:fFlags

95     uint32_t            fFlags;
127 uint32_t fFlags;
653 * @param fFlags See RTDBGASLINK_FLAGS_*.
655 RTDECL(int) RTDbgAsModuleLink(RTDBGAS hDbgAs, RTDBGMOD hDbgMod, RTUINTPTR ImageAddr, uint32_t fFlags);
672 * @param fFlags See RTDBGASLINK_FLAGS_*.
674 RTDECL(int) RTDbgAsModuleLinkSeg(RTDBGAS hDbgAs, RTDBGMOD hDbgMod, RTDBGSEGIDX iSeg, RTUINTPTR SegAddr, uint32_t fFlags);
781 * @param fFlags Flags for reserved for future use. MBZ.
786 RTDECL(int) RTDbgAsModuleQueryMapByIndex(RTDBGAS hDbgAs, uint32_t iModule, PRTDBGASMAPINFO paMappings, uint32_t *pcMappings, uint32_t fFlags);
801 * @param fFlags Symbol flags.
806 RTDECL(int) RTDbgAsSymbolAdd(RTDBGAS hDbgAs, const char *pszSymbol, RTUINTPTR Addr, RTUINTPTR cb, uint32_t fFlags, uint32_t *piOrdinal);
818 * @param fFlags Symbol search flags, see RTDBGSYMADDR_FLAGS_XXX.
824 RTDECL(int) RTDbgAsSymbolByAddr(RTDBGAS hDbgAs, RTUINTPTR Addr, uint32_t fFlags,
837 * @param fFlags Symbol search flags, see RTDBGSYMADDR_FLAGS_XXX.
844 RTDECL(int) RTDbgAsSymbolByAddrA(RTDBGAS hDbgAs, RTUINTPTR Addr, uint32_t fFlags,
952 * @param fFlags Flags reserved for future extensions, MBZ for now.
954 RTDECL(int) RTDbgModCreate(PRTDBGMOD phDbgMod, const char *pszName, RTUINTPTR cbSeg, uint32_t fFlags);
970 PCRTUUID pUuid, RTDBGCFG hDbgCfg, uint32_t fFlags);
1136 * @retval VERR_INVALID_PARAMETER if fFlags contains undefined flags.
1146 * @param fFlags Segment flags. Reserved for future used, MBZ.
1152 uint32_t fFlags, PRTDBGSEGIDX piSeg);
1241 * @param fFlags Symbol flags. Reserved for the future, MBZ.
1247 RTUINTPTR cb, uint32_t fFlags, uint32_t *piOrdinal);
1318 * @param fFlags Symbol search flags, see RTDBGSYMADDR_FLAGS_XXX.
1324 RTDECL(int) RTDbgModSymbolByAddr(RTDBGMOD hDbgMod, RTDBGSEGIDX iSeg, RTUINTPTR off, uint32_t fFlags,
1349 * @param fFlags Symbol search flags, see RTDBGSYMADDR_FLAGS_XXX.
1356 RTDECL(int) RTDbgModSymbolByAddrA(RTDBGMOD hDbgMod, RTDBGSEGIDX iSeg, RTUINTPTR off, uint32_t fFlags,
1558 * @param fFlags Flags reserved for future use. Must be zero.
1560 RTR0DECL(int) RTR0DbgKrnlInfoOpen(PRTDBGKRNLINFO phKrnlInfo, uint32_t fFlags);