| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 479 ELFNote note = ELFNote(); in parseSegment() local 499 for (const auto ¬e : notes) { in parseFreeBSDNotes() local 513 switch (note.info.n_type) { in parseFreeBSDNotes() 528 m_auxv = DataExtractor(note.data, 4, note.data.GetByteSize() - 4); in parseFreeBSDNotes() 552 switch (note.info.n_type) { in parseNetBSDNotes() 557 m_auxv = note.data; in parseNetBSDNotes() 586 switch (note.info.n_type) { in parseOpenBSDNotes() 591 m_auxv = note.data; in parseOpenBSDNotes() 628 if (note.info.n_name != "CORE" && note.info.n_name != "LINUX") in parseLinuxNotes() 641 switch (note.info.n_type) { in parseLinuxNotes() [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | local-alloc.c | 482 rtx note; in validate_equiv_mem() local 511 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in validate_equiv_mem() 820 rtx note; in update_equiv_regs() local 828 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in update_equiv_regs() 830 no_equiv (XEXP (note, 0), note, NULL); in update_equiv_regs() 859 if (note) in update_equiv_regs() 914 if (note && GET_CODE (XEXP (note, 0)) == EXPR_LIST) in update_equiv_regs() 918 && (! note in update_equiv_regs() 933 if (note && ! rtx_varies_p (XEXP (note, 0), 0)) in update_equiv_regs() 959 if (note) in update_equiv_regs() [all …]
|
| H A D | jump.c | 215 rtx note, next; in init_label_info() local 217 for (note = REG_NOTES (insn); note; note = next) in init_label_info() 219 next = XEXP (note, 1); in init_label_info() 1224 rtx reg = XEXP (note, 0); in delete_prior_computation() 1349 rtx note, next; in delete_computation() local 1375 for (note = REG_NOTES (insn); note; note = next) in delete_computation() 1377 next = XEXP (note, 1); in delete_computation() 1402 rtx note; in delete_related_insns() local 1472 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in delete_related_insns() 1673 rtx note; in redirect_jump_2() local [all …]
|
| H A D | gcse.c | 1688 rtx note; in hash_scan_set() local 1727 && (note == NULL_RTX || ! MEM_P (XEXP (note, 0)))) in hash_scan_set() 2665 if (note != 0 && REG_NOTE_KIND (note) == REG_EQUAL) in try_replace_reg() 2692 if (note && REG_NOTE_KIND (note) == REG_EQUAL && REG_P (XEXP (note, 0))) in try_replace_reg() 2779 if (note) in cprop_jump() 2913 rtx note; in cprop_insn() local 2924 if (note) in cprop_insn() 3534 if (note) in bypass_block() 4378 rtx note; in gcse_emit_move_after() local 5973 note = XEXP (note, 0); in store_killed_in_insn() [all …]
|
| H A D | haifa-sched.c | 1475 line = note; in restore_line_notes() 1924 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in reemit_notes() 1945 rtx note; in move_insn() local 1979 while (NOTE_NOT_BB_P (note) && note != nt) in move_insn() 1980 note = NEXT_INSN (note); in move_insn() 1982 if (note != nt in move_insn() 1985 note = NEXT_INSN (note); in move_insn() 1990 note = insn; in move_insn() 4547 rtx note; in bb_note() local 4551 note = NEXT_INSN (note); in bb_note() [all …]
|
| H A D | cfgrtl.c | 109 rtx note; in delete_insn() local 997 rtx note; in force_nonfallthru_and_redirect() local 1008 rtx note; in force_nonfallthru_and_redirect() local 1016 if (note) in force_nonfallthru_and_redirect() 1087 note = NEXT_INSN (note); in force_nonfallthru_and_redirect() 1699 rtx note; in update_br_prob_note() local 1816 rtx note; in rtl_verify_flow_info_1() local 2175 rtx note; in purge_dead_edges() local 2190 if (note) in purge_dead_edges() 2260 if (!note) in purge_dead_edges() [all …]
|
| H A D | predict.c | 158 rtx note; in rtl_predicted_by_p() local 161 for (note = REG_NOTES (BB_END (bb)); note; note = XEXP (note, 1)) in rtl_predicted_by_p() 162 if (REG_NOTE_KIND (note) == REG_BR_PRED in rtl_predicted_by_p() 214 br_prob_note_reliable_p (rtx note) in br_prob_note_reliable_p() argument 336 rtx note; in invert_br_probabilities() local 338 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in invert_br_probabilities() 339 if (REG_NOTE_KIND (note) == REG_BR_PROB) in invert_br_probabilities() 340 XEXP (note, 0) = GEN_INT (REG_BR_PROB_BASE - INTVAL (XEXP (note, 0))); in invert_br_probabilities() 342 XEXP (XEXP (note, 0), 1) in invert_br_probabilities() 408 rtx note; in combine_predictions_for_insn() local [all …]
|
| H A D | emit-rtl.c | 3039 if (note) in next_cc0_user() 3060 if (note) in prev_cc0_setter() 3189 for (note = REG_NOTES (trial); note; note = XEXP (note, 1)) in try_split() 3886 return note; in emit_note_before() 4101 return note; in emit_note_after() 4109 rtx note; in emit_note_copy_after() local 4123 return note; in emit_note_copy_after() 4473 rtx note; in emit_line_note() local 4507 rtx note; in emit_note_copy() local 4532 rtx note; in emit_note() local [all …]
|
| H A D | regrename.c | 126 rtx note; in clear_dead_regs() local 127 for (note = notes; note; note = XEXP (note, 1)) in clear_dead_regs() 128 if (REG_NOTE_KIND (note) == kind && REG_P (XEXP (note, 0))) in clear_dead_regs() 130 rtx reg = XEXP (note, 0); in clear_dead_regs() 755 rtx note; in build_def_use() local 887 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use() 888 if (REG_NOTE_KIND (note) == REG_INC in build_def_use() 894 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use() 895 if (REG_NOTE_KIND (note) == REG_DEAD) in build_def_use() 972 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use() [all …]
|
| H A D | reg-stack.c | 962 rtx note; in move_for_stack_reg() local 973 if (note) in move_for_stack_reg() 1044 if (note) in move_for_stack_reg() 1348 rtx note; in subst_stack_regs_pat() local 1364 if (note) in subst_stack_regs_pat() 1381 if (!note) in subst_stack_regs_pat() 1955 rtx note; in subst_asm_stack_regs() local 1987 for (i = 0, note = REG_NOTES (insn); note; note = XEXP (note, 1)) in subst_asm_stack_regs() 1995 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in subst_asm_stack_regs() 2311 for (note = *note_link; note; note = XEXP (note, 1)) in subst_stack_regs() [all …]
|
| H A D | reg-notes.def | 1 /* Register note definitions. 36 this insn). If REG is set in this insn, the REG_DEAD note may, 49 REG_EQUIV note may also appear on an insn which copies a register 60 reg for return values. This note is actually an INSN_LIST and it 67 call and points at the one that has the REG_RETVAL. This note is 79 note and the destination of this insn. */ 96 CODE_LABEL contained in the REG_LABEL note is used by the insn. 97 This note is an INSN_LIST. */ 122 that added the note, second specifies the predicted hitrate of 123 branch in the same format as REG_BR_PROB note uses. */ [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | osabi.c | 364 check_note (bfd *abfd, asection *sect, const char *note, in check_note() argument 383 if (bfd_h_get_32 (abfd, note) != (strlen (name) + 1) in check_note() 384 || strcmp (note + 12, name) != 0) in check_note() 388 rdescsz = bfd_h_get_32 (abfd, note + 4); in check_note() 400 if (bfd_h_get_32 (abfd, note + 8) != type) in check_note() 414 char *note; in generic_elf_osabi_sniff_abi_tag_sections() local 423 note = alloca (sectsize); in generic_elf_osabi_sniff_abi_tag_sections() 424 bfd_get_section_contents (abfd, sect, note, 0, sectsize); in generic_elf_osabi_sniff_abi_tag_sections() 430 if (check_note (abfd, sect, note, "GNU", 16, NT_GNU_ABI_TAG)) in generic_elf_osabi_sniff_abi_tag_sections() 432 unsigned int abi_tag = bfd_h_get_32 (abfd, note + 16); in generic_elf_osabi_sniff_abi_tag_sections() [all …]
|
| /freebsd-12.1/sys/dev/beri/virtio/ |
| H A D | virtio_mmio_platform.c | 175 int note; in platform_note() local 183 note = Q_NOTIFY; in platform_note() 185 note = Q_NOTIFY1; in platform_note() 187 note = 0; in platform_note() 190 note = Q_PFN; in platform_note() 193 note = Q_SEL; in platform_note() 196 note = 0; in platform_note() 199 if (note) { in platform_note() 205 PIO_SET(sc->pio_send, note, 1); in platform_note()
|
| /freebsd-12.1/share/examples/diskless/ |
| H A D | README.TEMPLATING | 84 /kernel* ( note 2 ) 85 /dev ( note 3 ) 86 /var ( note 4 ) 87 /home ( note 4 ) 91 /usr/home ( note 4 ) 92 /usr/crash ( note 5 ) 93 /usr/obj ( note 5 ) 94 /usr/ports ( note 5 ) 95 /usr/src ( note 5 ) 96 /usr/local/crack ( note 5 ) [all …]
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_vdso.lds.s | 20 .note : { *(.note.*) } :text :note 49 note PT_NOTE FLAGS(4); /* PF_R */
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_vdso.lds.s | 21 .note : { *(.note.*) } :text :note 50 note PT_NOTE FLAGS(4); /* PF_R */
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_vdso.lds.s | 21 .note : { *(.note.*) } :text :note 50 note PT_NOTE FLAGS(4); /* PF_R */
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf32-sparc.c | 34 elf32_sparc_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) in elf32_sparc_grok_psinfo() argument 36 switch (note->descsz) in elf32_sparc_grok_psinfo() 43 = _bfd_elfcore_strndup (abfd, note->descdata + 84, 16); in elf32_sparc_grok_psinfo() 45 = _bfd_elfcore_strndup (abfd, note->descdata + 100, 80); in elf32_sparc_grok_psinfo() 50 = _bfd_elfcore_strndup (abfd, note->descdata + 88, 16); in elf32_sparc_grok_psinfo() 52 = _bfd_elfcore_strndup (abfd, note->descdata + 104, 80); in elf32_sparc_grok_psinfo()
|
| /freebsd-12.1/sys/compat/cloudabi/ |
| H A D | cloudabi_vdso.lds | 20 .note : { *(.note.*) } :text :note 49 note PT_NOTE FLAGS(4); /* PF_R */
|
| /freebsd-12.1/contrib/libxo/tests/gettext/saved/ |
| H A D | gt_01.HP.out | 25 <div class="note">yebay</div> 30 <div class="note">yesbay</div> 35 <div class="note">yezbay</div> 40 <div class="note">yezbay</div> 45 <div class="note">yezbay</div> 56 <div class="note">ldb2</div> 69 <div class="note">yezbay</div> 82 <div class="note">ldb2</div> 95 <div class="note">arzlevanezmay</div>
|
| H A D | gt_01.H.out | 1 …note">yebay</div></div><div class="line"><div class="data" data-tag="bytes">1</div><div class="pad…
|
| H A D | gt_01.HIPx.out | 25 <div class="note">yebay</div> 30 <div class="note">yesbay</div> 35 <div class="note">yezbay</div> 40 <div class="note">yezbay</div> 45 <div class="note">yezbay</div> 56 <div class="note">ldb2</div> 69 <div class="note">yezbay</div> 82 <div class="note">ldb2</div> 95 <div class="note">arzlevanezmay</div>
|
| /freebsd-12.1/tools/regression/netinet/ipdivert/ |
| H A D | ipdivert.c | 59 fail(const char *test, const char *note) in fail() argument 62 fprintf(stderr, "%s - %s: FAIL (%s)\n", test, note, strerror(errno)); in fail() 67 failx(const char *test, const char *note) in failx() argument 70 fprintf(stderr, "%s - %s: FAIL\n", test, note); in failx()
|
| /freebsd-12.1/sys/kern/ |
| H A D | imgact_elf.c | 186 p = (uintptr_t)(note + 1); in __elfN() 211 p = (uintptr_t)(note + 1); in kfreebsd_trans_osrel() 1987 Elf_Note *note; in __elfN() local 1995 note->n_descsz = size; in __elfN() 1996 note->n_type = type; in __elfN() 1997 buf += sizeof(*note); in __elfN() 2016 Elf_Note note; in __elfN() local 2029 sbuf_bcat(sb, ¬e, sizeof(note)); in __elfN() 2033 if (note.n_descsz == 0) in __elfN() 2568 for (i = 0; i < 100 && note >= note0 && note < note_end; i++) { in __elfN() [all …]
|
| /freebsd-12.1/contrib/dtc/Documentation/ |
| H A D | dtc-paper.bib | 18 note = "Revision 2.1", 27 note = "v0.1, \url{http://ozlabs.org/pipermail/linuxppc64-dev/2005-May/004073.html}", 35 note = "v0.5, \url{http://ozlabs.org/pipermail/linuxppc64-dev/2005-December/006994.html}", 42 note = "\url{http://ozlabs.org/~dgibson/dtc/dtc.git}",
|