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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c1852 ppc_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type, ...)
1854 switch (note_type)
1864 va_start (ap, note_type);
1870 "CORE", note_type, data, sizeof (data));
1881 va_start (ap, note_type);
1892 "CORE", note_type, data, sizeof (data));
1849 ppc_elf_write_core_note(bfd *abfd, char *buf, int *bufsiz, int note_type, ...) argument
H A Delf.c8327 int note_type = NT_PSINFO;
8330 int note_type = NT_PRPSINFO;
8337 note_name, note_type, &data, sizeof (data));
8344 int note_type = NT_PSINFO;
8347 int note_type = NT_PRPSINFO;
8354 note_name, note_type, &data, sizeof (data));
8319 int note_type = NT_PSINFO; local
8336 int note_type = NT_PSINFO; local
H A Delf-bfd.h957 (bfd *abfd, char *buf, int *bufsiz, int note_type, ...);
H A Delf64-ppc.c2510 ppc64_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type,
2513 switch (note_type)
2523 va_start (ap, note_type);
2529 "CORE", note_type, data, sizeof (data));
2540 va_start (ap, note_type);
2551 "CORE", note_type, data, sizeof (data));
2508 ppc64_elf_write_core_note(bfd *abfd, char *buf, int *bufsiz, int note_type, ...) argument
/freebsd-10.0-release/contrib/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 354 milliseconds