Home
last modified time | relevance | path

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

/tools/leds/
A 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/
A Dconfig.c622 const char *section_name) in find_section() argument
627 if (!strcmp(section->name, section_name)) in find_section()
646 const char *section_name) in add_section() argument
654 section->name = strdup(section_name); in add_section()
701 char *section_name, *name; in collect_config() local
717 section_name = strsep(&ptr, "."); in collect_config()
722 section = find_section(sections, section_name); in collect_config()
724 section = add_section(sections, section_name); in collect_config()
A Dsymbol-elf.c1422 const char *section_name, in dso__process_kernel_symbol() argument
1434 if (strcmp(section_name, (dso__short_name(curr_dso) + dso__short_name_len(dso))) == 0) in dso__process_kernel_symbol()
1437 if (strcmp(section_name, ".text") == 0) { in dso__process_kernel_symbol()
1491 snprintf(dso_name, sizeof(dso_name), "%s%s", dso__short_name(dso), section_name); in dso__process_kernel_symbol()
1656 const char *section_name; in dso__load_sym_internal() local
1735 section_name = elf_sec__name(&shdr, secstrs); in dso__load_sym_internal()
1747 section_name, in dso__load_sym_internal()
/tools/testing/selftests/x86/bugs/
A Dcommon.py104 def get_section_info(vmlinux, section_name): argument
108 section = elffile.get_section_by_name(section_name)
/tools/objtool/
A 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()
376 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections()
1194 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in elf_create_section()

Completed in 16 milliseconds