/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_cfg.c | 104 const char *section_name); 117 const char *section_name) in adf_cfg_del_all_except() argument 122 adf_cfg_section_del_all_except(&dev_cfg_data->sec_list, section_name); in adf_cfg_del_all_except() 202 const char *section_name) in adf_cfg_section_del_all_except() argument 209 if (!strcmp(ptr->name, section_name)) in adf_cfg_section_del_all_except() 279 const char *section_name, in adf_cfg_add_key_value_param() argument 286 section_name); in adf_cfg_add_key_value_param() 323 if (!adf_cfg_key_val_get(accel_dev, section_name, key, temp_val)) { in adf_cfg_add_key_value_param()
|
H A D | adf_cfg.h | 39 const char *section_name); 41 const char *section_name,
|
/linux/tools/leds/ |
H A 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"
|
/linux/tools/perf/util/ |
H A D | config.c | 595 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()
|
H A D | symbol-elf.c | 1423 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() 1730 section_name = elf_sec__name(&shdr, secstrs); in dso__load_sym_internal() 1742 section_name, in dso__load_sym_internal() 1664 const char *section_name; dso__load_sym_internal() local
|
/linux/scripts/gdb/linux/ |
H A D | symbols.py | 105 for section_name in [".data", ".data..read_mostly", ".rodata", ".bss", 107 address = section_name_to_address.get(section_name) 110 name=section_name, addr=str(address)))
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 219 static inline const char *section_name(Elf64_Shdr *shdr) in section_name() function 366 const char *sh_orig_name = section_name(sh_orig); in emit_rela_section() 440 section_name(shdr)); in emit_all_relocs()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_debug.c | 4663 const char *section_name; in qed_ilt_dump_pages_section() local 4667 section_name = dump_page_ids ? "ilt_page_ids" : "ilt_page_mem"; in qed_ilt_dump_pages_section() 4677 section_name, in qed_ilt_dump_pages_section() 4689 continue_dump, section_name, 1); in qed_ilt_dump_pages_section() 6414 const char **section_name, in qed_read_section_hdr() argument 6420 section_name, ¶m_str_val, num_section_params); in qed_read_section_hdr() 6634 const char *section_name, *param_name, *param_str_val; in qed_parse_idle_chk_dump() local 6650 §ion_name, &num_section_params); in qed_parse_idle_chk_dump() 6651 if (strcmp(section_name, "global_params")) in qed_parse_idle_chk_dump() 6666 §ion_name, &num_section_params); in qed_parse_idle_chk_dump() [all …]
|
/linux/tools/objtool/ |
H A D | elf.c | 134 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name() 324 !elf_alloc_hash(section_name, sections_nr)) in read_sections() 372 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections() 1161 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in elf_create_section()
|
/linux/Documentation/livepatch/ |
H A D | module-elf-format.rst | 120 .klp.rela.objname.section_name
|