Home
last modified time | relevance | path

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

12345678910>>...18

/dragonfly/contrib/binutils-2.34/bfd/
H A Delf.c9510 note->descsz, note->descpos); in elfcore_make_note_pseudosection()
10065 switch (note->type) in elfcore_grok_note()
10364 note); in elfcore_grok_note()
10368 note); in elfcore_grok_note()
10386 memcpy (build_id->data, note->descdata, note->descsz); in elfobj_grok_gnu_build_id()
10417 memcpy (cur->data, note->descdata, note->descsz); in elfobj_grok_stapsdt_note_1()
10595 note); in elfcore_grok_freebsd_note()
10599 note); in elfcore_grok_freebsd_note()
10603 note); in elfcore_grok_freebsd_note()
10616 note); in elfcore_grok_freebsd_note()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcprop.c293 if (note != 0 in hash_scan_set()
742 || (note != 0 in try_replace_reg()
782 if (note != 0 && REG_NOTE_KIND (note) == REG_EQUAL) in try_replace_reg()
819 if (note && REG_NOTE_KIND (note) == REG_EQUAL && REG_P (XEXP (note, 0))) in try_replace_reg()
903 if (note) in cprop_jump()
1048 rtx note; in cprop_insn() local
1058 if (note) in cprop_insn()
1197 rtx note; in do_local_cprop() local
1269 if (note) in local_cprop_pass()
1526 rtx note; in bypass_block() local
[all …]
H A Dregrename.c1637 rtx note; in build_def_use() local
1810 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use()
1823 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use()
1828 GET_MODE (XEXP (note, 0)), in build_def_use()
1829 REGNO (XEXP (note, 0))); in build_def_use()
1868 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use()
1875 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use()
1879 GET_MODE (XEXP (note, 0)), in build_def_use()
1880 REGNO (XEXP (note, 0))); in build_def_use()
1887 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use()
[all …]
H A Dcfgrtl.c128 rtx note; in delete_insn() local
672 note = NEXT_INSN (note); in bb_note()
1241 if (note) in patch_jump_insn()
1247 if (note) in patch_jump_insn()
1487 rtx note; in force_nonfallthru_and_redirect() local
1598 rtx note; in force_nonfallthru_and_redirect() local
2257 rtx note; in update_br_prob_note() local
2275 if (!note in update_br_prob_note()
3039 rtx note; in purge_dead_edges() local
3112 if (note) in purge_dead_edges()
[all …]
H A Dreorg.c511 rtx note, next; in emit_delay_sequence() local
527 for (note = REG_NOTES (tem); note; note = next) in emit_delay_sequence()
649 if (note) in delete_scheduled_jump()
842 if (note) in mostly_true_jump()
2517 rtx note; in fill_slots_from_thread() local
2531 note != NULL_RTX; in fill_slots_from_thread()
2532 note = XEXP (note, 1)) in fill_slots_from_thread()
2550 note != NULL_RTX; in fill_slots_from_thread()
2551 note = XEXP (note, 1)) in fill_slots_from_thread()
3047 rtx note, next; in delete_computation() local
[all …]
H A Djump.c224 rtx note, next; in init_label_info() local
226 for (note = REG_NOTES (insn); note; note = next) in init_label_info()
228 next = XEXP (note, 1); in init_label_info()
231 remove_note (insn, note); in init_label_info()
1253 rtx note; in delete_related_insns() local
1313 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in delete_related_insns()
1317 && LABEL_P (XEXP (note, 0))) in delete_related_insns()
1318 if (LABEL_NUSES (XEXP (note, 0)) == 0) in delete_related_insns()
1319 delete_related_insns (XEXP (note, 0)); in delete_related_insns()
1553 rtx note; in redirect_jump_2() local
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dosabi.c388 if (!bfd_get_section_contents (abfd, sect, note, 0, *sectsize)) in check_note()
407 if (bfd_h_get_32 (abfd, note) != (strlen (name) + 1) in check_note()
408 || strcmp (note + 12, name) != 0) in check_note()
412 if (bfd_h_get_32 (abfd, note + 4) != descsz) in check_note()
416 if (bfd_h_get_32 (abfd, note + 8) != type) in check_note()
430 char *note; in generic_elf_osabi_sniff_abi_tag_sections() local
444 note = alloca (sectsize); in generic_elf_osabi_sniff_abi_tag_sections()
452 unsigned int abi_tag = bfd_h_get_32 (abfd, note + 16); in generic_elf_osabi_sniff_abi_tag_sections()
486 if (check_note (abfd, sect, note, &sectsize, "FreeBSD", 4, in generic_elf_osabi_sniff_abi_tag_sections()
495 if (check_note (abfd, sect, note, &sectsize, "DragonFly", 4, in generic_elf_osabi_sniff_abi_tag_sections()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfgrtl.c120 rtx note; in delete_insn() local
507 rtx note; in bb_note() local
511 note = NEXT_INSN (note); in bb_note()
514 return note; in bb_note()
1013 if (note) in patch_jump_insn()
1019 if (note) in patch_jump_insn()
1143 rtx note; in force_nonfallthru_and_redirect() local
1287 note = NEXT_INSN (note); in force_nonfallthru_and_redirect()
1804 rtx note; in update_br_prob_note() local
2367 if (note) in purge_dead_edges()
[all …]
H A Dcprop.c297 if (note != 0 in hash_scan_set()
763 if (note != 0 && REG_NOTE_KIND (note) == REG_EQUAL) in try_replace_reg()
800 if (note && REG_NOTE_KIND (note) == REG_EQUAL && REG_P (XEXP (note, 0))) in try_replace_reg()
886 if (note) in cprop_jump()
947 remove_note (jump, note); in cprop_jump()
1033 rtx note; in cprop_insn() local
1042 if (note) in cprop_insn()
1188 rtx note; in do_local_cprop() local
1255 if (note) in local_cprop_pass()
1502 rtx insn, note; in bypass_block() local
[all …]
H A Dira.c2352 rtx note; in validate_equiv_mem() local
2385 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in validate_equiv_mem()
2748 rtx note; in update_equiv_regs() local
2756 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in update_equiv_regs()
2758 no_equiv (XEXP (note, 0), note, NULL); in update_equiv_regs()
2787 if (note) in update_equiv_regs()
2842 if (note && GET_CODE (XEXP (note, 0)) == EXPR_LIST) in update_equiv_regs()
2846 && (! note in update_equiv_regs()
2862 && note && ! rtx_varies_p (XEXP (note, 0), 0)) in update_equiv_regs()
2891 if (note) in update_equiv_regs()
[all …]
H A Dreorg.c555 rtx note, next; in emit_delay_sequence() local
570 for (note = REG_NOTES (tem); note; note = next) in emit_delay_sequence()
721 if (note) in delete_scheduled_jump()
1001 rtx note; in mostly_true_jump() local
1007 if (note) in mostly_true_jump()
2770 rtx note; in fill_slots_from_thread() local
2784 note != NULL_RTX; in fill_slots_from_thread()
2785 note = XEXP (note, 1)) in fill_slots_from_thread()
2804 note = XEXP (note, 1)) in fill_slots_from_thread()
3301 rtx note, next; in delete_computation() local
[all …]
H A Dcombine-stack-adj.c305 rtx note, last_note; in maybe_move_args_size_note() local
307 note = find_reg_note (insn, REG_ARGS_SIZE, NULL_RTX); in maybe_move_args_size_note()
308 if (note == NULL) in maybe_move_args_size_note()
317 XEXP (last_note, 0) = XEXP (note, 0); in maybe_move_args_size_note()
320 add_reg_note (last, REG_ARGS_SIZE, XEXP (note, 0)); in maybe_move_args_size_note()
353 rtx note, test, next_candidate, prev_candidate; in force_move_args_size_note() local
363 note = find_reg_note (insn, REG_ARGS_SIZE, NULL_RTX); in force_move_args_size_note()
364 if (note == NULL) in force_move_args_size_note()
399 XEXP (tnote, 0) = XEXP (note, 0); in force_move_args_size_note()
422 add_reg_note (test, REG_ARGS_SIZE, XEXP (note, 0)); in force_move_args_size_note()
H A Djump.c191 rtx note, next; in init_label_info() local
193 for (note = REG_NOTES (insn); note; note = next) in init_label_info()
195 next = XEXP (note, 1); in init_label_info()
198 remove_note (insn, note); in init_label_info()
1237 rtx note; in delete_related_insns() local
1316 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in delete_related_insns()
1320 && LABEL_P (XEXP (note, 0))) in delete_related_insns()
1321 if (LABEL_NUSES (XEXP (note, 0)) == 0) in delete_related_insns()
1322 delete_related_insns (XEXP (note, 0)); in delete_related_insns()
1549 rtx note; in redirect_jump_2() local
[all …]
H A Dregmove.c201 if (note) in try_auto_increment()
235 rtx note; in optimize_reg_copy_1() local
384 remove_note (p, note); in optimize_reg_copy_1()
386 REG_NOTES (insn) = note; in optimize_reg_copy_1()
469 rtx note; in optimize_reg_copy_2() local
473 if (note) in optimize_reg_copy_2()
475 remove_note (q, note); in optimize_reg_copy_2()
588 if (note) in optimize_reg_copy_3()
592 XEXP (note, 0) in optimize_reg_copy_3()
594 XEXP (note, 0)); in optimize_reg_copy_3()
[all …]
H A Dregrename.c1544 rtx note; in build_def_use() local
1713 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use()
1714 if (REG_NOTE_KIND (note) == REG_INC in build_def_use()
1720 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use()
1721 if (REG_NOTE_KIND (note) == REG_DEAD) in build_def_use()
1724 GET_MODE (XEXP (note, 0)), in build_def_use()
1725 REGNO (XEXP (note, 0))); in build_def_use()
1764 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use()
1771 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in build_def_use()
1775 GET_MODE (XEXP (note, 0)), in build_def_use()
[all …]
H A Dpredict.c393 rtx note; in rtl_predicted_by_p() local
396 for (note = REG_NOTES (BB_END (bb)); note; note = XEXP (note, 1)) in rtl_predicted_by_p()
397 if (REG_NOTE_KIND (note) == REG_BR_PRED in rtl_predicted_by_p()
468 br_prob_note_reliable_p (const_rtx note) in br_prob_note_reliable_p() argument
621 rtx note; in invert_br_probabilities() local
623 for (note = REG_NOTES (insn); note; note = XEXP (note, 1)) in invert_br_probabilities()
624 if (REG_NOTE_KIND (note) == REG_BR_PROB) in invert_br_probabilities()
625 XEXP (note, 0) = GEN_INT (REG_BR_PROB_BASE - INTVAL (XEXP (note, 0))); in invert_br_probabilities()
627 XEXP (XEXP (note, 0), 1) in invert_br_probabilities()
693 rtx note; in combine_predictions_for_insn() local
[all …]
/dragonfly/usr.bin/dsynth/
H A Dconfig.c662 Elf_Note note; member
675 struct NoteTag note; in getElfInfo() local
690 while (n != sizeof(note) && in getElfInfo()
704 if (n + r > sizeof(note)) in getElfInfo()
705 r = sizeof(note) - n; in getElfInfo()
711 if (n != sizeof(note)) in getElfInfo()
713 if (strncmp(OperatingSystemName, note.osname1, sizeof(note.osname1))) { in getElfInfo()
719 if (note.version) { in getElfInfo()
721 note.version / 100000, in getElfInfo()
723 } else if (note.zero) { in getElfInfo()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf.c8835 note->descsz, note->descpos); in elfcore_make_note_pseudosection()
9288 switch (note->type) in elfcore_grok_note()
9479 note); in elfcore_grok_note()
9483 note); in elfcore_grok_note()
9501 memcpy (build_id->data, note->descdata, note->descsz); in elfobj_grok_gnu_build_id()
9510 switch (note->type) in elfobj_grok_gnu_note()
9529 memcpy (cur->data, note->descdata, note->descsz); in elfobj_grok_stapsdt_note_1()
9539 switch (note->type) in elfobj_grok_stapsdt_note()
9649 switch (note->type) in elfcore_grok_freebsd_note()
9721 note); in elfcore_grok_netbsd_procinfo()
[all …]
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c8081 note->descsz, note->descpos); in elfcore_make_note_pseudosection()
8522 switch (note->type) in elfcore_grok_note()
8699 note); in elfcore_grok_note()
8703 note); in elfcore_grok_note()
8721 memcpy (t->build_id->data, note->descdata, note->descsz); in elfobj_grok_gnu_build_id()
8729 switch (note->type) in elfobj_grok_gnu_note()
8748 memcpy (cur->data, note->descdata, note->descsz); in elfobj_grok_stapsdt_note_1()
8758 switch (note->type) in elfobj_grok_stapsdt_note()
8798 note); in elfcore_grok_netbsd_procinfo()
9027 switch (note->type) in elfcore_grok_nto_note()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjcopy.c2040 pnote1->note.namesz < pnote2->note.namesz ? in compare_gnu_build_notes()
2041 pnote1->note.namesz - 3 : pnote2->note.namesz - 3); in compare_gnu_build_notes()
2076 if (pnote1->note.type != pnote2->note.type) in sort_gnu_build_notes()
2107 && pnote1->note.namedata[3] != pnote2->note.namedata[3]) in sort_gnu_build_notes()
2108 return pnote1->note.namedata[3] - pnote2->note.namedata[3]; in sort_gnu_build_notes()
2171 if (((pnote->note.descsz + 3) & ~3) != pnote->note.descsz) in merge_gnu_build_notes()
2293 if (pnote->note.namedata[pnote->note.namesz - 1] != 0) in merge_gnu_build_notes()
2397 if (back->note.namesz != pnote->note.namesz in merge_gnu_build_notes()
2399 pnote->note.namedata, pnote->note.namesz) != 0) in merge_gnu_build_notes()
2489 memcpy (new, pnote->note.namedata, pnote->note.namesz); in merge_gnu_build_notes()
[all …]
/dragonfly/crypto/openssh/
H A Dhostfile.h31 u_int note; /* caller-specific note/flag */ member
42 const char *, FILE *, u_int note);
103 u_int note; /* caller-specified note copied from arguments */ member
116 const char *host, const char *ip, u_int options, u_int note);
119 const char *host, const char *ip, u_int options, u_int note);
/dragonfly/share/examples/diskless/
H A DREADME.TEMPLATING85 /kernel* ( note 2 )
86 /dev ( note 3 )
87 /var ( note 4 )
88 /home ( note 4 )
92 /usr/home ( note 4 )
93 /usr/crash ( note 5 )
94 /usr/obj ( note 5 )
95 /usr/ports ( note 5 )
96 /usr/src ( note 5 )
97 /usr/local/crack ( note 5 )
[all …]
/dragonfly/sys/kern/
H A Dimgact_elf.c1514 Elf_Note note; in __elfN() local
1517 note.n_descsz = descsz; in __elfN()
1518 note.n_type = type; in __elfN()
1521 bcopy(&note, dst, sizeof note); in __elfN()
1698 if (sizeof(*note) > maxsize) in note_overflow()
1700 if (note->n_namesz > maxsize - sizeof(*note)) in note_overflow()
1742 note0 = note; in check_PT_NOTE()
1773 for (n = 0; n < 100 && note >= note0 && note < note_end; n++) { in check_PT_NOTE()
1777 (const char *)note)) { in check_PT_NOTE()
1794 note = (const Elf_Note *)((const char *)(note + 1) + in check_PT_NOTE()
[all …]
H A Dkern_checkpoint.c180 char *note; in elf_getnotes() local
194 note = kmalloc(notesz, M_TEMP, M_WAITOK); in elf_getnotes()
198 if ((error = read_check(fp, note, notesz)) != 0) in elf_getnotes()
212 if (note) in elf_getnotes()
213 kfree(note, M_TEMP); in elf_getnotes()
317 Elf_Note note; in elf_getnote() local
325 bcopy((char *)src + *off, &note, sizeof note); in elf_getnote()
328 *off, type, note.n_type)); in elf_getnote()
329 *off += sizeof note; in elf_getnote()
330 if (type != note.n_type) { in elf_getnote()
[all …]
/dragonfly/usr.bin/gcore/
H A Delfcore.c339 Elf_Note note; in elf_putnote() local
341 note.n_namesz = strlen(name) + 1; in elf_putnote()
342 note.n_descsz = descsz; in elf_putnote()
343 note.n_type = type; in elf_putnote()
345 bcopy(&note, (char *)dst + *off, sizeof note); in elf_putnote()
346 *off += sizeof note; in elf_putnote()
348 bcopy(name, (char *)dst + *off, note.n_namesz); in elf_putnote()
349 *off += roundup2(note.n_namesz, sizeof(Elf_Size)); in elf_putnote()
351 bcopy(desc, (char *)dst + *off, note.n_descsz); in elf_putnote()
352 *off += roundup2(note.n_descsz, sizeof(Elf_Size)); in elf_putnote()

12345678910>>...18