Searched refs:get_name (Results 1 – 3 of 3) sorted by relevance
34 const char *(*get_name)(struct rstctrl *rstctrl); member113 if (rstctrl->ops->get_name) in rstctrl_name()114 return rstctrl->ops->get_name(rstctrl); in rstctrl_name()
49 def get_name(obj): function63 if get_name(s) == '.ta_head':74 if get_name(s) == '.sp_head':
65 def get_name(obj): function85 symbol_name = get_name(symbol)111 section_name = get_name(section)
Completed in 9 milliseconds