Searched refs:pnotes (Results 1 – 1 of 1) sorted by relevance
14608 Elf_External_Note * pnotes; in process_corefile_note_segment() local14615 pnotes = (Elf_External_Note *) get_data (NULL, file, offset, 1, length, in process_corefile_note_segment()14617 if (pnotes == NULL) in process_corefile_note_segment()14620 external = pnotes; in process_corefile_note_segment()14626 while ((char *) external < (char *) pnotes + length) in process_corefile_note_segment()14632 size_t data_remaining = ((char *) pnotes + length) - (char *) external; in process_corefile_note_segment()14650 inote.descpos = offset + (inote.descdata - (char *) pnotes); in process_corefile_note_segment()14673 inote.descpos = offset + (inote.descdata - (char *) pnotes); in process_corefile_note_segment()14682 (unsigned long) ((char *) external - (char *) pnotes)); in process_corefile_note_segment()14721 free (pnotes); in process_corefile_note_segment()