/Linux-v4.19/tools/lib/bpf/ |
D | libbpf.c | 138 char *section_name; member 267 zfree(&prog->section_name); in bpf_program__exit() 277 bpf_program__init(void *data, size_t size, char *section_name, int idx, in bpf_program__init() argument 281 pr_warning("corrupted section '%s'\n", section_name); in bpf_program__init() 287 prog->section_name = strdup(section_name); in bpf_program__init() 288 if (!prog->section_name) { in bpf_program__init() 290 idx, section_name); in bpf_program__init() 297 section_name); in bpf_program__init() 316 char *section_name, int idx) in bpf_object__add_program() argument 321 err = bpf_program__init(data, size, section_name, idx, &prog); in bpf_object__add_program() [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | config.c | 503 const char *section_name) in find_section() argument 508 if (!strcmp(section->name, section_name)) in find_section() 527 const char *section_name) in add_section() argument 535 section->name = strdup(section_name); in add_section() 582 char *section_name, *name; in collect_config() local 598 section_name = strsep(&ptr, "."); in collect_config() 603 section = find_section(sections, section_name); in collect_config() 605 section = add_section(sections, section_name); in collect_config()
|
D | symbol-elf.c | 804 const char *section_name, in dso__process_kernel_symbol() argument 815 if (strcmp(section_name, (curr_dso->short_name + dso->short_name_len)) == 0) in dso__process_kernel_symbol() 818 if (strcmp(section_name, ".text") == 0) { in dso__process_kernel_symbol() 858 snprintf(dso_name, sizeof(dso_name), "%s%s", dso->short_name, section_name); in dso__process_kernel_symbol() 1026 const char *section_name; in dso__load_sym() local 1070 section_name = elf_sec__name(&shdr, secstrs); in dso__load_sym() 1081 section_name, adjust_kernel_syms, kmodule, &remap_kernel)) in dso__load_sym()
|
/Linux-v4.19/arch/x86/boot/tools/ |
D | build.c | 146 static void update_pecoff_section_header_fields(char *section_name, u32 vma, u32 size, u32 datasz, … in update_pecoff_section_header_fields() argument 162 if (strncmp((char*)section, section_name, 8) == 0) { in update_pecoff_section_header_fields() 182 static void update_pecoff_section_header(char *section_name, u32 offset, u32 size) in update_pecoff_section_header() argument 184 update_pecoff_section_header_fields(section_name, offset, size, size, offset); in update_pecoff_section_header()
|
/Linux-v4.19/scripts/gdb/linux/ |
D | symbols.py | 102 for section_name in [".data", ".data..read_mostly", ".rodata", ".bss"]: 103 address = section_name_to_address.get(section_name) 106 name=section_name, addr=str(address)))
|
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | adf_cfg.h | 81 const char *section_name,
|
D | adf_cfg.c | 285 const char *section_name, in adf_cfg_add_key_value_param() argument 292 section_name); in adf_cfg_add_key_value_param()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 6268 const char **section_name, in qed_read_section_hdr() argument 6274 section_name, ¶m_str_val, num_section_params); in qed_read_section_hdr() 6468 const char *section_name, *param_name, *param_str_val; in qed_parse_idle_chk_dump() local 6485 §ion_name, &num_section_params); in qed_parse_idle_chk_dump() 6486 if (strcmp(section_name, "global_params")) in qed_parse_idle_chk_dump() 6496 §ion_name, &num_section_params); in qed_parse_idle_chk_dump() 6497 if (strcmp(section_name, "idle_chk") || num_section_params != 1) in qed_parse_idle_chk_dump() 6814 const char *section_name, *param_name, *param_str_val; in qed_parse_mcp_trace_dump() local 6827 §ion_name, &num_section_params); in qed_parse_mcp_trace_dump() 6828 if (strcmp(section_name, "global_params")) in qed_parse_mcp_trace_dump() [all …]
|
/Linux-v4.19/Documentation/livepatch/ |
D | module-elf-format.txt | 147 .klp.rela.objname.section_name
|