Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 704) sorted by relevance

12345678910>>...29

/trueos/contrib/texinfo/makeinfo/
HDfootnote.c91 char *note; member
100 remember_note (char *marker, char *note) in remember_note() argument
105 temp->note = xstrdup (note); in remember_note()
121 free (temp->note); in free_pending_notes()
139 char *note; in cm_footnote() local
180 note = xmalloc (len + 1); in cm_footnote()
181 memcpy (note, &input_text[input_text_offset], len); in cm_footnote()
182 note[len] = 0; in cm_footnote()
193 me_execute_string_keep_state (note, "}"); in cm_footnote()
200 free (note); in cm_footnote()
[all …]
/trueos/contrib/gdb/gdb/
HDosabi.c364 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 if (bfd_h_get_32 (abfd, note + 4) != descsz) in check_note()
392 if (bfd_h_get_32 (abfd, note + 8) != type) in check_note()
406 char *note; in generic_elf_osabi_sniff_abi_tag_sections() local
415 note = alloca (sectsize); in generic_elf_osabi_sniff_abi_tag_sections()
416 bfd_get_section_contents (abfd, sect, note, 0, sectsize); in generic_elf_osabi_sniff_abi_tag_sections()
422 if (check_note (abfd, sect, note, "GNU", 16, NT_GNU_ABI_TAG)) in generic_elf_osabi_sniff_abi_tag_sections()
424 unsigned int abi_tag = bfd_h_get_32 (abfd, note + 16); in generic_elf_osabi_sniff_abi_tag_sections()
[all …]
/trueos/contrib/gcc/
HDlocal-alloc.c482 rtx note; in validate_equiv_mem() local
511 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in validate_equiv_mem()
512 if ((REG_NOTE_KIND (note) == REG_INC in validate_equiv_mem()
513 || REG_NOTE_KIND (note) == REG_DEAD) in validate_equiv_mem()
514 && REG_P (XEXP (note, 0)) in validate_equiv_mem()
515 && reg_overlap_mentioned_p (XEXP (note, 0), memref)) 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()
829 if (REG_NOTE_KIND (note) == REG_INC) in update_equiv_regs()
830 no_equiv (XEXP (note, 0), note, NULL); in update_equiv_regs()
[all …]
HDjump.c215 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()
220 if (REG_NOTE_KIND (note) == REG_LABEL in init_label_info()
221 && ! reg_mentioned_p (XEXP (note, 0), PATTERN (insn))) in init_label_info()
222 remove_note (insn, note); in init_label_info()
1221 delete_prior_computation (rtx note, rtx insn) in delete_prior_computation() argument
1224 rtx reg = XEXP (note, 0); in delete_prior_computation()
1326 XEXP (note, 1) = REG_NOTES (our_prev); in delete_prior_computation()
1327 REG_NOTES (our_prev) = note; in delete_prior_computation()
[all …]
HDgcse.c1688 rtx note; in hash_scan_set() local
1702 note = find_reg_equal_equiv_note (insn); in hash_scan_set()
1703 if (note != 0 in hash_scan_set()
1705 ? gcse_constant_p (XEXP (note, 0)) in hash_scan_set()
1706 : want_to_gcse_p (XEXP (note, 0)))) in hash_scan_set()
1707 src = XEXP (note, 0), pat = gen_rtx_SET (VOIDmode, dest, src); in hash_scan_set()
1727 && (note == NULL_RTX || ! MEM_P (XEXP (note, 0)))) in hash_scan_set()
1785 && ((note = find_reg_note (insn, REG_EQUIV, NULL_RTX)) == 0 in hash_scan_set()
1786 || ! MEM_P (XEXP (note, 0)))) in hash_scan_set()
2645 rtx note = find_reg_equal_equiv_note (insn); in try_replace_reg() local
[all …]
HDhaifa-sched.c1436 rtx line, note, prev, new; in restore_line_notes() local
1464 && (note = LINE_NOTE (insn)) != 0 in restore_line_notes()
1465 && note != line in restore_line_notes()
1468 || NOTE_SOURCE_LOCATION (note) != NOTE_SOURCE_LOCATION (line) in restore_line_notes()
1470 || NOTE_LINE_NUMBER (note) != NOTE_LINE_NUMBER (line) in restore_line_notes()
1471 || NOTE_SOURCE_FILE (note) != NOTE_SOURCE_FILE (line) in restore_line_notes()
1475 line = note; in restore_line_notes()
1477 if (LINE_NOTE (note)) in restore_line_notes()
1480 LINE_NOTE (note) = 0; in restore_line_notes()
1481 PREV_INSN (note) = prev; in restore_line_notes()
[all …]
HDcfgrtl.c86 can_delete_note_p (rtx note) in can_delete_note_p() argument
88 return (NOTE_LINE_NUMBER (note) == NOTE_INSN_DELETED in can_delete_note_p()
89 || NOTE_LINE_NUMBER (note) == NOTE_INSN_BASIC_BLOCK); in can_delete_note_p()
109 rtx note; in delete_insn() local
148 while ((note = find_reg_note (insn, REG_LABEL, NULL_RTX)) != NULL_RTX in delete_insn()
149 && LABEL_P (XEXP (note, 0))) in delete_insn()
151 LABEL_NUSES (XEXP (note, 0))--; in delete_insn()
152 remove_note (insn, note); in delete_insn()
997 rtx note; in force_nonfallthru_and_redirect() local
1008 rtx note; in force_nonfallthru_and_redirect() local
[all …]
HDpredict.c158 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()
163 && INTVAL (XEXP (XEXP (note, 0), 0)) == (int)predictor) in rtl_predicted_by_p()
214 br_prob_note_reliable_p (rtx note) in br_prob_note_reliable_p() argument
216 gcc_assert (REG_NOTE_KIND (note) == REG_BR_PROB); in br_prob_note_reliable_p()
217 return probability_reliable_p (INTVAL (XEXP (note, 0))); in br_prob_note_reliable_p()
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()
[all …]
HDemit-rtl.c3037 rtx note = find_reg_note (insn, REG_CC_USER, NULL_RTX); in next_cc0_user() local
3039 if (note) in next_cc0_user()
3040 return XEXP (note, 0); in next_cc0_user()
3058 rtx note = find_reg_note (insn, REG_CC_SETTER, NULL_RTX); in prev_cc0_setter() local
3060 if (note) in prev_cc0_setter()
3061 return XEXP (note, 0); in prev_cc0_setter()
3111 rtx note, seq; in try_split() local
3117 && (note = find_reg_note (trial, REG_BR_PROB, 0))) in try_split()
3118 split_branch_probability = INTVAL (XEXP (note, 0)); in try_split()
3189 for (note = REG_NOTES (trial); note; note = XEXP (note, 1)) in try_split()
[all …]
HDregrename.c126 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()
889 || REG_NOTE_KIND (note) == REG_FRAME_RELATED_EXPR) in build_def_use()
890 scan_rtx (insn, &XEXP (note, 0), ALL_REGS, mark_read, in build_def_use()
894 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use()
[all …]
HDreg-stack.c712 remove_regno_note (rtx insn, enum reg_note note, unsigned int regno) in remove_regno_note() argument
718 if (REG_NOTE_KIND (this) == note in remove_regno_note()
962 rtx note; in move_for_stack_reg() local
972 note = find_regno_note (insn, REG_DEAD, REGNO (src)); in move_for_stack_reg()
973 if (note) in move_for_stack_reg()
1043 note = find_regno_note (insn, REG_DEAD, REGNO (src)); in move_for_stack_reg()
1044 if (note) in move_for_stack_reg()
1046 replace_reg (&XEXP (note, 0), FIRST_STACK_REG); in move_for_stack_reg()
1348 rtx note; in subst_stack_regs_pat() local
1353 note = find_reg_note (insn, REG_DEAD, *dest); in subst_stack_regs_pat()
[all …]
HDreg-notes.def1 /* 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 …]
HDinsn-notes.def1 /* Insn note definitions.
34 /* This note is used to get rid of an insn when it isn't safe to patch
50 /* This note indicates the start of the real body of the function,
55 /* This kind of note is generated at the end of the function body,
68 /* These note where exception handling regions begin and end.
73 /* Generated whenever a duplicate line number note is output.
HDexcept.c1679 rtx note; in sjlj_find_directly_reachable_regions() local
1684 note = find_reg_note (insn, REG_EH_REGION, NULL_RTX); in sjlj_find_directly_reachable_regions()
1685 if (!note || INTVAL (XEXP (note, 0)) <= 0) in sjlj_find_directly_reachable_regions()
1688 region = VEC_index (eh_region, cfun->eh->region_array, INTVAL (XEXP (note, 0))); in sjlj_find_directly_reachable_regions()
1789 rtx note, before, p; in sjlj_mark_call_sites() local
1798 note = find_reg_note (insn, REG_EH_REGION, NULL_RTX); in sjlj_mark_call_sites()
1799 if (!note) in sjlj_mark_call_sites()
1814 if (INTVAL (XEXP (note, 0)) <= 0) in sjlj_mark_call_sites()
1817 region = VEC_index (eh_region, cfun->eh->region_array, INTVAL (XEXP (note, 0))); in sjlj_mark_call_sites()
1876 rtx x, note; in sjlj_emit_function_enter() local
[all …]
HDcfgbuild.c94 rtx note; in control_flow_insn_p() local
116 && (0 == (note = find_reg_note (insn, REG_EH_REGION, in control_flow_insn_p()
118 || INTVAL (XEXP (note, 0)) >= 0)) in control_flow_insn_p()
388 rtx note = find_reg_note (insn, REG_EH_REGION, NULL_RTX); in make_edges() local
390 if (!note || INTVAL (XEXP (note, 0)) >= 0) in make_edges()
715 rtx note = find_reg_note (BB_END (b), REG_BR_PROB, NULL); in compute_outgoing_frequencies() local
718 if (note) in compute_outgoing_frequencies()
720 probability = INTVAL (XEXP (note, 0)); in compute_outgoing_frequencies()
HDflow.c807 rtx note; in delete_noop_moves() local
812 if ((note = find_reg_note (insn, REG_LIBCALL, NULL_RTX)) in delete_noop_moves()
813 && XEXP (note, 0) != insn) in delete_noop_moves()
816 rtx retval_note = find_reg_note (XEXP (note, 0), in delete_noop_moves()
819 = gen_rtx_INSN_LIST (REG_LIBCALL, XEXP (note, 0), in delete_noop_moves()
1684 propagate_block_delete_libcall (rtx insn, rtx note) in propagate_block_delete_libcall() argument
1686 rtx first = XEXP (note, 0); in propagate_block_delete_libcall()
1703 rtx note; in propagate_one_insn() local
1709 note = find_reg_note (insn, REG_RETVAL, NULL_RTX); in propagate_one_insn()
1713 libcall_is_dead = (insn_is_dead && note != 0 in propagate_one_insn()
[all …]
HDpostreload.c766 rtx note; in reload_combine() local
970 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in reload_combine()
972 if (REG_NOTE_KIND (note) == REG_INC in reload_combine()
973 && REG_P (XEXP (note, 0))) in reload_combine()
975 int regno = REGNO (XEXP (note, 0)); in reload_combine()
1205 rtx pat, note; in reload_cse_move2add() local
1373 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in reload_cse_move2add()
1375 if (REG_NOTE_KIND (note) == REG_INC in reload_cse_move2add()
1376 && REG_P (XEXP (note, 0))) in reload_cse_move2add()
1379 int regno = REGNO (XEXP (note, 0)); in reload_cse_move2add()
HDcombine.c924 rtx set, note; in combine_instructions() local
927 && (note = find_reg_equal_equiv_note (temp)) != 0 in combine_instructions()
928 && (note = XEXP (note, 0), GET_CODE (note)) != EXPR_LIST in combine_instructions()
931 && ! unmentioned_reg_p (note, SET_SRC (set)) in combine_instructions()
932 && (GET_MODE (note) == VOIDmode in combine_instructions()
934 : GET_MODE (SET_DEST (set)) == GET_MODE (note))) in combine_instructions()
940 SET_SRC (set) = note; in combine_instructions()
943 i2mod_new_rhs = copy_rtx (note); in combine_instructions()
1173 rtx note; in can_combine_p() local
1224 && (!(note = find_reg_note (insn, REG_EH_REGION, NULL_RTX)) in can_combine_p()
[all …]
/trueos/share/examples/diskless/
HDREADME.TEMPLATING84 /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 …]
/trueos/contrib/binutils/bfd/
HDelf32-sparc.c34 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()
/trueos/tools/regression/netinet/ipdivert/
HDipdivert.c59 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()
/trueos/contrib/dtc/Documentation/
HDdtc-paper.bib18 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}",
/trueos/sys/kern/
HDimgact_elf.c97 static boolean_t __elfN(freebsd_trans_osrel)(const Elf_Note *note,
99 static boolean_t kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel);
161 __elfN(freebsd_trans_osrel)(const Elf_Note *note, int32_t *osrel) in __elfN()
165 p = (uintptr_t)(note + 1); in __elfN()
166 p += roundup2(note->n_namesz, ELF_NOTE_ROUNDSIZE); in __elfN()
185 kfreebsd_trans_osrel(const Elf_Note *note, int32_t *osrel) in kfreebsd_trans_osrel() argument
190 p = (uintptr_t)(note + 1); in kfreebsd_trans_osrel()
191 p += roundup2(note->n_namesz, ELF_NOTE_ROUNDSIZE); in kfreebsd_trans_osrel()
1606 Elf_Note *note; in __elfN() local
1612 note = (Elf_Note *)buf; in __elfN()
[all …]
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.cpp448 ELFNote note = ELFNote(); in ParseThreadContextsFromNoteSegment() local
449 note.Parse(segment_data, &offset); in ParseThreadContextsFromNoteSegment()
452 if ((note.n_type == NT_PRSTATUS && have_prstatus) || in ParseThreadContextsFromNoteSegment()
453 (note.n_type == NT_PRPSINFO && have_prpsinfo)) in ParseThreadContextsFromNoteSegment()
465 note_size = llvm::RoundUpToAlignment(note.n_descsz, 4); in ParseThreadContextsFromNoteSegment()
469 if (note.n_name == "FreeBSD") in ParseThreadContextsFromNoteSegment()
471 switch (note.n_type) in ParseThreadContextsFromNoteSegment()
496 switch (note.n_type) in ParseThreadContextsFromNoteSegment()
/trueos/sys/xen/interface/
HDlibelf.h166 const char *elf_note_name(struct elf_binary *elf, const elf_note * note);
167 const void *elf_note_desc(struct elf_binary *elf, const elf_note * note);
168 uint64_t elf_note_numeric(struct elf_binary *elf, const elf_note * note);
169 const elf_note *elf_note_next(struct elf_binary *elf, const elf_note * note);
259 const elf_note *note);

12345678910>>...29