| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Elf.cc | 673 Elf64_Ancillary anc; in find_ancillary_files() local 674 if (elf_getancillary (dp, i, &anc) == NULL in find_ancillary_files() 675 || anc.a_tag == ANC_SUNW_NULL) in find_ancillary_files() 677 if (anc.a_tag == ANC_SUNW_MEMBER) in find_ancillary_files() 678 ancName = elf_strptr (shdr->sh_link, anc.a_un.a_ptr); in find_ancillary_files() 679 else if (anc.a_tag == ANC_SUNW_CHECKSUM) in find_ancillary_files() 683 check_sum = anc.a_un.a_val; in find_ancillary_files() 686 if (check_sum == anc.a_un.a_val) in find_ancillary_files() 703 anc1.a_un.a_val == anc.a_un.a_val) in find_ancillary_files() 1096 Elf64_Ancillary anc; in dump() local [all …]
|
| H A D | PathTree.cc | 316 PathTree::new_Node (NodeIdx anc, Histable *instr, bool leaf) in new_Node() argument 351 node->ancestor = anc; in new_Node() 2050 Node *node, *anc; in get_metrics() local 2065 for (anc = NODE_IDX (node->ancestor); anc; in get_metrics() 2066 anc = NODE_IDX (anc->ancestor)) in get_metrics() 2068 if (h_obj == get_hist_obj (anc, context)) in get_metrics() 2196 Node *node, *anc; in get_self_metrics() local 2229 for (anc = NODE_IDX (node->ancestor); anc; in get_self_metrics() 2230 anc = NODE_IDX (anc->ancestor)) in get_self_metrics() 2232 if (get_hist_obj (anc, src) == obj) in get_self_metrics() [all …]
|
| H A D | CallStack.cc | 194 CallStackP::new_Node (CallStackNode *anc, Histable *pcval) in new_Node() argument 212 new (node) CallStackNode (anc, pcval); in new_Node() 1103 CallStackNode *anc = node; in add_stack() local 1105 node = new_Node (anc, objs->get (i)); in add_stack() 1107 anc->append (node); in add_stack()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Elf.cc | 686 Elf64_Ancillary anc; in find_ancillary_files() local 687 if (elf_getancillary (dp, i, &anc) == NULL in find_ancillary_files() 688 || anc.a_tag == ANC_SUNW_NULL) in find_ancillary_files() 690 if (anc.a_tag == ANC_SUNW_MEMBER) in find_ancillary_files() 691 ancName = elf_strptr (shdr->sh_link, anc.a_un.a_ptr); in find_ancillary_files() 692 else if (anc.a_tag == ANC_SUNW_CHECKSUM) in find_ancillary_files() 696 check_sum = anc.a_un.a_val; in find_ancillary_files() 699 if (check_sum == anc.a_un.a_val) in find_ancillary_files() 716 anc1.a_un.a_val == anc.a_un.a_val) in find_ancillary_files() 1190 Elf64_Ancillary anc; in dump() local [all …]
|
| H A D | PathTree.cc | 316 PathTree::new_Node (NodeIdx anc, Histable *instr, bool leaf) in new_Node() argument 351 node->ancestor = anc; in new_Node() 2050 Node *node, *anc; in get_metrics() local 2065 for (anc = NODE_IDX (node->ancestor); anc; in get_metrics() 2066 anc = NODE_IDX (anc->ancestor)) in get_metrics() 2068 if (h_obj == get_hist_obj (anc, context)) in get_metrics() 2196 Node *node, *anc; in get_self_metrics() local 2229 for (anc = NODE_IDX (node->ancestor); anc; in get_self_metrics() 2230 anc = NODE_IDX (anc->ancestor)) in get_self_metrics() 2232 if (get_hist_obj (anc, src) == obj) in get_self_metrics() [all …]
|
| H A D | CallStack.cc | 194 CallStackP::new_Node (CallStackNode *anc, Histable *pcval) in new_Node() argument 212 new (node) CallStackNode (anc, pcval); in new_Node() 1103 CallStackNode *anc = node; in add_stack() local 1105 node = new_Node (anc, objs->get (i)); in add_stack() 1107 anc->append (node); in add_stack()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | APInt.cpp | 1228 APInt ad, anc, delta, q1, r1, q2, r2, t; in magic() local 1234 anc = t - 1 - t.urem(ad); // absolute value of nc in magic() 1236 q1 = signedMin.udiv(anc); // initialize q1 = 2p/abs(nc) in magic() 1237 r1 = signedMin - q1*anc; // initialize r1 = rem(2p,abs(nc)) in magic() 1244 if (r1.uge(anc)) { // must be unsigned comparison in magic() 1246 r1 = r1 - anc; in magic()
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | c.at | 379 ## AC_OPENMP anc C++. ##
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | doc.d | 723 OutBuffer anc; variable 724 emitAnchorName(anc, s, skipNonQualScopes(sc), true); 725 ident = Identifier.idPool(anc[]); 828 OutBuffer anc; variable 829 emitAnchorName(anc, s, skipNonQualScopes(sc), false); 830 shortIdent = Identifier.idPool(anc[]);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | doc.c | 623 OutBuffer anc; in emitAnchor() local 624 emitAnchorName(&anc, s, skipNonQualScopes(sc)); in emitAnchor() 625 ident = Identifier::idPool(anc.peekString()); in emitAnchor()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ShadowCallStack.rst | 104 .. _`[3]`: https://www.vusec.net/projects/anc/
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/po/ |
| H A D | fr.po | 5449 " --rename-section <anc>=<nou>[,<fanions>] Renommer l'<ancienne> section en la <nouvelle>\n" 5455 " --redefine-sym <anc>=<nouv> Redéfinir le nom du symbole <ancien> à <nouveau>\n"
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/po/ |
| H A D | fr.po | 5384 " --rename-section <anc>=<nou>[,<fanions>] Renommer l'<ancienne> section en la <nouvelle>\n" 5390 " --redefine-sym <anc>=<nouv> Redéfinir le nom du symbole <ancien> à <nouveau>\n"
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2012 | 10456 (remote_open_1): Free anc clear last_program_signals_packet.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2012 | 10456 (remote_open_1): Free anc clear last_program_signals_packet.
|