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

/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc1135 size_t note_align = phdr.p_align - ((offset+filesz) % phdr.p_align); local
1136 if (note_align == phdr.p_align)
1137 note_align = 0;
1138 offset += note_align;
1198 if (note_align) {
1199 google_breakpad::scoped_array<char> scratch(new char[note_align]);
1200 memset(scratch.get(), 0, note_align);
1201 if (!writea(1, scratch.get(), note_align))

Completed in 448 milliseconds