/openbmc/libcper/tests/ |
H A D | ir-tests.cpp | 22 void cper_log_section_ir_test(const char *section_name, int single_section) in cper_log_section_ir_test() argument 27 FILE *record = generate_record_memstream(§ion_name, 1, &buf, &size, in cper_log_section_ir_test() 51 void cper_log_section_binary_test(const char *section_name, int single_section) in cper_log_section_binary_test() argument 56 FILE *record = generate_record_memstream(§ion_name, 1, &buf, &size, in cper_log_section_binary_test() 93 void cper_log_section_dual_ir_test(const char *section_name) in cper_log_section_dual_ir_test() argument 95 cper_log_section_ir_test(section_name, 0); in cper_log_section_dual_ir_test() 96 cper_log_section_ir_test(section_name, 1); in cper_log_section_dual_ir_test() 100 void cper_log_section_dual_binary_test(const char *section_name) in cper_log_section_dual_binary_test() argument 102 cper_log_section_binary_test(section_name, 0); in cper_log_section_dual_binary_test() 103 cper_log_section_binary_test(section_name, 1); in cper_log_section_dual_binary_test()
|
/openbmc/u-boot/tools/ |
H A D | omapimage.c | 68 const char *section_name; in omapimage_print_section() local 71 section_name = "CHSETTINGS"; in omapimage_print_section() 73 section_name = "UNKNOWNKEY"; in omapimage_print_section() 80 section_name, in omapimage_print_section() 110 toc->section_name, in omapimage_print_header() 136 strcpy((char *)toc->section_name, "CHSETTINGS"); in omapimage_set_header()
|
H A D | omapimage.h | 16 uint8_t section_name[12]; member
|
/openbmc/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"
|
/openbmc/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 | 1370 const char *section_name, in dso__process_kernel_symbol() argument 1381 if (strcmp(section_name, (curr_dso->short_name + dso->short_name_len)) == 0) in dso__process_kernel_symbol() 1384 if (strcmp(section_name, ".text") == 0) { in dso__process_kernel_symbol() 1428 snprintf(dso_name, sizeof(dso_name), "%s%s", dso->short_name, section_name); in dso__process_kernel_symbol() 1592 const char *section_name; in dso__load_sym_internal() local 1665 section_name = elf_sec__name(&shdr, secstrs); in dso__load_sym_internal() 1676 section_name, adjust_kernel_syms, kmodule, &remap_kernel)) in dso__load_sym_internal()
|
/openbmc/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)))
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 216 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()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_cfg.c | 250 const char *section_name, in adf_cfg_add_key_value_param() argument 257 section_name); in adf_cfg_add_key_value_param() 294 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,
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_debug.c | 4663 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 §ion_name, &num_section_params); in qed_parse_idle_chk_dump() 6667 §ion_name, &num_section_params); in qed_parse_idle_chk_dump() 6668 if (strcmp(section_name, "idle_chk") || in qed_parse_idle_chk_dump() 7003 §ion_name, &num_section_params); in qed_parse_mcp_trace_dump() 7014 §ion_name, &num_section_params); in qed_parse_mcp_trace_dump() 7035 §ion_name, &num_section_params); in qed_parse_mcp_trace_dump() 7103 §ion_name, &num_section_params); in qed_parse_reg_fifo_dump() [all …]
|
/openbmc/linux/tools/objtool/ |
H A D | elf.c | 136 elf_hash_for_each_possible(section_name, sec, name_hash, str_hash(name)) { in find_section_by_name() 326 !elf_alloc_hash(section_name, sections_nr)) in read_sections() 374 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in read_sections() 1163 elf_hash_add(section_name, &sec->name_hash, str_hash(sec->name)); in elf_create_section()
|
/openbmc/linux/Documentation/livepatch/ |
H A D | module-elf-format.rst | 120 .klp.rela.objname.section_name
|