Lines Matching defs:cbRelocs
186 * @param cbRelocs Size of the relocations.
192 const void *pvRelocs, Elf_Size cbRelocs)
204 const unsigned iRelMax = (unsigned)(cbRelocs / sizeof(paRels[0]));
205 AssertMsgReturn(iRelMax == cbRelocs / sizeof(paRels[0]), (FMT_ELF_SIZE "\n", cbRelocs / sizeof(paRels[0])),
505 * @param cbRelocs Size of the relocations.
509 const void *pvRelocs, Elf_Size cbRelocs)
520 const unsigned iRelMax = (unsigned)(cbRelocs / sizeof(paRels[0]));
521 AssertMsgReturn(iRelMax == cbRelocs / sizeof(paRels[0]), (FMT_ELF_SIZE "\n", cbRelocs / sizeof(paRels[0])), VERR_IMAGE_TOO_BIG);