/kernel/linux/linux-5.10/tools/leds/ |
D | get_led_device_info.sh | 140 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"
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | config.c | 535 const char *section_name) in find_section() argument 540 if (!strcmp(section->name, section_name)) in find_section() 559 const char *section_name) in add_section() argument 567 section->name = strdup(section_name); in add_section() 614 char *section_name, *name; in collect_config() local 630 section_name = strsep(&ptr, "."); in collect_config() 635 section = find_section(sections, section_name); in collect_config() 637 section = add_section(sections, section_name); in collect_config()
|
D | symbol-elf.c | 963 const char *section_name, in dso__process_kernel_symbol() argument 974 if (strcmp(section_name, (curr_dso->short_name + dso->short_name_len)) == 0) in dso__process_kernel_symbol() 977 if (strcmp(section_name, ".text") == 0) { in dso__process_kernel_symbol() 1017 snprintf(dso_name, sizeof(dso_name), "%s%s", dso->short_name, section_name); in dso__process_kernel_symbol() 1188 const char *section_name; in dso__load_sym() local 1233 section_name = elf_sec__name(&shdr, secstrs); in dso__load_sym() 1244 section_name, adjust_kernel_syms, kmodule, &remap_kernel)) in dso__load_sym()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | flow_dissector_load.h | 10 const char *section_name, in bpf_flow_load() argument 28 if (strcmp(section_name, bpf_program__section_name(prog)) == 0) { in bpf_flow_load()
|
/kernel/linux/linux-5.10/arch/x86/boot/tools/ |
D | build.c | 157 static void update_pecoff_section_header_fields(char *section_name, u32 vma, u32 size, u32 datasz, … in update_pecoff_section_header_fields() argument 173 if (strncmp((char*)section, section_name, 8) == 0) { in update_pecoff_section_header_fields() 193 static void update_pecoff_section_header(char *section_name, u32 offset, u32 size) in update_pecoff_section_header() argument 195 update_pecoff_section_header_fields(section_name, offset, size, size, offset); in update_pecoff_section_header()
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
D | symbols.py | 102 for section_name in [".data", ".data..read_mostly", ".rodata", ".bss", 104 address = section_name_to_address.get(section_name) 107 name=section_name, addr=str(address)))
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
D | adf_cfg.h | 37 const char *section_name,
|
D | adf_cfg.c | 217 const char *section_name, in adf_cfg_add_key_value_param() argument 224 section_name); in adf_cfg_add_key_value_param()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 4544 const char *section_name; in qed_ilt_dump_pages_section() local 4547 section_name = dump_page_ids ? "ilt_page_ids" : "ilt_page_mem"; in qed_ilt_dump_pages_section() 4557 qed_dump_section_hdr(dump_buf + offset, dump, section_name, 1); in qed_ilt_dump_pages_section() 5992 const char **section_name, in qed_read_section_hdr() argument 5998 section_name, ¶m_str_val, num_section_params); in qed_read_section_hdr() 6212 const char *section_name, *param_name, *param_str_val; in qed_parse_idle_chk_dump() local 6229 §ion_name, &num_section_params); in qed_parse_idle_chk_dump() 6230 if (strcmp(section_name, "global_params")) in qed_parse_idle_chk_dump() 6240 §ion_name, &num_section_params); in qed_parse_idle_chk_dump() 6241 if (strcmp(section_name, "idle_chk") || num_section_params != 1) in qed_parse_idle_chk_dump() [all …]
|
/kernel/linux/linux-5.10/Documentation/livepatch/ |
D | module-elf-format.rst | 126 .klp.rela.objname.section_name
|