/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | footnote.c | 93 char *note; member 102 remember_note (char *marker, char *note) in remember_note() argument 107 temp->note = xstrdup (note); in remember_note() 123 free (temp->note); in free_pending_notes() 141 char *note; in cm_footnote() local 182 note = xmalloc (len + 1); in cm_footnote() 183 memcpy (note, &input_text[input_text_offset], len); in cm_footnote() 184 note[len] = 0; in cm_footnote() 195 me_execute_string_keep_state (note, "}"); in cm_footnote() 202 free (note); in cm_footnote() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | location-example.txt | 191 test.c:7:11: note: expansion point is location 287555 197 test.c:7:17: note: token 0 has x-location == 287744 200 test.c:7:17: note: token 0 has y-location == 263200 203 test.h:3:22: note: token 1 has x-location == y-location == 263264 207 test.c:7:19: note: token 2 has x-location == 287808 210 test.c:7:19: note: token 2 has y-location == 263328 212 cc1: note: token 3 has x-location == y-location == 0 214 cc1: note: token 4 has x-location == y-location == 0 216 cc1: note: token 5 has x-location == y-location == 0 218 cc1: note: token 6 has x-location == y-location == 0 [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | location-example.txt | 191 test.c:7:11: note: expansion point is location 287555 197 test.c:7:17: note: token 0 has x-location == 287744 200 test.c:7:17: note: token 0 has y-location == 263200 203 test.h:3:22: note: token 1 has x-location == y-location == 263264 207 test.c:7:19: note: token 2 has x-location == 287808 210 test.c:7:19: note: token 2 has y-location == 263328 212 cc1: note: token 3 has x-location == y-location == 0 214 cc1: note: token 4 has x-location == y-location == 0 216 cc1: note: token 5 has x-location == y-location == 0 218 cc1: note: token 6 has x-location == y-location == 0 [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf.c | 9706 elfcore_make_auxv_note_section (bfd *abfd, Elf_Internal_Note *note, in elfcore_make_auxv_note_section() argument 9715 sect->size = note->descsz - offs; in elfcore_make_auxv_note_section() 9716 sect->filepos = note->descpos + offs; in elfcore_make_auxv_note_section() 9731 elfcore_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in elfcore_grok_prstatus() argument 9736 if (note->descsz == sizeof (prstatus_t)) in elfcore_grok_prstatus() 9742 memcpy (&prstat, note->descdata, sizeof (prstat)); in elfcore_grok_prstatus() 9764 else if (note->descsz == sizeof (prstatus32_t)) in elfcore_grok_prstatus() 9771 memcpy (&prstat, note->descdata, sizeof (prstat)); in elfcore_grok_prstatus() 9802 size, note->descpos + offset); in elfcore_grok_prstatus() 9810 Elf_Internal_Note *note) in elfcore_make_note_pseudosection() argument [all …]
|
H A D | elf32-am33lin.c | 42 elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in elf32_am33lin_grok_prstatus() argument 47 switch (note->descsz) in elf32_am33lin_grok_prstatus() 55 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); in elf32_am33lin_grok_prstatus() 58 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24); in elf32_am33lin_grok_prstatus() 69 note->descpos + offset); in elf32_am33lin_grok_prstatus() 73 elf32_am33lin_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in elf32_am33lin_grok_psinfo() argument 75 switch (note->descsz) in elf32_am33lin_grok_psinfo() 82 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); in elf32_am33lin_grok_psinfo() 84 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80); in elf32_am33lin_grok_psinfo()
|
H A D | elf32-tilegx.c | 32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in tilegx_elf_grok_prstatus() argument 37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF) in tilegx_elf_grok_prstatus() 42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG); in tilegx_elf_grok_prstatus() 46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID); in tilegx_elf_grok_prstatus() 54 size, note->descpos + offset); in tilegx_elf_grok_prstatus() 58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in tilegx_elf_grok_psinfo() argument 60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF) in tilegx_elf_grok_psinfo() 64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16); in tilegx_elf_grok_psinfo() 66 …= _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZ… in tilegx_elf_grok_psinfo()
|
H A D | elf64-tilegx.c | 32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in tilegx_elf_grok_prstatus() argument 37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF) in tilegx_elf_grok_prstatus() 42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG); in tilegx_elf_grok_prstatus() 46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID); in tilegx_elf_grok_prstatus() 54 size, note->descpos + offset); in tilegx_elf_grok_prstatus() 58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in tilegx_elf_grok_psinfo() argument 60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF) in tilegx_elf_grok_psinfo() 64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16); in tilegx_elf_grok_psinfo() 66 …= _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZ… in tilegx_elf_grok_psinfo()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-am33lin.c | 42 elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in elf32_am33lin_grok_prstatus() argument 47 switch (note->descsz) in elf32_am33lin_grok_prstatus() 55 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); in elf32_am33lin_grok_prstatus() 58 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 24); in elf32_am33lin_grok_prstatus() 69 note->descpos + offset); in elf32_am33lin_grok_prstatus() 73 elf32_am33lin_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in elf32_am33lin_grok_psinfo() argument 75 switch (note->descsz) in elf32_am33lin_grok_psinfo() 82 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16); in elf32_am33lin_grok_psinfo() 84 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80); in elf32_am33lin_grok_psinfo()
|
H A D | elf.c | 10406 elfcore_make_auxv_note_section (bfd *abfd, Elf_Internal_Note *note, in elfcore_make_auxv_note_section() argument 10415 sect->size = note->descsz - offs; in elfcore_make_auxv_note_section() 10416 sect->filepos = note->descpos + offs; in elfcore_make_auxv_note_section() 10431 elfcore_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in elfcore_grok_prstatus() argument 10436 if (note->descsz == sizeof (prstatus_t)) in elfcore_grok_prstatus() 10442 memcpy (&prstat, note->descdata, sizeof (prstat)); in elfcore_grok_prstatus() 10464 else if (note->descsz == sizeof (prstatus32_t)) in elfcore_grok_prstatus() 10471 memcpy (&prstat, note->descdata, sizeof (prstat)); in elfcore_grok_prstatus() 10502 size, note->descpos + offset); in elfcore_grok_prstatus() 10510 Elf_Internal_Note *note) in elfcore_make_note_pseudosection() argument [all …]
|
H A D | elf64-tilegx.c | 32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in tilegx_elf_grok_prstatus() argument 37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF) in tilegx_elf_grok_prstatus() 42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG); in tilegx_elf_grok_prstatus() 46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID); in tilegx_elf_grok_prstatus() 54 size, note->descpos + offset); in tilegx_elf_grok_prstatus() 58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in tilegx_elf_grok_psinfo() argument 60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF) in tilegx_elf_grok_psinfo() 64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16); in tilegx_elf_grok_psinfo() 66 …= _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZ… in tilegx_elf_grok_psinfo()
|
H A D | elf32-tilegx.c | 32 tilegx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in tilegx_elf_grok_prstatus() argument 37 if (note->descsz != TILEGX_PRSTATUS_SIZEOF) in tilegx_elf_grok_prstatus() 42 bfd_get_16 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_CURSIG); in tilegx_elf_grok_prstatus() 46 bfd_get_32 (abfd, note->descdata + TILEGX_PRSTATUS_OFFSET_PR_PID); in tilegx_elf_grok_prstatus() 54 size, note->descpos + offset); in tilegx_elf_grok_prstatus() 58 tilegx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in tilegx_elf_grok_psinfo() argument 60 if (note->descsz != TILEGX_PRPSINFO_SIZEOF) in tilegx_elf_grok_psinfo() 64 = _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_FNAME, 16); in tilegx_elf_grok_psinfo() 66 …= _bfd_elfcore_strndup (abfd, note->descdata + TILEGX_PRPSINFO_OFFSET_PR_PSARGS, ELF_PR_PSARGS_SIZ… in tilegx_elf_grok_psinfo()
|
H A D | elfxx-kvx.c | 153 _bfd_kvx_elf_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) in _bfd_kvx_elf_grok_prstatus() argument 158 switch (note->descsz) in _bfd_kvx_elf_grok_prstatus() 162 elf_tdata (abfd)->core->signal = bfd_get_16 (abfd, note->descdata + 12); in _bfd_kvx_elf_grok_prstatus() 165 elf_tdata (abfd)->core->lwpid = bfd_get_32 (abfd, note->descdata + 32); in _bfd_kvx_elf_grok_prstatus() 178 note->descpos + offset); in _bfd_kvx_elf_grok_prstatus() 182 _bfd_kvx_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in _bfd_kvx_elf_grok_psinfo() argument 184 switch (note->descsz) in _bfd_kvx_elf_grok_psinfo() 187 elf_tdata (abfd)->core->pid = bfd_get_32 (abfd, note->descdata + 24); in _bfd_kvx_elf_grok_psinfo() 189 = _bfd_elfcore_strndup (abfd, note->descdata + 40, 16); in _bfd_kvx_elf_grok_psinfo() 191 = _bfd_elfcore_strndup (abfd, note->descdata + 56, 80); in _bfd_kvx_elf_grok_psinfo()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
H A D | 01-test_symbol_presence.t | 36 note 69 note "Number of lines in \@nm_lines before massaging: ", scalar @nm_lines; 70 note "Number of lines in \@def_lines before massaging: ", scalar @def_lines; 81 note "Common symbol: $_"; 116 note "Number of lines in \@nm_lines after massaging: ", scalar @nm_lines; 117 note "Number of lines in \@def_lines after massaging: ", scalar @def_lines; 143 note "The following symbols are missing in ${shlibname}:"; 145 note " $_"; 149 note "The following symbols are extra in ${shlibname}:"; 151 note " $_";
|
H A D | 70-test_sslvertol.t | 40 note("Checking enabled protocol $_"); 45 note("'$1', '$2', '$3' => $versionname"); 48 note("'$1', '$2' => $versionname"); 53 note("TLS versions we can expect: ", join(", ", @available_tls_versions)); 70 ok((note("Record version received: ".$record->version()), 88 ok((note("Record version received: ".$record->version()), 102 ok((note("Record version received: ".
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
H A D | 01-test_symbol_presence.t | 25 note 56 note "Number of lines in \@nm_lines before massaging: ", scalar @nm_lines; 57 note "Number of lines in \@def_lines before massaging: ", scalar @def_lines; 85 note "Number of lines in \@nm_lines after massaging: ", scalar @nm_lines; 86 note "Number of lines in \@def_lines after massaging: ", scalar @def_lines; 112 note "The following symbols are missing in lib$libname.so:"; 114 note " $_"; 118 note "The following symbols are extra in lib$libname.so:"; 120 note " $_";
|
H A D | 70-test_sslvertol.t | 40 note("Checking enabled protocol $_"); 45 note("'$1', '$2', '$3' => $versionname"); 48 note("'$1', '$2' => $versionname"); 53 note("TLS versions we can expect: ", join(", ", @available_tls_versions)); 70 ok((note("Record version received: ".$record->version()), 88 ok((note("Record version received: ".$record->version()), 102 ok((note("Record version received: ".
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | ofwmagic.S | 36 .section ".note","",@note 38 # note header 43 # note descriptor size 46 # note type (IEEE 1275) 54 # note descriptor 71 # second note is for IBM LPARs 74 # note descriptor size 76 # note type
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_globals.cpp | 58 const char *note = reinterpret_cast<const char *>(base + phdr[i].p_vaddr); in HwasanGlobalsFor() local 59 const char *nend = note + phdr[i].p_memsz; in HwasanGlobalsFor() 62 while (note < nend) { in HwasanGlobalsFor() 63 auto *nhdr = reinterpret_cast<const ElfW(Nhdr) *>(note); in HwasanGlobalsFor() 64 const char *name = note + sizeof(ElfW(Nhdr)); in HwasanGlobalsFor() 70 note = desc + RoundUpTo(nhdr->n_descsz, 4); in HwasanGlobalsFor() 80 note + global_note->begin_relptr); in HwasanGlobalsFor() 82 note + global_note->end_relptr); in HwasanGlobalsFor()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cprop.cc | 292 rtx note = find_reg_equal_equiv_note (insn); in hash_scan_set() local 293 if (note != 0 in hash_scan_set() 294 && REG_NOTE_KIND (note) == REG_EQUAL in hash_scan_set() 296 && cprop_constant_p (XEXP (note, 0))) in hash_scan_set() 297 src = XEXP (note, 0), set = gen_rtx_SET (dest, src); in hash_scan_set() 731 rtx note = find_reg_equal_equiv_note (insn); in try_replace_reg() local 742 || (note != 0 in try_replace_reg() 743 && REG_NOTE_KIND (note) == REG_EQUAL in try_replace_reg() 744 && (GET_CODE (XEXP (note, 0)) == CONST in try_replace_reg() 745 || CONSTANT_P (XEXP (note, 0))))) in try_replace_reg() [all …]
|
H A D | fwprop.cc | 369 rtx note, rtx dest, rtx src, bool require_constant) in try_fwprop_subst_note() argument 376 if (!prop.apply_to_rvalue (&XEXP (note, 0))) in try_fwprop_subst_note() 416 print_inline_rtx (dump_file, note, 2); in try_fwprop_subst_note() 419 print_inline_rtx (dump_file, note, 2); in try_fwprop_subst_note() 525 while (rtx note = *note_ptr) in try_fwprop_subst_pattern() local 527 if ((REG_NOTE_KIND (note) == REG_EQUAL in try_fwprop_subst_pattern() 528 || REG_NOTE_KIND (note) == REG_EQUIV) in try_fwprop_subst_pattern() 529 && try_fwprop_subst_note (use_insn, def, note, dest, src, false) < 0) in try_fwprop_subst_pattern() 531 *note_ptr = XEXP (note, 1); in try_fwprop_subst_pattern() 532 free_EXPR_LIST_node (note); in try_fwprop_subst_pattern() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cprop.c | 291 rtx note = find_reg_equal_equiv_note (insn); in hash_scan_set() local 292 if (note != 0 in hash_scan_set() 293 && REG_NOTE_KIND (note) == REG_EQUAL in hash_scan_set() 295 && cprop_constant_p (XEXP (note, 0))) in hash_scan_set() 296 src = XEXP (note, 0), set = gen_rtx_SET (dest, src); in hash_scan_set() 730 rtx note = find_reg_equal_equiv_note (insn); in try_replace_reg() local 741 || (note != 0 in try_replace_reg() 742 && REG_NOTE_KIND (note) == REG_EQUAL in try_replace_reg() 743 && (GET_CODE (XEXP (note, 0)) == CONST in try_replace_reg() 744 || CONSTANT_P (XEXP (note, 0))))) in try_replace_reg() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | nto.em | 54 einfo (_("%F%P: cannot create .note section in stub BFD.\n")); 60 note_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd, ".note", flags); 63 einfo (_("%F%P: failed to create .note section\n")); 83 /* Lookup for a section holding a QNX note or create a new section. */ 95 /* QNX notes are held under a note section simply named ".note". */ 96 sec = bfd_get_section_by_name (abfd, ".note"); 100 /* Verify that this is a QNX note of the expected type. */ 104 einfo (_("%F%P: %pB: can't read contents of section .note: %E\n"), 114 einfo (_("%P: %pB: warning: duplicated QNX stack .note detected\n"), 118 einfo (_("%P: %pB: warning: duplicated QNX stack .note detected\n"), [all …]
|
/netbsd-src/external/bsd/tmux/dist/ |
H A D | cmd-list-keys.c | 71 bd->note == NULL || in cmd_list_keys_get_width() 72 *bd->note == '\0') { in cmd_list_keys_get_width() 93 char *tmp, *note; in cmd_list_keys_print_notes() local 103 ((bd->note == NULL || *bd->note == '\0') && in cmd_list_keys_print_notes() 111 if (bd->note == NULL || *bd->note == '\0') in cmd_list_keys_print_notes() 112 note = cmd_list_print(bd->cmdlist, 1); in cmd_list_keys_print_notes() 114 note = xstrdup(bd->note); in cmd_list_keys_print_notes() 118 note); in cmd_list_keys_print_notes() 120 cmdq_print(item, "%s%s%s", prefix, tmp, note); in cmd_list_keys_print_notes() 122 free(note); in cmd_list_keys_print_notes()
|
/netbsd-src/sys/dev/isa/ |
H A D | cms.c | 105 #define NOTE_TO_OCTAVE(note) (((note)-CMS_FIRST_NOTE)/12) argument 106 #define NOTE_TO_COUNT(note) cms_note_table[(((note)-CMS_FIRST_NOTE)%12)] argument 223 uint32_t note; in cms_on() local 240 note = MIDIPITCH_TO_KEY(mp); in cms_on() 242 if (note < CMS_FIRST_NOTE) in cms_on() 245 octave = NOTE_TO_OCTAVE(note); in cms_on() 246 count = NOTE_TO_COUNT(note); in cms_on()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | objcopy.c | 1971 Elf_Internal_Note note; member 2021 return pnote->note.type == NT_GNU_BUILD_ATTRIBUTE_OPEN; in is_open_note() 2027 return pnote->note.type == NT_GNU_BUILD_ATTRIBUTE_FUNC; in is_func_note() 2033 return pnote->note.type == 0; in is_deleted_note() 2039 return (pnote->note.namesz > 4 in is_version_note() 2040 && pnote->note.namedata[0] == 'G' in is_version_note() 2041 && pnote->note.namedata[1] == 'A' in is_version_note() 2042 && pnote->note.namedata[2] == '$' in is_version_note() 2043 && pnote->note.namedata[3] == GNU_BUILD_ATTRIBUTE_VERSION); in is_version_note() 2066 int cmp = memcmp (pnote1->note.namedata + 3, in compare_gnu_build_notes() [all …]
|