Searched refs:note_type (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h957 (bfd *abfd, char *buf, int *bufsiz, int note_type, ...);
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 Delf32-ppc.c1882 ppc_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type, ...)
1884 switch (note_type)
1894 va_start (ap, note_type);
1900 "CORE", note_type, data, sizeof (data));
1911 va_start (ap, note_type);
1922 "CORE", note_type, data, sizeof (data));
1879 ppc_elf_write_core_note(bfd *abfd, char *buf, int *bufsiz, int note_type, ...) argument
H A Delf64-ppc.c2546 ppc64_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type,
2549 switch (note_type)
2559 va_start (ap, note_type);
2565 "CORE", note_type, data, sizeof (data));
2576 va_start (ap, note_type);
2587 "CORE", note_type, data, sizeof (data));
2544 ppc64_elf_write_core_note(bfd *abfd, char *buf, int *bufsiz, int note_type, ...) argument
/freebsd-11-stable/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
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c361 static const char *note_type(const char *note_name, unsigned int et,
1131 note_type(const char *name, unsigned int et, unsigned int nt) function
3825 printf(" %s\n", note_type(name, re->ehdr.e_type,

Completed in 282 milliseconds