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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h1329 uint32_t iRelocs = iDbgInfo + 1; local
1330 if ( iRelocs >= pThis->Ehdr.e_shnum
1331 || pThis->paShdrs[iRelocs].sh_info != iDbgInfo
1332 || ( pThis->paShdrs[iRelocs].sh_type != SHT_REL
1333 && pThis->paShdrs[iRelocs].sh_type != SHT_RELA) )
1335 iRelocs = 0;
1336 while ( iRelocs < pThis->Ehdr.e_shnum
1337 && ( pThis->paShdrs[iRelocs].sh_info != iDbgInfo
1338 || ( pThis->paShdrs[iRelocs].sh_type != SHT_REL
1339 && pThis->paShdrs[iRelocs]
[all...]

Completed in 44 milliseconds