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

/vbox/src/VBox/Debugger/
H A DDBGPlugInCommonELFTmpl.cpp.h50 * @param pEhdr Pointer to the ELF header.
72 Elf_Ehdr const *pEhdr, Elf_Shdr const *paShdrs,
90 if ( pEhdr->e_ident[EI_MAG0] != ELFMAG0
91 || pEhdr->e_ident[EI_MAG1] != ELFMAG1
92 || pEhdr->e_ident[EI_MAG2] != ELFMAG2
93 || pEhdr->e_ident[EI_MAG3] != ELFMAG3)
95 if (pEhdr->e_ident[EI_CLASS] != MY_ELFCLASS)
98 if (pEhdr->e_ident[EI_DATA] != ELFDATA2LSB)
100 if (pEhdr->e_ident[EI_VERSION] != EV_CURRENT)
102 if (pEhdr
71 DBGDiggerCommonParseElfMod(PUVM pUVM, const char *pszModName, const char *pszFilename, uint32_t fFlags, Elf_Ehdr const *pEhdr, Elf_Shdr const *paShdrs, Elf_Sym const *paSyms, size_t cMaxSyms, char const *pbStrings, size_t cbMaxStrings, RTGCPTR MinAddr, RTGCPTR MaxAddr, uint64_t uModTag) argument
[all...]
/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h1437 * @param pEhdr Pointer to the ELF header.
1441 static int RTLDRELF_NAME(ValidateElfHeader)(const Elf_Ehdr *pEhdr, const char *pszLogName, uint64_t cbRawImage, argument
1457 RT_ELEMENTS(pEhdr->e_ident), &pEhdr->e_ident[0], pEhdr->e_type, pEhdr->e_version,
1458 pEhdr->e_entry, pEhdr->e_phoff, pEhdr->e_shoff,pEhdr
[all...]

Completed in 46 milliseconds