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

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c9231 Elf_External_Note *pnotes;
9238 pnotes = get_data (NULL, file, offset, 1, length, _("notes"));
9239 if (!pnotes)
9242 external = pnotes;
9248 while (external < (Elf_External_Note *)((char *) pnotes + length))
9259 inote.descpos = offset + (inote.descdata - (char *) pnotes);
9263 if (((char *) next) > (((char *) pnotes) + length))
9266 (long)((char *)external - (char *)pnotes));
9305 free (pnotes);
9228 Elf_External_Note *pnotes; local
/freebsd-9.3-release/contrib/gcc/
H A Dcombine.c9344 recog_for_combine (rtx *pnewpat, rtx insn, rtx *pnotes)
9433 *pnotes = notes;
11708 rtx *pnotes)
11801 XEXP (note, 1) = *pnotes;
11802 *pnotes = note;
11805 *pnotes = gen_rtx_EXPR_LIST (REG_DEAD, x, *pnotes);
11817 move_deaths (SET_SRC (x), maybe_kill_insn, from_cuid, to_insn, pnotes);
11833 move_deaths (dest, maybe_kill_insn, from_cuid, to_insn, pnotes);
11848 to_insn, pnotes);
9306 recog_for_combine(rtx *pnewpat, rtx insn, rtx *pnotes) argument
11660 move_deaths(rtx x, rtx maybe_kill_insn, int from_cuid, rtx to_insn, rtx *pnotes) argument
11770 move_deaths (SET_SRC (x), maybe_kill_insn, from_cuid, to_insn, pnotes); local
11818 to_insn, pnotes); local
11821 move_deaths (XEXP (x, i), maybe_kill_insn, from_cuid, to_insn, pnotes); local
[all...]

Completed in 147 milliseconds