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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h404 * @param ppSym Where to store the symbol pointer on success. (read only)
408 Elf_Size iSym, const Elf_Sym **ppSym, Elf_Addr *pSymValue)
419 *ppSym = pSym;
407 Symbol(PRTLDRMODELF pModElf, Elf_Addr BaseAddr, PFNRTLDRIMPORT pfnGetImport, void *pvUser, Elf_Size iSym, const Elf_Sym **ppSym, Elf_Addr *pSymValue) argument

Completed in 42 milliseconds