Home
last modified time | relevance | path

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

/linux-6.3-rc2/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"
/linux-6.3-rc2/tools/perf/util/
A 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()
A Dsymbol-elf.c1352 const char *section_name, in dso__process_kernel_symbol() argument
1363 if (strcmp(section_name, (curr_dso->short_name + dso->short_name_len)) == 0) in dso__process_kernel_symbol()
1366 if (strcmp(section_name, ".text") == 0) { in dso__process_kernel_symbol()
1406 snprintf(dso_name, sizeof(dso_name), "%s%s", dso->short_name, section_name); in dso__process_kernel_symbol()
1567 const char *section_name; in dso__load_sym_internal() local
1640 section_name = elf_sec__name(&shdr, secstrs); in dso__load_sym_internal()
1651 section_name, adjust_kernel_syms, kmodule, &remap_kernel)) in dso__load_sym_internal()
/linux-6.3-rc2/arch/x86/boot/tools/
A Dbuild.c157 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()
/linux-6.3-rc2/scripts/gdb/linux/
A Dsymbols.py102 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)))
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dadf_cfg.c236 const char *section_name, in adf_cfg_add_key_value_param() argument
243 section_name); in adf_cfg_add_key_value_param()
279 if (!adf_cfg_key_val_get(accel_dev, section_name, key, temp_val)) { in adf_cfg_add_key_value_param()
A Dadf_cfg.h37 const char *section_name,
/linux-6.3-rc2/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c216 static inline const char *section_name(Elf64_Shdr *shdr) in section_name() function
363 const char *sh_orig_name = section_name(sh_orig); in emit_rela_section()
434 section_name(shdr)); in emit_all_relocs()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_debug.c4663 const char *section_name; in qed_ilt_dump_pages_section() local
4677 section_name, in qed_ilt_dump_pages_section()
6415 const char **section_name, in qed_read_section_hdr() argument
6651 &section_name, &num_section_params); in qed_parse_idle_chk_dump()
6667 &section_name, &num_section_params); in qed_parse_idle_chk_dump()
6668 if (strcmp(section_name, "idle_chk") || in qed_parse_idle_chk_dump()
7003 &section_name, &num_section_params); in qed_parse_mcp_trace_dump()
7014 &section_name, &num_section_params); in qed_parse_mcp_trace_dump()
7035 &section_name, &num_section_params); in qed_parse_mcp_trace_dump()
7103 &section_name, &num_section_params); in qed_parse_reg_fifo_dump()
[all …]
/linux-6.3-rc2/tools/objtool/
A Delf.c100 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name()
284 !elf_alloc_hash(section_name, sections_nr)) in read_sections()
336 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections()
1136 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in elf_create_section()
/linux-6.3-rc2/Documentation/livepatch/
A Dmodule-elf-format.rst120 .klp.rela.objname.section_name

Completed in 33 milliseconds