Home
last modified time | relevance | path

Searched refs:section_name (Results 1 – 5 of 5) sorted by relevance

/tools/leds/
Dget_led_device_info.sh140 local section_name="$1"
143 printf "$section_name :\t%-${status_tab}.${status_tab}s %s %s\n" "$section_val" "[ OK ] " "$msg"
148 local section_name="$1"
151 printf "$section_name :\t%-${status_tab}.${status_tab}s %s %s\n" "$section_val" "[ FAILED ]" "$msg"
/tools/perf/util/
Dconfig.c595 const char *section_name) in find_section() argument
600 if (!strcmp(section->name, section_name)) in find_section()
619 const char *section_name) in add_section() argument
627 section->name = strdup(section_name); in add_section()
674 char *section_name, *name; in collect_config() local
690 section_name = strsep(&ptr, "."); in collect_config()
695 section = find_section(sections, section_name); in collect_config()
697 section = add_section(sections, section_name); in collect_config()
Dsymbol-elf.c1423 const char *section_name, in dso__process_kernel_symbol() argument
1435 if (strcmp(section_name, (dso__short_name(curr_dso) + dso__short_name_len(dso))) == 0) in dso__process_kernel_symbol()
1438 if (strcmp(section_name, ".text") == 0) { in dso__process_kernel_symbol()
1492 snprintf(dso_name, sizeof(dso_name), "%s%s", dso__short_name(dso), section_name); in dso__process_kernel_symbol()
1657 const char *section_name; in dso__load_sym_internal() local
1730 section_name = elf_sec__name(&shdr, secstrs); in dso__load_sym_internal()
1742 section_name, in dso__load_sym_internal()
/tools/testing/selftests/x86/bugs/
Dcommon.py104 def get_section_info(vmlinux, section_name): argument
108 section = elffile.get_section_by_name(section_name)
/tools/objtool/
Delf.c134 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name()
329 !elf_alloc_hash(section_name, sections_nr)) in read_sections()
377 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections()
1166 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in elf_create_section()