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

/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetUDP.cpp42 * @param pHdrs Where to return the pointers to the headers.
46 void *VBoxNetUDPMatch(PINTNETBUF pBuf, unsigned uDstPort, PCRTMAC pDstMac, uint32_t fFlags, PVBOXNETUDPHDRS pHdrs, size_t *pcb) argument
52 if (pHdrs)
54 pHdrs->pEth = NULL;
55 pHdrs->pIpv4 = NULL;
56 pHdrs->pUdp = NULL;
85 if (pHdrs)
86 pHdrs->pEth = pEthHdr;
131 if (pHdrs)
132 pHdrs
[all...]
/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp470 uint32_t offHdrs, PCNTHDRS pHdrs, PRTLDRMOD phLdrMod)
475 uint32_t const cShs = WINNT_UNION(pThis, pHdrs, FileHeader.NumberOfSections);
493 if (WINNT_UNION(pThis, pHdrs, OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_RESOURCE]).Size > 0)
494 uRvaRsrc = WINNT_UNION(pThis, pHdrs, OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_RESOURCE]).VirtualAddress;
497 ? pHdrs->vX_32.FileHeader.SizeOfOptionalHeader + RT_OFFSETOF(IMAGE_NT_HEADERS32, OptionalHeader)
498 : pHdrs->vX_64.FileHeader.SizeOfOptionalHeader + RT_OFFSETOF(IMAGE_NT_HEADERS64, OptionalHeader));
503 WINNT_UNION(pThis, pHdrs, OptionalHeader.SectionAlignment),
613 PCNTHDRS pHdrs; local
618 pHdrs = (PCNTHDRS)pbBuf;
631 pHdrs
468 dbgDiggerWinNtCreateLdrMod(PDBGDIGGERWINNT pThis, PUVM pUVM, const char *pszName, PCDBGFADDRESS pImageAddr, uint32_t cbImage, uint8_t *pbBuf, size_t cbBuf, uint32_t offHdrs, PCNTHDRS pHdrs, PRTLDRMOD phLdrMod) argument
978 IMAGE_NT_HEADERS32 const *pHdrs = (IMAGE_NT_HEADERS32 const *)&u.au8[u.MzHdr.e_lfanew]; local
1058 IMAGE_NT_HEADERS64 const *pHdrs = (IMAGE_NT_HEADERS64 const *)&u.au8[u.MzHdr.e_lfanew]; local
[all...]

Completed in 46 milliseconds