Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Ddwarf2.c2863 struct funcinfo *rhead; in reverse_funcinfo_list() local
2866 for (rhead = NULL; head; head = temp) in reverse_funcinfo_list()
2869 head->prev_func = rhead; in reverse_funcinfo_list()
2870 rhead = head; in reverse_funcinfo_list()
2872 return rhead; in reverse_funcinfo_list()
2878 struct varinfo *rhead; in reverse_varinfo_list() local
2881 for (rhead = NULL; head; head = temp) in reverse_varinfo_list()
2884 head->prev_var = rhead; in reverse_varinfo_list()
2885 rhead = head; in reverse_varinfo_list()
2887 return rhead; in reverse_varinfo_list()