Lines Matching refs:alt
822 struct addr_location alf, alt;
835 memset(&alt, 0, sizeof(alt));
837 thread__find_map_fb(thread, sample->cpumode, to, &alt);
850 printed += map__fprintf_dsoname(alt.map, fp);
870 struct addr_location alf, alt;
880 memset(&alt, 0, sizeof(alt));
885 thread__find_symbol_fb(thread, sample->cpumode, to, &alt);
894 printed += symbol__fprintf_symname_offs(alt.sym, &alt, fp);
897 printed += map__fprintf_dsoname(alt.map, fp);
916 struct addr_location alf, alt;
926 memset(&alt, 0, sizeof(alt));
934 if (thread__find_map_fb(thread, sample->cpumode, to, &alt) &&
935 !alt.map->dso->adjust_symbols)
936 to = map__map_ip(alt.map, to);
947 printed += map__fprintf_dsoname(alt.map, fp);