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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h507 static int RTLDRELF_NAME(RelocateSection)(PRTLDRMODELF pModElf, Elf_Addr BaseAddr, PFNRTLDRIMPORT pfnGetImport, void *pvUser, function
901 /** @todo Make RelocateSection a function pointer so we can select the one corresponding to the machine when opening the image. */
903 rc = RTLDRELF_NAME(RelocateSection)(pModElf, BaseAddr, pfnGetImport, pvUser,
1371 rc = RTLDRELF_NAME(RelocateSection)(pThis, pThis->LinkAddress,

Completed in 66 milliseconds