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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h100 Elf_Ehdr Ehdr; member in struct:RTLDRMODELF
156 pModElf->pShStr = (const char *)(pu8 + pModElf->paShdrs[pModElf->Ehdr.e_shstrndx].sh_offset);
285 if (pSym->st_shndx < pModElf->Ehdr.e_shnum)
304 if (pSym->st_shndx < pModElf->Ehdr.e_shnum)
476 if (pSym->st_shndx >= pModElf->Ehdr.e_shnum)
479 AssertMsg(pSym->st_shndx < pModElf->Ehdr.e_shnum,
480 ("iSym=%d st_shndx=%d e_shnum=%d pszName=%s\n", iSym, pSym->st_shndx, pModElf->Ehdr.e_shnum, pszName));
726 else if (paSyms[iSym].st_shndx < pModElf->Ehdr.e_shnum)
728 if (pModElf->Ehdr.e_type == ET_REL)
777 switch (pModElf->Ehdr
[all...]

Completed in 46 milliseconds