Searched refs:pnotes (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/binutils/binutils/ |
| HD | readelf.c | 9305 Elf_External_Note *pnotes; in process_corefile_note_segment() local 9312 pnotes = get_data (NULL, file, offset, 1, length, _("notes")); in process_corefile_note_segment() 9313 if (!pnotes) in process_corefile_note_segment() 9316 external = pnotes; in process_corefile_note_segment() 9322 while (external < (Elf_External_Note *)((char *) pnotes + length)) in process_corefile_note_segment() 9333 inote.descpos = offset + (inote.descdata - (char *) pnotes); in process_corefile_note_segment() 9337 if (((char *) next) > (((char *) pnotes) + length)) in process_corefile_note_segment() 9340 (long)((char *)external - (char *)pnotes)); in process_corefile_note_segment() 9379 free (pnotes); in process_corefile_note_segment()
|
| /NextBSD/contrib/gcc/ |
| HD | combine.c | 9306 recog_for_combine (rtx *pnewpat, rtx insn, rtx *pnotes) in recog_for_combine() argument 9395 *pnotes = notes; in recog_for_combine() 11661 rtx *pnotes) in move_deaths() argument 11754 XEXP (note, 1) = *pnotes; in move_deaths() 11755 *pnotes = note; in move_deaths() 11758 *pnotes = gen_rtx_EXPR_LIST (REG_DEAD, x, *pnotes); in move_deaths() 11770 move_deaths (SET_SRC (x), maybe_kill_insn, from_cuid, to_insn, pnotes); in move_deaths() 11786 move_deaths (dest, maybe_kill_insn, from_cuid, to_insn, pnotes); in move_deaths() 11801 to_insn, pnotes); in move_deaths() 11818 to_insn, pnotes); in move_deaths() [all …]
|