Searched refs:cSyms (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGPlugInCommonELFTmpl.cpp.h163 size_t const cSyms = pSymShdr local
166 for (size_t iSym = 1; iSym < cSyms; iSym++)
209 for (uint32_t iSym = 1; iSym < cSyms; iSym++)
276 for (uint32_t iSym = 1; iSym < cSyms; iSym++)
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Ddbgkrnlinfo-r0drv-darwin.cpp144 uint32_t cSyms; member in struct:RTDBGKRNLINFOINT
370 uint32_t const cSyms = pThis->cSyms; local
375 for (uint32_t iSym = 0; iSym < cSyms; iSym++, pSym++)
557 pThis->paSyms = (MY_NLIST *)RTMemAllocZ(pThis->cSyms * sizeof(MY_NLIST));
562 pThis->paSyms, pThis->cSyms * sizeof(MY_NLIST), NULL);
585 uint32_t const cSyms = pThis->cSyms; local
587 for (uint32_t iSym = 0; iSym < cSyms; iSym++, pSym++)
662 pThis->cSyms
[all...]
/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h117 unsigned cSyms; member in struct:RTLDRMODELF
225 if (iSym >= pModElf->cSyms)
252 AssertMsgReturn(pSym->st_shndx < pModElf->cSyms || pSym->st_shndx == SHN_ABS, ("%#x\n", pSym->st_shndx),
262 if (pSym->st_shndx < pModElf->cSyms)
413 if (iSym >= pModElf->cSyms)
711 unsigned cSyms = pModElf->cSyms; local
712 for (unsigned iSym = 1; iSym < cSyms; iSym++)
977 unsigned cSyms = pModElf->cSyms; local
[all...]

Completed in 754 milliseconds