Searched refs:fsym (Results 1 – 3 of 3) sorted by relevance
140 struct fake_sym *fsym = &fake_symbols[i].syms[k]; in setup_fake_machine() local142 sym = symbol__new(fsym->start, fsym->length, in setup_fake_machine()143 STB_GLOBAL, STT_FUNC, fsym->name); in setup_fake_machine()
910 struct symbol *fsym = from_al->sym; in thread_stack__no_call_return() local987 cp = call_path__findnew(cpr, cp, fsym, ip, ks); in thread_stack__no_call_return()
849 static void free_flag_sym(struct tep_print_flag_sym *fsym) in free_flag_sym() argument853 while (fsym) { in free_flag_sym()854 next = fsym->next; in free_flag_sym()855 free(fsym->value); in free_flag_sym()856 free(fsym->str); in free_flag_sym()857 free(fsym); in free_flag_sym()858 fsym = next; in free_flag_sym()
Completed in 17 milliseconds