Changeset 32222 in vbox
- Timestamp:
- Sep 2, 2010 6:31:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGFCoreWrite.cpp
r32220 r32222 170 170 * @return The size of the NOTE section as rounded to the file alignment. 171 171 */ 172 static inline int Elf64NoteSectionSize(uint64_t cb)172 static inline uint64_t Elf64NoteSectionSize(uint64_t cb) 173 173 { 174 174 return sizeof(ELFNOTEHDR) + RT_ALIGN_64(cb, s_NoteAlign);
Note:
See TracChangeset
for help on using the changeset viewer.