Searched refs:size_of_notes (Results 1 – 1 of 1) sorted by relevance
827 UInt size_of_notes) in fill_notes_phdr() argument833 phdr->p_filesz = size_of_notes; in fill_notes_phdr()1038 UInt size_of_notes = notes_size(old_notes); in VG_() local1043 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_()