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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFCoreWrite.cpp183 static uint64_t Elf64NoteSectionSize(const char *pszName, uint64_t cbData) function
345 uint64_t const cbCoreDescriptor = Elf64NoteSectionSize(s_pcszCoreVBoxCore, sizeof(CoreDescriptor));
347 uint64_t const cbCpuDumps = pVM->cCpus * Elf64NoteSectionSize(s_pcszCoreVBoxCpu, sizeof(CPUMCTX));

Completed in 42 milliseconds