Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c16043 Elf_External_Note * pnotes; in process_corefile_note_segment() local
16051 pnotes = (Elf_External_Note *) get_data (NULL, file, offset, 1, length, in process_corefile_note_segment()
16053 if (pnotes == NULL) in process_corefile_note_segment()
16056 external = pnotes; in process_corefile_note_segment()
16062 end = (char *) pnotes + length; in process_corefile_note_segment()
16088 if (inote.descdata < (char *) pnotes || inote.descdata > end) in process_corefile_note_segment()
16095 inote.descpos = offset + (inote.descdata - (char *) pnotes); in process_corefile_note_segment()
16118 inote.descpos = offset + (inote.descdata - (char *) pnotes); in process_corefile_note_segment()
16130 (unsigned long) ((char *) external - (char *) pnotes)); in process_corefile_note_segment()
16168 free (pnotes); in process_corefile_note_segment()
[all …]