Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-ppc.c1879 ppc_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type, ...) in ppc_elf_write_core_note() argument
1881 switch (note_type) in ppc_elf_write_core_note()
1891 va_start (ap, note_type); in ppc_elf_write_core_note()
1897 "CORE", note_type, data, sizeof (data)); in ppc_elf_write_core_note()
1908 va_start (ap, note_type); in ppc_elf_write_core_note()
1919 "CORE", note_type, data, sizeof (data)); in ppc_elf_write_core_note()
H A Delf-bfd.h955 (bfd *abfd, char *buf, int *bufsiz, int note_type, ...);
H A Delf.c8319 int note_type = NT_PSINFO; in elfcore_write_prpsinfo() local
8322 int note_type = NT_PRPSINFO; in elfcore_write_prpsinfo()
8329 note_name, note_type, &data, sizeof (data)); in elfcore_write_prpsinfo()
8336 int note_type = NT_PSINFO; in elfcore_write_prpsinfo() local
8339 int note_type = NT_PRPSINFO; in elfcore_write_prpsinfo()
8346 note_name, note_type, &data, sizeof (data)); in elfcore_write_prpsinfo()
H A Delf64-ppc.c2544 ppc64_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type, in ppc64_elf_write_core_note() argument
2547 switch (note_type) in ppc64_elf_write_core_note()
2557 va_start (ap, note_type); in ppc64_elf_write_core_note()
2563 "CORE", note_type, data, sizeof (data)); in ppc64_elf_write_core_note()
2574 va_start (ap, note_type); in ppc64_elf_write_core_note()
2585 "CORE", note_type, data, sizeof (data)); in ppc64_elf_write_core_note()
/freebsd-12.1/contrib/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()
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c345 static const char *note_type(const char *note_name, unsigned int et,
1111 note_type(const char *name, unsigned int et, unsigned int nt) in note_type() function
3664 printf(" %s\n", note_type(name, re->ehdr.e_type, in dump_notes_content()