Home
last modified time | relevance | path

Searched refs:size_of_notes (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_coredump/
Dcoredump-solaris.c827 UInt size_of_notes) in fill_notes_phdr() argument
833 phdr->p_filesz = size_of_notes; in fill_notes_phdr()
1038 UInt size_of_notes = notes_size(old_notes); in VG_() local
1043 fill_notes_phdr(&phdrs[0], offset, size_of_notes); in VG_()
1044 offset += size_of_notes; in VG_()
1046 size_of_notes = notes_size(new_notes); in VG_()
1048 fill_notes_phdr(&phdrs[1], offset, size_of_notes); in VG_()
1049 offset += size_of_notes; in VG_()