Lines Matching refs:pp
1542 struct tilegx_elf_dyn_relocs **pp; in tilegx_elf_copy_indirect_symbol() local
1547 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; ) in tilegx_elf_copy_indirect_symbol()
1556 *pp = p->next; in tilegx_elf_copy_indirect_symbol()
1560 pp = &p->next; in tilegx_elf_copy_indirect_symbol()
1562 *pp = edir->dyn_relocs; in tilegx_elf_copy_indirect_symbol()
2181 struct tilegx_elf_dyn_relocs **pp; in tilegx_elf_gc_sweep_hook() local
2189 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next) in tilegx_elf_gc_sweep_hook()
2193 *pp = p->next; in tilegx_elf_gc_sweep_hook()
2591 struct tilegx_elf_dyn_relocs **pp; in allocate_dynrelocs() local
2593 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; ) in allocate_dynrelocs()
2598 *pp = p->next; in allocate_dynrelocs()
2600 pp = &p->next; in allocate_dynrelocs()