Home | History | Annotate | Download | only in binutils

Lines Matching defs:pnotes

23108   Elf_External_Note *pnotes;
23118 pnotes = (Elf_External_Note *) get_section_contents (section, filedata);
23119 if (pnotes)
23121 if (! apply_relocations (filedata, section, (unsigned char *) pnotes, length, NULL, NULL))
23123 free (pnotes);
23129 pnotes = (Elf_External_Note *) get_data (NULL, filedata, offset, 1, length,
23132 if (pnotes == NULL)
23135 external = pnotes;
23159 free (pnotes);
23165 end = (char *) pnotes + length;
23197 inote.descpos = offset + (inote.descdata - (char *) pnotes);
23226 inote.descpos = offset + (inote.descdata - (char *) pnotes);
23239 (char *) external - (char *) pnotes);
23276 free (pnotes);
23307 Elf_External_Note * pnotes;
23315 pnotes = (Elf_External_Note *) get_data (NULL, filedata, offset, 1, length,
23317 if (pnotes == NULL)
23320 external = pnotes;
23321 end = (char*) pnotes + length;
23337 inote.descpos = offset + (inote.descdata - (char *) pnotes);
23339 if (inote.descdata < (char *) pnotes || inote.descdata >= end)
23349 || ((char *) next < (char *) pnotes))
23352 (char *) external - (char *) pnotes);
23365 (char *) external - (char *) pnotes);
23381 free (pnotes);