Searched defs:symspace (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGPlugInSolaris.cpp186 uint32_t symspace; /**< 4c */ member in struct:SOL32_module
234 uint64_t symspace; /**< 70 */ member in struct:SOL64_module
330 #if 0 /* OpenSolaris, early boot have symspace at 0x27a2000 */
504 || (!SOL32_VALID_ADDRESS(Module.symspace) && Module.symspace)
519 if (!Module.symtbl || !Module.strings || !Module.symspace || !Module.symsize)
522 /* Check that the symtbl and strings points inside the symspace. */
523 if (Module.strings - Module.symspace >= Module.symsize)
525 if (Module.symtbl - Module.symspace >= Module.symsize)
541 rc = DBGFR3MemRead(pUVM, 0, DBGFR3AddrFromFlat(pUVM, &Addr, Module.symspace), pvSymSpac
[all...]

Completed in 72 milliseconds