Searched refs:linkp (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsched-deps.c368 rtx *linkp;
370 for (linkp = &LOG_LINKS (insn); *linkp; linkp = &XEXP (*linkp, 1))
372 rtx link = *linkp;
490 *changed_linkpp = linkp;
1895 adjust_add_sorted_back_dep (rtx insn, rtx link, rtx *linkp)
1914 while (*linkp && !(DEP_STATUS (*linkp)
362 rtx *linkp; local
1885 adjust_add_sorted_back_dep(rtx insn, rtx link, rtx *linkp) argument
1915 adjust_back_add_forw_dep(rtx insn, rtx *linkp) argument
2008 rtx *linkp; local
[all...]
/freebsd-9.3-release/usr.bin/gcore/
H A Delfcore.c441 vm_map_entry_t ent, *linkp, map; local
450 linkp = ↦
479 *linkp = ent;
480 linkp = &ent->next;
/freebsd-9.3-release/contrib/cvs/src/
H A Dcommit.c1060 Node *linkp; local
1070 linkp = lookup_file_by_inode (fullpath);
1072 /* If linkp is NULL, the file doesn't exist... maybe
1074 if (linkp != NULL)
1083 linkp->data = hlinfo;
H A Dupdate.c550 Node *linkp; local
560 linkp = lookup_file_by_inode (fullpath);
561 if (linkp == NULL)
575 linkp->data = hlinfo;
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c4076 Obj_Entry **linkp; local
4087 linkp = &obj_list->next;
4088 while ((obj = *linkp) != NULL) {
4096 *linkp = obj->next;
4100 linkp = &obj->next;
4102 obj_tail = linkp;

Completed in 82 milliseconds