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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFCoreWrite.cpp341 uint64_t const offNoteSection = offElfHdr + sizeof(Elf64_Ehdr); local
342 uint64_t const offLoadSections = offNoteSection + sizeof(Elf64_Phdr);
366 Assert(RTFileTell(hFile) == offNoteSection);

Completed in 33 milliseconds