Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_coredump/
Dcoredump-solaris.c815 static UInt notes_size(const note_t *list) in notes_size() function
1038 UInt size_of_notes = notes_size(old_notes); in VG_()
1046 size_of_notes = notes_size(new_notes); in VG_()
/external/elfutils/src/
Delflint.c4343 GElf_Off notes_size = 0; in check_note() local
4348 notes_size = check_note_data (ebl, ehdr, data, 0, cnt, phdr->p_offset); in check_note()
4350 if (notes_size == 0) in check_note()
4353 else if (notes_size != phdr->p_filesz) in check_note()
4355 cnt, phdr->p_filesz - notes_size); in check_note()
4379 GElf_Off notes_size = check_note_data (ebl, ehdr, data, idx, 0, 0); in check_note_section() local
4381 if (notes_size == 0) in check_note_section()
4384 else if (notes_size != shdr->sh_size) in check_note_section()
4387 idx, section_name (ebl, idx), shdr->sh_size - notes_size); in check_note_section()