Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c1718 enum insn_note note_type = INTVAL (XEXP (note, 0)); local
1720 last = emit_note_before (note_type, last);
1723 if (note_type == NOTE_INSN_EH_REGION_BEG
1724 || note_type == NOTE_INSN_EH_REGION_END)
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf.c7287 int note_type; in elfcore_write_prpsinfo() local
7292 note_type = NT_PSINFO; in elfcore_write_prpsinfo()
7295 note_type = NT_PRPSINFO; in elfcore_write_prpsinfo()
7302 note_name, note_type, &data, sizeof (data)); in elfcore_write_prpsinfo()
/openbsd-src/gnu/gcc/gcc/
H A Dhaifa-sched.c1928 enum insn_note note_type = INTVAL (XEXP (note, 0)); in reemit_notes() local
1930 last = emit_note_before (note_type, last); in reemit_notes()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c8320 int note_type; in elfcore_write_prpsinfo() local
8325 note_type = NT_PSINFO; in elfcore_write_prpsinfo()
8328 note_type = NT_PRPSINFO; in elfcore_write_prpsinfo()
8335 note_name, note_type, &data, sizeof (data)); in elfcore_write_prpsinfo()