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

/vbox/src/VBox/Debugger/
H A DDBGPlugInCommonELFTmpl.cpp.h161 uint32_t uMaxShIdx = fFlags & DBG_DIGGER_ELF_FUNNY_SHDRS ? 0 : pEhdr->e_shnum - 1; local
172 if ( paSyms[iSym].st_shndx > uMaxShIdx
174 uMaxShIdx = paSyms[iSym].st_shndx;
184 if (uMaxShIdx > 4096)
191 uint32_t cSegs = uMaxShIdx + 1;

Completed in 64 milliseconds