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

/vbox/src/VBox/Debugger/
H A DDBGPlugInCommonELFTmpl.cpp.h136 const Elf_Shdr *pStrShdr = NULL; local
151 pStrShdr = &paShdrs[paShdrs[iSh].sh_link];
162 size_t const cbStrings = pStrShdr ? pStrShdr->sh_size : cbMaxStrings;

Completed in 33 milliseconds