Lines Matching refs:sh_name
898 pszLogName, (int)pShdrRel->sh_info, ELF_SH_STR(pModElf, pShdr->sh_name), (int)pShdr->sh_info, (int)pShdr->sh_link,
899 iShdr, ELF_SH_STR(pModElf, pShdrRel->sh_name), (int)pShdrRel->sh_info, (int)pShdrRel->sh_link));
1043 const char *pszSectName = ELF_SH_STR(pModElf, paShdrs[iShdr].sh_name);
1125 Seg.pszName = ELF_SH_STR(pModElf, paShdrs[iShdr].sh_name);
1624 "RTLdrELF: sh_name: " FMT_ELF_WORD " - %s\n"
1635 pShdr->sh_name, RTLDRELF_NAME(GetSHdrName)(pModElf, pShdr->sh_name, szSectionName, sizeof(szSectionName)),
1642 if ( pShdr->sh_name != 0
1658 if (pShdr->sh_name >= pModElf->cbShStr)
1660 Log(("RTLdrELF: %s: Shdr #%d: sh_name (%d) is beyond the end of the section header string table (%d)!\n",
1661 pszLogName, iShdr, pShdr->sh_name, pModElf->cbShStr)); NOREF(pszLogName);