Lines Matching refs:pp
1337 struct tilepro_elf_dyn_relocs **pp; in tilepro_elf_copy_indirect_symbol() local
1342 for (pp = &eind->dyn_relocs; (p = *pp) != NULL; ) in tilepro_elf_copy_indirect_symbol()
1351 *pp = p->next; in tilepro_elf_copy_indirect_symbol()
1355 pp = &p->next; in tilepro_elf_copy_indirect_symbol()
1357 *pp = edir->dyn_relocs; in tilepro_elf_copy_indirect_symbol()
1942 struct tilepro_elf_dyn_relocs **pp; in tilepro_elf_gc_sweep_hook() local
1950 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; pp = &p->next) in tilepro_elf_gc_sweep_hook()
1954 *pp = p->next; in tilepro_elf_gc_sweep_hook()
2324 struct tilepro_elf_dyn_relocs **pp; in allocate_dynrelocs() local
2326 for (pp = &eh->dyn_relocs; (p = *pp) != NULL; ) in allocate_dynrelocs()
2331 *pp = p->next; in allocate_dynrelocs()
2333 pp = &p->next; in allocate_dynrelocs()