| /linux-6.15/tools/perf/util/ |
| H A D | genelf.c | 180 d->d_buf = unwinding; in jit_add_eh_frame_info() 214 d->d_buf = unwinding + unwinding_table_size; in jit_add_eh_frame_info() 316 d->d_buf = (void *)code; in jit_write_elf() 363 d->d_buf = shd_string_table; in jit_write_elf() 399 d->d_buf = symtab; in jit_write_elf() 442 d->d_buf = strsym; in jit_write_elf() 484 d->d_buf = &bnote; in jit_write_elf()
|
| H A D | genelf_debug.c | 527 d->d_buf = buffer_ext_addr(&dl); in jit_add_debug_info() 561 d->d_buf = buffer_ext_addr(&di); in jit_add_debug_info() 595 d->d_buf = buffer_ext_addr(&da); in jit_add_debug_info()
|
| H A D | symbol-elf.c | 155 return symstrs->d_buf + sym->st_name; in elf_sym__name() 161 return secstrs->d_buf + shdr->sh_name; in elf_sec__name() 608 disp = get_x86_64_plt_disp(di->plt_got_data->d_buf + i); in get_plt_got_name() 912 ptr = data->d_buf; in elf_read_build_id() 913 while (ptr < (data->d_buf + data->d_size)) { in elf_read_build_id() 1163 strncpy(debuglink, data->d_buf, size); in filename__read_debuglink() 1243 wrapped = fmemopen(scn_data->d_buf, scn_data->d_size, "r"); in read_gnu_debugdata() 1738 u64 *opd = opddata->d_buf + offset; in dso__load_sym_internal() 2823 .d_buf = (void *) data, .d_type = ELF_T_ADDR, in populate_sdt_note() 2973 !memcmp(data->d_buf + name_off, SDT_NOTE_NAME, in construct_sdt_notes_list() [all …]
|
| /linux-6.15/drivers/crypto/ccp/ |
| H A D | ccp-crypto-rsa.c | 121 kfree_sensitive(ctx->u.rsa.d_buf); in ccp_rsa_free_key_bufs() 122 ctx->u.rsa.d_buf = NULL; in ccp_rsa_free_key_bufs() 163 ret = ccp_copy_and_save_keypart(&ctx->u.rsa.d_buf, in ccp_rsa_setkey() 169 ctx->u.rsa.d_buf, ctx->u.rsa.d_len); in ccp_rsa_setkey()
|
| H A D | ccp-crypto.h | 250 u8 *d_buf; member
|
| /linux-6.15/tools/objtool/ |
| H A D | orc_dump.c | 88 orc = data->d_buf; in orc_dump() 91 orc_ip = data->d_buf; in orc_dump()
|
| H A D | special.c | 81 alt->orig_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry() 83 alt->new_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry()
|
| H A D | elf.c | 657 symtab_data->d_buf = buf; in elf_update_symbol() 672 shndx_data->d_buf = buf; in elf_update_symbol() 1073 data->d_buf = str; in elf_add_string() 1125 sec->data->d_buf = malloc(size); in elf_create_section() 1126 if (!sec->data->d_buf) { in elf_create_section() 1130 memset(sec->data->d_buf, 0, size); in elf_create_section() 1231 memcpy(data->d_buf + offset, insn, len); in elf_write_insn()
|
| H A D | check.c | 825 int *site = (int *)sec->data->d_buf + idx; in create_ibt_endbr_seal_sections() 2218 hint = (struct unwind_hint *)sec->data->d_buf + i; in read_unwind_hints() 2319 type = *(u32 *)(sec->data->d_buf + (reloc_idx(reloc) * sec->sh.sh_entsize) + 4); in read_annotate()
|
| /linux-6.15/tools/objtool/arch/powerpc/ |
| H A D | decode.c | 51 ins = bswap_if_needed(file->elf, *(u32 *)(sec->data->d_buf + offset)); in arch_decode_instruction()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | linker.c | 784 obj->btf = btf__new(data->d_buf, shdr->sh_size); in linker_load_obj_file() 795 obj->btf_ext = btf_ext__new(data->d_buf, shdr->sh_size); in linker_load_obj_file() 936 sym = sec->data->d_buf; in linker_sanity_check_elf_symtab() 1033 relo = sec->data->d_buf; in linker_sanity_check_elf_relos() 1190 data->d_buf = NULL; in init_sec() 1409 Elf64_Sym *sym = symtab->data->d_buf; in linker_append_elf_syms() 2241 src_rel = src_sec->data->d_buf; in linker_append_elf_relos() 2291 Elf64_Sym *sym = symtab->data->d_buf; in find_sym_by_name() 2771 sec->data->d_buf = (void *)strs; in bpf_linker__finalize() 2791 sec->data->d_buf = sec->raw_data; in bpf_linker__finalize() [all …]
|
| H A D | libbpf.c | 871 void *data = sec_data->d_buf; in bpf_object__add_programs() 1448 data->d_buf + vsi->offset, in init_struct_ops_maps() 2013 sec_desc->data->d_buf, in bpf_object__init_global_data_maps() 2021 sec_desc->data->d_buf, in bpf_object__init_global_data_maps() 3057 obj->efile.arena_data->d_buf, in bpf_object__init_user_btf_maps() 3249 obj->btf = btf__new(btf_data->d_buf, btf_data->d_size); in bpf_object__init_btf() 3268 obj->btf_ext = btf_ext__new(btf_ext_data->d_buf, btf_ext_data->d_size); in bpf_object__init_btf() 3756 return (Elf64_Sym *)obj->efile.symbols->d_buf + idx; in elf_sym_by_idx() 3764 return (Elf64_Rel *)data->d_buf + idx; in elf_rel_by_idx() 3904 err = bpf_object__init_license(obj, data->d_buf, data->d_size); in bpf_object__elf_collect() [all …]
|
| H A D | usdt.c | 629 err = parse_usdt_note(elf, path, &nhdr, data->d_buf, name_off, desc_off, ¬e); in collect_usdt_targets()
|
| /linux-6.15/tools/bpf/resolve_btfids/ |
| H A D | main.c | 626 int *ptr = data->d_buf; in id_patch() 703 set = data->d_buf + off; in sets_patch() 706 set8 = data->d_buf + off; in sets_patch()
|
| /linux-6.15/tools/objtool/arch/loongarch/ |
| H A D | orc.c | 109 orc = (struct orc_entry *)orc_sec->data->d_buf + idx; in write_orc_entry()
|
| H A D | decode.c | 300 inst = *(union loongarch_instruction *)(sec->data->d_buf + offset); in arch_decode_instruction()
|
| /linux-6.15/tools/objtool/arch/x86/ |
| H A D | orc.c | 108 orc = (struct orc_entry *)orc_sec->data->d_buf + idx; in write_orc_entry()
|
| H A D | decode.c | 173 ret = insn_decode(&ins, sec->data->d_buf + offset, maxlen, in arch_decode_instruction()
|
| /linux-6.15/scripts/gendwarfksyms/ |
| H A D | kabi.c | 174 rule_str = rule_data->d_buf; in kabi_read_rules()
|
| /linux-6.15/lib/zlib_deflate/ |
| H A D | defutil.h | 216 ush *d_buf; member
|
| H A D | deftree.c | 921 s->d_buf[s->last_lit] = (ush)dist; 977 dist = s->d_buf[lx];
|
| H A D | deflate.c | 268 s->d_buf = overlay + s->lit_bufsize/sizeof(ush); in zlib_deflateInit2()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 2639 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_get() local 2642 if (!d_buf) in lpfc_sli_hbqbuf_get() 2682 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_find() local 3204 struct lpfc_dmabuf *d_buf; in lpfc_nvme_unsol_ls_handler() local 3212 d_buf = piocb->cmd_dmabuf; in lpfc_nvme_unsol_ls_handler() 18728 struct lpfc_dmabuf *d_buf; in lpfc_fc_frame_add() local 18776 d_buf = list_entry(seq_dmabuf->dbuf.list.prev, typeof(*d_buf), list); in lpfc_fc_frame_add() 18793 d_buf = list_entry(d_buf->list.prev, typeof(*d_buf), list); in lpfc_fc_frame_add() 19154 struct lpfc_dmabuf *d_buf; in lpfc_seq_complete() local 19265 iocbq->bpl_dmabuf = d_buf; in lpfc_prep_seq() [all …]
|
| H A D | lpfc_debugfs.c | 288 struct lpfc_dmabuf *d_buf; in lpfc_debugfs_hbqinfo_data() local 312 list_for_each_entry(d_buf, &hbqs->hbq_buffer_list, list) in lpfc_debugfs_hbqinfo_data() 357 list_for_each_entry(d_buf, &hbqs->hbq_buffer_list, list) { in lpfc_debugfs_hbqinfo_data() 358 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); in lpfc_debugfs_hbqinfo_data()
|
| /linux-6.15/tools/objtool/include/objtool/ |
| H A D | elf.h | 210 return rsec->data->d_buf + (reloc_idx(reloc) * rsec->sh.sh_entsize); in reloc_rel()
|