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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dlayout.h782 create_note(const char* name, int note_type, const char* section_name,
H A Dlayout.cc2035 Layout::create_note(const char* name, int note_type, argument
2074 elfcpp::Swap<32, false>::writeval(buffer + 8, note_type);
2080 elfcpp::Swap<32, true>::writeval(buffer + 8, note_type);
2089 elfcpp::Swap<64, false>::writeval(buffer + 16, note_type);
2095 elfcpp::Swap<64, true>::writeval(buffer + 16, note_type);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dhaifa-sched.c1651 enum insn_note note_type = INTVAL (XEXP (note, 0));
1653 last = emit_note_before (note_type, last);
1647 enum insn_note note_type = INTVAL (XEXP (note, 0)); local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-ppc.c1911 ppc_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type, ...)
1913 switch (note_type)
1923 va_start (ap, note_type);
1929 "CORE", note_type, data, sizeof (data));
1940 va_start (ap, note_type);
1951 "CORE", note_type, data, sizeof (data));
1908 ppc_elf_write_core_note(bfd *abfd, char *buf, int *bufsiz, int note_type, ...) argument
H A Delf-bfd.h1110 (bfd *abfd, char *buf, int *bufsiz, int note_type, ...);
H A Delf.c8840 int note_type = NT_PSINFO;
8843 int note_type = NT_PRPSINFO;
8850 note_name, note_type, &data, sizeof (data));
8857 int note_type = NT_PSINFO;
8860 int note_type = NT_PRPSINFO;
8867 note_name, note_type, &data, sizeof (data));
8835 int note_type = NT_PSINFO; local
8852 int note_type = NT_PSINFO; local
H A Delf64-ppc.c2686 ppc64_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type,
2689 switch (note_type)
2699 va_start (ap, note_type);
2705 "CORE", note_type, data, sizeof (data));
2716 va_start (ap, note_type);
2727 "CORE", note_type, data, sizeof (data));
2684 ppc64_elf_write_core_note(bfd *abfd, char *buf, int *bufsiz, int note_type, ...) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-ppc.c1909 ppc_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type, ...)
1911 switch (note_type)
1921 va_start (ap, note_type);
1927 "CORE", note_type, data, sizeof (data));
1938 va_start (ap, note_type);
1949 "CORE", note_type, data, sizeof (data));
1906 ppc_elf_write_core_note(bfd *abfd, char *buf, int *bufsiz, int note_type, ...) argument
H A Delf-bfd.h1117 (bfd *abfd, char *buf, int *bufsiz, int note_type, ...);
H A Delf.c8833 int note_type = NT_PSINFO;
8836 int note_type = NT_PRPSINFO;
8843 note_name, note_type, &data, sizeof (data));
8850 int note_type = NT_PSINFO;
8853 int note_type = NT_PRPSINFO;
8860 note_name, note_type, &data, sizeof (data));
8828 int note_type = NT_PSINFO; local
8845 int note_type = NT_PSINFO; local
H A Delf64-ppc.c2684 ppc64_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type,
2687 switch (note_type)
2697 va_start (ap, note_type);
2703 "CORE", note_type, data, sizeof (data));
2714 va_start (ap, note_type);
2725 "CORE", note_type, data, sizeof (data));
2682 ppc64_elf_write_core_note(bfd *abfd, char *buf, int *bufsiz, int note_type, ...) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Ddf-problems.c3189 df_set_note (enum reg_note note_type, rtx insn, rtx old, rtx reg)
3214 add_reg_note (insn, note_type, reg);
3182 df_set_note(enum reg_note note_type, rtx insn, rtx old, rtx reg) argument
H A Dhaifa-sched.c2285 enum insn_note note_type = (enum insn_note) INTVAL (XEXP (note, 0));
2287 last = emit_note_before (note_type, last);
2280 enum insn_note note_type = (enum insn_note) INTVAL (XEXP (note, 0)); local

Completed in 505 milliseconds