Searched refs:pbRelocs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h1349 const uint8_t *pbRelocs; local
1351 pbRelocs = (const uint8_t *)pThis->pvBits + pThis->paShdrs[iRelocs].sh_offset;
1354 pbRelocs = pbRelocsBuf = (uint8_t *)RTMemTmpAlloc(pThis->paShdrs[iRelocs].sh_size);
1377 pbRelocs,
1386 pbRelocs,

Completed in 47 milliseconds