Searched refs:points_to (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-structalias.cc | 608 bitmap *points_to; member 1270 graph->points_to = XCNEWVEC (bitmap, graph->size); in build_pred_graph() 1314 if (graph->points_to[lhsvar] == NULL) in build_pred_graph() 1315 graph->points_to[lhsvar] = BITMAP_ALLOC (&predbitmap_obstack); in build_pred_graph() 1316 bitmap_set_bit (graph->points_to[lhsvar], rhsvar); in build_pred_graph() 2136 if (graph->points_to[b]) in condense_visit() 2138 if (!graph->points_to[a]) in condense_visit() 2139 std::swap (graph->points_to[a], graph->points_to[b]); in condense_visit() 2141 bitmap_ior_into_and_free (graph->points_to[a], in condense_visit() 2142 &graph->points_to[b]); in condense_visit() [all …]
|
| D | ChangeLog-2007 | 10733 Add pe, pe_rep, pointer_label, loc_label, pointed_by, points_to,
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | coffgrok.h | 132 struct coff_type *points_to; member
|
| D | coffdump.c | 142 dump_coff_type (p->u.pointer.points_to); in dump_coff_type()
|
| D | coffgrok.c | 530 ptr->u.pointer.points_to = res; in do_type()
|
| D | srconv.c | 676 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1); in walk_tree_type_1()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf32-arm.c | 5174 bfd_vma points_to = in arm_build_one_stub() local 5188 points_to = stub_entry->target_section->output_section->vma in arm_build_one_stub() 5195 points_to, info, stub_entry->target_section, "", STT_FUNC, in arm_build_one_stub()
|
| D | ChangeLog-2016 | 3111 stub_entry->target_addend from points_to computation.
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf32-arm.c | 5172 bfd_vma points_to = in arm_build_one_stub() local 5186 points_to = stub_entry->target_section->output_section->vma in arm_build_one_stub() 5193 points_to, info, stub_entry->target_section, "", STT_FUNC, in arm_build_one_stub()
|
| D | ChangeLog-2016 | 3111 stub_entry->target_addend from points_to computation.
|