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

/freebsd-10-stable/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-10-stable/sys/kern/
H A Dimgact_elf.c2206 int32_t *osrel, const Elf_Phdr *pnote)
2215 if (pnote == NULL || pnote->p_filesz > PAGE_SIZE)
2218 if (pnote->p_offset > PAGE_SIZE ||
2219 pnote->p_filesz > PAGE_SIZE - pnote->p_offset) {
2221 buf = malloc(pnote->p_filesz, M_TEMP, M_WAITOK);
2223 error = vn_rdwr(UIO_READ, imgp->vp, buf, pnote->p_filesz,
2224 pnote->p_offset, UIO_SYSSPACE, IO_NODELOCKED,
2232 note_end = (const Elf_Note *)(buf + pnote
2205 parse_notes(struct image_params *imgp, Elf_Brandnote *checknote, int32_t *osrel, const Elf_Phdr *pnote) argument
[all...]
/freebsd-10-stable/contrib/tcsh/
H A Dsh.decls.h362 extern void pnote (void);
H A Dsh.c2026 pnote();
H A Dsh.proc.c428 pnote(void) function
/freebsd-10-stable/contrib/binutils/binutils/
H A Dreadelf.c9272 process_note (Elf_Internal_Note *pnote)
9276 if (pnote->namesz == 0)
9279 nt = get_note_type (pnote->type);
9281 else if (const_strneq (pnote->namedata, "FreeBSD"))
9283 nt = get_freebsd_note_type (pnote->type);
9285 else if (const_strneq (pnote->namedata, "GNU"))
9287 nt = get_gnu_note_type (pnote->type);
9289 else if (const_strneq (pnote->namedata, "NetBSD-CORE"))
9291 nt = get_netbsd_elfcore_note_type (pnote->type);
9296 nt = get_note_type (pnote
9269 process_note(Elf_Internal_Note *pnote) argument
[all...]

Completed in 158 milliseconds