Searched refs:note_type (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c1722 enum insn_note note_type = INTVAL (XEXP (note, 0));
1724 last = emit_note_before (note_type, last);
1727 if (note_type == NOTE_INSN_EH_REGION_BEG
1728 || note_type == NOTE_INSN_EH_REGION_END)
1718 enum insn_note note_type = INTVAL (XEXP (note, 0)); local
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c7295 int note_type;
7300 note_type = NT_PSINFO;
7303 note_type = NT_PRPSINFO;
7310 note_name, note_type, &data, sizeof (data));
7287 int note_type; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c8328 int note_type;
8333 note_type = NT_PSINFO;
8336 note_type = NT_PRPSINFO;
8343 note_name, note_type, &data, sizeof (data));
8320 int note_type; local
/openbsd-current/gnu/gcc/gcc/
H A Dhaifa-sched.c1932 enum insn_note note_type = INTVAL (XEXP (note, 0));
1934 last = emit_note_before (note_type, last);
1928 enum insn_note note_type = INTVAL (XEXP (note, 0)); local

Completed in 319 milliseconds