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

/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c9034 Elf_External_Note *pnotes;
9041 pnotes = get_data (NULL, file, offset, 1, length, _("notes"));
9042 if (!pnotes)
9045 external = pnotes;
9051 while (external < (Elf_External_Note *)((char *) pnotes + length))
9062 inote.descpos = offset + (inote.descdata - (char *) pnotes);
9066 if (((char *) next) > (((char *) pnotes) + length))
9069 (long)((char *)external - (char *)pnotes));
9108 free (pnotes);
9031 Elf_External_Note *pnotes; local

Completed in 175 milliseconds