Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 22 of 22) sorted by relevance

/tools/perf/util/
A Dstring.c323 memmove(d, s, p - s); in strdup_esc()
327 memmove(d, s, strlen(s) + 1); in strdup_esc()
340 memmove(ptr, ptr + 1, end - (ptr + 1)); in remove_consumed_esc()
383 memmove(d, d + 1, len); in strdup_esq()
387 memmove(d, d + 1, strlen(d + 1) + 1); in strdup_esq()
390 memmove(d, d + 1, strlen(d + 1) + 1); in strdup_esq()
A Dpstack.c47 memmove(pstack->entries + i, in pstack__remove()
A Dcopyfile.c97 ptr = memmove(ptr + 1, ptr, strlen(ptr) - 1); in copyfile_mode_ns()
A Dcomm.c182 memmove(&comm_strs->strs[insert + 1], &comm_strs->strs[insert], in comm_strs__findnew()
A Dmaps.c531 memmove(&maps_by_address[address_idx], in __maps__remove()
539 memmove(&maps_by_name[name_idx], in __maps__remove()
788 memmove(&maps_by_address[first_after_index+to_add], in __maps__insert_sorted()
A Ddsos.c228 memmove(&dsos->dsos[insert + 1], &dsos->dsos[insert], in __dsos__add()
A Ddemangle-rust-v0.c369 memmove(out + i + 1, out + i, (len - i - 1) * sizeof(uint32_t)); in punycode_decode()
584 memmove(conv_buf, conv_buf+consumed, conv_buf_len-consumed); in nibbles_to_string()
A Dmachine.c2254 memmove(iter + i, iter + i + off, in remove_loops()
2257 memmove(l + i, l + i + off, in remove_loops()
/tools/testing/selftests/powerpc/copyloops/
A Dmemmove_validate.c42 memmove(usermap + dst_off, usermap + src_off, len); in testcase_run()
/tools/testing/selftests/bpf/
A Ddisasm_helpers.c65 memmove(buf, pfx_end, len); in disasm_insn()
/tools/include/nolibc/
A Dstring.h38 void *memmove(void *dst, const void *src, size_t len);
40 void *memmove(void *dst, const void *src, size_t len) in memmove() function
A Darch-x86.h345 void *memmove(void *dst, const void *src, size_t len);
/tools/bpf/bpftool/
A Dxlated_dumper.c111 memmove(p + 3, p, strlen(buf) + 1 - (p - buf)); in print_insn_for_graph()
118 memmove(p + 1, p, strlen(buf) + 1 - (p - buf)); in print_insn_for_graph()
A Dcommon.c514 memmove(line, value, len); in get_fdinfo()
/tools/testing/selftests/mm/
A Dthp_settings.c138 memmove(buf, c, sizeof(buf) - (c - buf)); in thp_read_string()
/tools/testing/selftests/net/
A Dgro.c408 memmove(buf, no_ext, total_hdr_len); in recompute_packet()
409 memmove(buf + total_hdr_len + extlen, in recompute_packet()
/tools/lib/subcmd/
A Dparse-options.c627 memmove(ctx->out + ctx->cpidx, ctx->argv, ctx->argc * sizeof(*ctx->out)); in parse_options_end()
/tools/mm/
A Dslabinfo.c287 memmove(buffer + n - 2, buffer + n - 3, 4); in store_size()
/tools/perf/ui/browsers/
A Dhists.c1793 memmove(dummy_hpp.buf, start, ret + 1); in hists_browser__scnprintf_hierarchy_headers()
/tools/lib/bpf/
A Dbtf.c5271 memmove(p, t, len); in btf_dedup_compact_types()
A Dlibbpf.c7699 memmove(orig + patch_sz, orig + orig_sz, rem_sz); in patch_log()
/tools/perf/
A Dbuiltin-trace.c3089 memmove(pos + filename_len, pos, to_move); in trace__vfs_getname()

Completed in 91 milliseconds