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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h1043 const char *pszSectName = ELF_SH_STR(pModElf, paShdrs[iShdr].sh_name); local
1044 if ( !strncmp(pszSectName, RT_STR_TUPLE(".debug_"))
1045 || !strcmp(pszSectName, ".WATCOM_references") )
1052 DbgInfo.u.Dwarf.pszSection = pszSectName;
1054 else if (!strcmp(pszSectName, ".gnu_debuglink"))

Completed in 50 milliseconds