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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp2892 uint8_t const uChildren = rtDwarfCursor_GetU8(&Cursor, 0); local
2896 || uChildren > 1)
2909 pEntry->fChildren = RT_BOOL(uChildren);
2954 uint8_t const uChildren = rtDwarfCursor_GetU8(&Cursor, 0); local
2958 || uChildren > 1)
2968 pRet->fChildren = RT_BOOL(uChildren);

Completed in 49 milliseconds