Home
last modified time | relevance | path

Searched refs:pph (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/binutils-2.34/bfd/
H A Dhash.c573 struct bfd_hash_entry **pph; in bfd_hash_rename() local
576 for (pph = &table->table[_index]; *pph != NULL; pph = &(*pph)->next) in bfd_hash_rename()
577 if (*pph == ent) in bfd_hash_rename()
579 if (*pph == NULL) in bfd_hash_rename()
582 *pph = ent->next; in bfd_hash_rename()
598 struct bfd_hash_entry **pph; in bfd_hash_replace() local
601 for (pph = &table->table[_index]; in bfd_hash_replace()
602 (*pph) != NULL; in bfd_hash_replace()
603 pph = &(*pph)->next) in bfd_hash_replace()
605 if (*pph == old) in bfd_hash_replace()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Dhash.c572 struct bfd_hash_entry **pph; in bfd_hash_rename() local
575 for (pph = &table->table[_index]; *pph != NULL; pph = &(*pph)->next) in bfd_hash_rename()
576 if (*pph == ent) in bfd_hash_rename()
578 if (*pph == NULL) in bfd_hash_rename()
581 *pph = ent->next; in bfd_hash_rename()
597 struct bfd_hash_entry **pph; in bfd_hash_replace() local
600 for (pph = &table->table[_index]; in bfd_hash_replace()
601 (*pph) != NULL; in bfd_hash_replace()
602 pph = &(*pph)->next) in bfd_hash_replace()
604 if (*pph == old) in bfd_hash_replace()
[all …]
/dragonfly/contrib/gdb-7/bfd/
H A Dhash.c572 struct bfd_hash_entry **pph; in bfd_hash_rename() local
575 for (pph = &table->table[_index]; *pph != NULL; pph = &(*pph)->next) in bfd_hash_rename()
576 if (*pph == ent) in bfd_hash_rename()
578 if (*pph == NULL) in bfd_hash_rename()
581 *pph = ent->next; in bfd_hash_rename()
597 struct bfd_hash_entry **pph; in bfd_hash_replace() local
600 for (pph = &table->table[_index]; in bfd_hash_replace()
601 (*pph) != NULL; in bfd_hash_replace()
602 pph = &(*pph)->next) in bfd_hash_replace()
604 if (*pph == old) in bfd_hash_replace()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgraphite-poly.c139 ppl_Polyhedron_t pph; in openscop_print_pdr_polyhedron() local
141 ppl_new_C_Polyhedron_from_C_Polyhedron (&pph, ph); in openscop_print_pdr_polyhedron()
151 ppl_Polyhedron_map_space_dimensions (pph, map, ph_space_dim - 1); in openscop_print_pdr_polyhedron()
1660 ppl_Pointset_Powerset_C_Polyhedron_t pph; in pbb_number_of_iterations_at_time() local
1676 ppl_new_Pointset_Powerset_C_Polyhedron_from_C_Polyhedron (&pph, ph); in pbb_number_of_iterations_at_time()
1677 ppl_Pointset_Powerset_C_Polyhedron_intersection_assign (sctr_ub, pph); in pbb_number_of_iterations_at_time()
1682 ppl_delete_Pointset_Powerset_C_Polyhedron (pph); in pbb_number_of_iterations_at_time()
1697 ppl_Pointset_Powerset_C_Polyhedron_t pph; in pbb_number_of_iterations_at_time() local
1710 ppl_new_Pointset_Powerset_C_Polyhedron_from_C_Polyhedron (&pph, ph); in pbb_number_of_iterations_at_time()
1711 ppl_Pointset_Powerset_C_Polyhedron_intersection_assign (sctr_lb, pph); in pbb_number_of_iterations_at_time()
[all …]
/dragonfly/contrib/binutils-2.27/ld/
H A Dldcref.c329 struct cref_hash_entry ***pph = (struct cref_hash_entry ***) data; in cref_fill_array() local
337 **pph = h; in cref_fill_array()
339 ++*pph; in cref_fill_array()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldcref.c330 struct cref_hash_entry ***pph = (struct cref_hash_entry ***) data; in cref_fill_array() local
338 **pph = h; in cref_fill_array()
340 ++*pph; in cref_fill_array()