Searched refs:alt (Results 1 – 6 of 6) sorted by relevance
/tools/objtool/ |
D | special.c | 57 void __weak arch_handle_alternative(unsigned short feature, struct special_alt *alt) in arch_handle_alternative() argument 70 struct special_alt *alt) in get_alt_entry() argument 77 alt->group = entry->group; in get_alt_entry() 78 alt->jump_or_nop = entry->jump_or_nop; in get_alt_entry() 80 if (alt->group) { in get_alt_entry() 81 alt->orig_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry() 83 alt->new_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry() 93 arch_handle_alternative(feature, alt); in get_alt_entry() 102 reloc_to_sec_off(orig_reloc, &alt->orig_sec, &alt->orig_off); in get_alt_entry() 104 if (!entry->group || alt->new_len) { in get_alt_entry() [all …]
|
D | check.c | 1572 struct alternative *alt; in add_special_section_alts() local 1621 alt = malloc(sizeof(*alt)); in add_special_section_alts() 1622 if (!alt) { in add_special_section_alts() 1628 alt->insn = new_insn; in add_special_section_alts() 1629 alt->skip_orig = special_alt->skip_orig; in add_special_section_alts() 1631 list_add_tail(&alt->list, &orig_insn->alts); in add_special_section_alts() 1652 struct alternative *alt; in add_jump_table() local 1683 alt = malloc(sizeof(*alt)); in add_jump_table() 1684 if (!alt) { in add_jump_table() 1689 alt->insn = dest_insn; in add_jump_table() [all …]
|
/tools/objtool/arch/x86/ |
D | special.c | 10 void arch_handle_alternative(unsigned short feature, struct special_alt *alt) in arch_handle_alternative() argument 24 alt->skip_orig = true; in arch_handle_alternative() 26 alt->skip_alt = true; in arch_handle_alternative() 34 alt->skip_orig = true; in arch_handle_alternative()
|
/tools/objtool/include/objtool/ |
D | special.h | 35 void arch_handle_alternative(unsigned short feature, struct special_alt *alt);
|
/tools/perf/ |
D | builtin-script.c | 861 struct addr_location alf, alt; in perf_sample__fprintf_brstack() local 874 memset(&alt, 0, sizeof(alt)); in perf_sample__fprintf_brstack() 876 thread__find_map_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstack() 889 printed += map__fprintf_dsoname(alt.map, fp); in perf_sample__fprintf_brstack() 909 struct addr_location alf, alt; in perf_sample__fprintf_brstacksym() local 919 memset(&alt, 0, sizeof(alt)); in perf_sample__fprintf_brstacksym() 924 thread__find_symbol_fb(thread, sample->cpumode, to, &alt); in perf_sample__fprintf_brstacksym() 933 printed += symbol__fprintf_symname_offs(alt.sym, &alt, fp); in perf_sample__fprintf_brstacksym() 936 printed += map__fprintf_dsoname(alt.map, fp); in perf_sample__fprintf_brstacksym() 955 struct addr_location alf, alt; in perf_sample__fprintf_brstackoff() local [all …]
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 4120 tr.alt {background-color:#ddd;}\n\
|