| /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 | 627 const char *section_name) in find_section() argument 632 if (!strcmp(section->name, section_name)) in find_section() 651 const char *section_name) in add_section() argument 659 section->name = strdup(section_name); in add_section() 706 char *section_name, *name; in collect_config() local 722 section_name = strsep(&ptr, "."); in collect_config() 727 section = find_section(sections, section_name); in collect_config() 729 section = add_section(sections, section_name); in collect_config()
|
| H A D | symbol-elf.c | 1350 const char *section_name, in dso__process_kernel_symbol() argument 1362 if (strcmp(section_name, (dso__short_name(curr_dso) + dso__short_name_len(dso))) == 0) in dso__process_kernel_symbol() 1365 if (strcmp(section_name, ".text") == 0) { in dso__process_kernel_symbol() 1419 snprintf(dso_name, sizeof(dso_name), "%s%s", dso__short_name(dso), section_name); in dso__process_kernel_symbol() 1587 const char *section_name; in dso__load_sym_internal() local 1666 section_name = elf_sec__name(&shdr, secstrs); in dso__load_sym_internal() 1678 section_name, in dso__load_sym_internal()
|
| /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/tools/testing/selftests/x86/bugs/ |
| H A D | common.py | 104 def get_section_info(vmlinux, section_name): argument 108 section = elffile.get_section_by_name(section_name)
|
| /linux/scripts/gdb/linux/ |
| H A D | symbols.py | 175 for section_name in [".data", ".data..read_mostly", ".rodata", ".bss", 177 address = section_name_to_address.get(section_name) 180 name=section_name, addr=str(address)))
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 4665 const char *section_name; in qed_ilt_dump_pages_section() local 4669 section_name = dump_page_ids ? "ilt_page_ids" : "ilt_page_mem"; in qed_ilt_dump_pages_section() 4679 section_name, in qed_ilt_dump_pages_section() 4691 continue_dump, section_name, 1); in qed_ilt_dump_pages_section() 6416 const char **section_name, in qed_read_section_hdr() argument 6422 section_name, ¶m_str_val, num_section_params); in qed_read_section_hdr() 6636 const char *section_name, *param_name, *param_str_val; in qed_parse_idle_chk_dump() local 6652 §ion_name, &num_section_params); in qed_parse_idle_chk_dump() 6653 if (strcmp(section_name, "global_params")) in qed_parse_idle_chk_dump() 6668 §ion_name, &num_section_params); in qed_parse_idle_chk_dump() [all …]
|
| /linux/tools/objtool/ |
| H A D | elf.c | 138 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name() 377 !elf_alloc_hash(section_name, sections_nr)) in read_sections() 424 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections() 1265 !elf_alloc_hash(section_name, 1000) || in elf_create_file() 1289 elf_hash_add(section_name, &null->name_hash, str_hash(null->name)); in elf_create_file() 1290 elf_hash_add(section_name, &strtab->name_hash, str_hash(strtab->name)); in elf_create_file() 1291 elf_hash_add(section_name, &shstrtab->name_hash, str_hash(shstrtab->name)); in elf_create_file() 1469 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
|