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

/freebsd-9.3-release/contrib/gcc/
H A Dpredict.c407 rtx *pnote; local
423 pnote = &REG_NOTES (insn);
475 while (*pnote)
477 if (REG_NOTE_KIND (*pnote) == REG_BR_PRED)
479 int predictor = INTVAL (XEXP (XEXP (*pnote, 0), 0));
480 int probability = INTVAL (XEXP (XEXP (*pnote, 0), 1));
484 *pnote = XEXP (*pnote, 1);
487 pnote = &XEXP (*pnote,
[all...]
H A Dreload1.c1173 rtx *pnote;
1216 pnote = &REG_NOTES (insn);
1217 while (*pnote != 0)
1219 if (REG_NOTE_KIND (*pnote) == REG_DEAD
1220 || REG_NOTE_KIND (*pnote) == REG_UNUSED
1221 || REG_NOTE_KIND (*pnote) == REG_INC
1222 || REG_NOTE_KIND (*pnote) == REG_RETVAL
1223 || REG_NOTE_KIND (*pnote) == REG_LIBCALL)
1224 *pnote = XEXP (*pnote,
1168 rtx *pnote; local
[all...]
/freebsd-9.3-release/sys/kern/
H A Dimgact_elf.c1975 int32_t *osrel, const Elf_Phdr *pnote)
1981 if (pnote == NULL || pnote->p_offset > PAGE_SIZE ||
1982 pnote->p_filesz > PAGE_SIZE - pnote->p_offset)
1985 note = note0 = (const Elf_Note *)(imgp->image_header + pnote->p_offset);
1987 pnote->p_offset + pnote->p_filesz);
1974 parse_notes(struct image_params *imgp, Elf_Brandnote *checknote, int32_t *osrel, const Elf_Phdr *pnote) argument
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.decls.h357 extern void pnote (void);
H A Dsh.c2005 pnote();
H A Dsh.proc.c425 pnote(void) function
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c9203 process_note (Elf_Internal_Note *pnote)
9207 if (pnote->namesz == 0)
9210 nt = get_note_type (pnote->type);
9212 else if (const_strneq (pnote->namedata, "NetBSD-CORE"))
9214 nt = get_netbsd_elfcore_note_type (pnote->type);
9219 nt = get_note_type (pnote->type);
9222 pnote->namesz ? pnote->namedata : "(NONE)",
9223 pnote->descsz, nt);
9200 process_note(Elf_Internal_Note *pnote) argument

Completed in 106 milliseconds