Home
last modified time | relevance | path

Searched refs:points_to (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-structalias.cc608 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 …]
DChangeLog-200710733 Add pe, pe_rep, pointer_label, loc_label, pointed_by, points_to,
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dcoffgrok.h132 struct coff_type *points_to; member
Dcoffdump.c142 dump_coff_type (p->u.pointer.points_to); in dump_coff_type()
Dcoffgrok.c530 ptr->u.pointer.points_to = res; in do_type()
Dsrconv.c676 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/
Delf32-arm.c5174 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()
DChangeLog-20163111 stub_entry->target_addend from points_to computation.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-arm.c5172 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()
DChangeLog-20163111 stub_entry->target_addend from points_to computation.