Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Domapimage.c67 const char *section_name; in omapimage_print_section() local
70 section_name = "CHSETTINGS"; in omapimage_print_section()
72 section_name = "UNKNOWNKEY"; in omapimage_print_section()
79 section_name, in omapimage_print_section()
109 toc->section_name, in omapimage_print_header()
135 strcpy((char *)toc->section_name, "CHSETTINGS"); in omapimage_set_header()
H A Domapimage.h17 uint8_t section_name[12]; member
/OK3568_Linux_fs/kernel/tools/leds/
H 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"
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dconfig.c535 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()
H A Dsymbol-elf.c963 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dflow_dissector_load.h10 const char *section_name, in bpf_flow_load() argument
28 if (strcmp(section_name, bpf_program__section_name(prog)) == 0) { in bpf_flow_load()
/OK3568_Linux_fs/kernel/arch/x86/boot/tools/
H 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()
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H 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)))
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c4543 const char *section_name; in qed_ilt_dump_pages_section() local
4546 section_name = dump_page_ids ? "ilt_page_ids" : "ilt_page_mem"; in qed_ilt_dump_pages_section()
4556 qed_dump_section_hdr(dump_buf + offset, dump, section_name, 1); in qed_ilt_dump_pages_section()
5991 const char **section_name, in qed_read_section_hdr() argument
5997 section_name, &param_str_val, num_section_params); in qed_read_section_hdr()
6211 const char *section_name, *param_name, *param_str_val; in qed_parse_idle_chk_dump() local
6228 &section_name, &num_section_params); in qed_parse_idle_chk_dump()
6229 if (strcmp(section_name, "global_params")) in qed_parse_idle_chk_dump()
6239 &section_name, &num_section_params); in qed_parse_idle_chk_dump()
6240 if (strcmp(section_name, "idle_chk") || num_section_params != 1) in qed_parse_idle_chk_dump()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test_ini.c424 static int ini_get_key(char *section_name, char *key_name, char *value) in ini_get_key() argument
434 FTS_TEST_DBG("section name:%s, key name:%s\n", section_name, key_name); in ini_get_key()
439 key_len = strlen(section_name); in ini_get_key()
442 if (fts_strncmp(section->name, section_name, key_len) != 0) in ini_get_key()
455 FTS_TEST_DBG("section:%s,%s=%s\n", section_name, key_name, value); in ini_get_key()
466 static int ini_get_string_value(char *section_name, char *key_name, char *rval) in ini_get_string_value() argument
468 if (!section_name || !key_name || !rval) { in ini_get_string_value()
473 return ini_get_key(section_name, key_name, rval); in ini_get_string_value()
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dadf_cfg.h37 const char *section_name,
H A Dadf_cfg.c217 const char *section_name, in adf_cfg_add_key_value_param() argument
224 section_name); in adf_cfg_add_key_value_param()
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dmodule-elf-format.rst126 .klp.rela.objname.section_name