Lines Matching refs:ref_p
8946 struct external_ref ref, *ref_p; in lookup_external_ref() local
8954 ref_p = XCNEW (struct external_ref); in lookup_external_ref()
8955 ref_p->type = die; in lookup_external_ref()
8956 *slot = ref_p; in lookup_external_ref()
8957 return ref_p; in lookup_external_ref()
8971 struct external_ref *ref_p; in optimize_external_refs_1() local
8977 ref_p = lookup_external_ref (map, c); in optimize_external_refs_1()
8978 ref_p->stub = die; in optimize_external_refs_1()
8988 ref_p = lookup_external_ref (map, c); in optimize_external_refs_1()
8989 ref_p->n_refs++; in optimize_external_refs_1()
9002 struct external_ref *ref_p = *slot; in dwarf2_build_local_stub() local
9004 if (ref_p->stub == NULL && ref_p->n_refs > 1 && !dwarf_strict) in dwarf2_build_local_stub()
9010 dw_die_ref type = ref_p->type; in dwarf2_build_local_stub()
9027 ref_p->stub = stub; in dwarf2_build_local_stub()
9086 struct external_ref *ref_p; in build_abbrev_table() local
9090 && (ref_p = lookup_external_ref (extern_map, c)) in build_abbrev_table()
9091 && ref_p->stub && ref_p->stub != die) in build_abbrev_table()
9094 change_AT_die_ref (a, ref_p->stub); in build_abbrev_table()