Searched refs:alt (Results 1 – 4 of 4) sorted by relevance
/tools/objtool/ |
D | special.c | 73 struct special_alt *alt) in get_alt_entry() argument 80 alt->group = entry->group; in get_alt_entry() 81 alt->jump_or_nop = entry->jump_or_nop; in get_alt_entry() 83 if (alt->group) { in get_alt_entry() 84 alt->orig_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry() 86 alt->new_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry() 102 alt->skip_orig = true; in get_alt_entry() 115 alt->skip_orig = true; in get_alt_entry() 117 alt->skip_alt = true; in get_alt_entry() 132 alt->orig_sec = orig_rela->sym->sec; in get_alt_entry() [all …]
|
D | check.c | 836 struct alternative *alt; in add_special_section_alts() local 879 alt = malloc(sizeof(*alt)); in add_special_section_alts() 880 if (!alt) { in add_special_section_alts() 886 alt->insn = new_insn; in add_special_section_alts() 887 alt->skip_orig = special_alt->skip_orig; in add_special_section_alts() 889 list_add_tail(&alt->list, &orig_insn->alts); in add_special_section_alts() 904 struct alternative *alt; in add_jump_table() local 935 alt = malloc(sizeof(*alt)); in add_jump_table() 936 if (!alt) { in add_jump_table() 941 alt->insn = dest_insn; in add_jump_table() [all …]
|
/tools/perf/ |
D | builtin-script.c | 738 struct addr_location alf, alt; in perf_sample__fprintf_brstack() local 751 memset(&alt, 0, sizeof(alt)); in perf_sample__fprintf_brstack() 753 thread__find_map_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstack() 766 printed += map__fprintf_dsoname(alt.map, fp); in perf_sample__fprintf_brstack() 785 struct addr_location alf, alt; in perf_sample__fprintf_brstacksym() local 795 memset(&alt, 0, sizeof(alt)); in perf_sample__fprintf_brstacksym() 800 thread__find_symbol_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstacksym() 809 printed += symbol__fprintf_symname_offs(alt.sym, &alt, fp); in perf_sample__fprintf_brstacksym() 812 printed += map__fprintf_dsoname(alt.map, fp); in perf_sample__fprintf_brstacksym() 830 struct addr_location alf, alt; in perf_sample__fprintf_brstackoff() local [all …]
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 3913 tr.alt {background-color:#ddd;}\n\
|