Home
last modified time | relevance | path

Searched refs:reallocarray (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/tools/build/feature/
Dtest-reallocarray.c7 return !!reallocarray(NULL, 1, 1); in main()
DMakefile19 test-reallocarray.bin \
228 $(OUTPUT)test-reallocarray.bin:
/Linux-v5.4/tools/include/tools/
Dlibc_compat.h11 static inline void *reallocarray(void *ptr, size_t nmemb, size_t size) in reallocarray() function
/Linux-v5.4/tools/bpf/bpftool/
DMakefile64 FEATURE_TESTS = libbfd disassembler-four-args reallocarray zlib
87 ifeq ($(feature-reallocarray), 0)
Dxlated_dumper.c35 tmp = reallocarray(dd->sym_mapping, dd->sym_count + 1, in kernel_syms_load()
Dprog.c1181 new_map_replace = reallocarray(map_replace, in load_with_options()
/Linux-v5.4/tools/build/
DMakefile.feature62 reallocarray \
/Linux-v5.4/tools/lib/bpf/
DMakefile105 ifeq ($(feature-reallocarray), 0)
Dlibbpf.c420 progs = reallocarray(progs, nr_progs + 1, sizeof(progs[0])); in bpf_object__add_program()
1628 reloc = reallocarray(reloc, nr_reloc + 1, in bpf_object__elf_collect()
3212 new_insn = reallocarray(prog->insns, new_cnt, sizeof(*insn)); in bpf_program__reloc_text()
/Linux-v5.4/tools/perf/
DMakefile.config425 ifeq ($(feature-reallocarray), 0)
/Linux-v5.4/tools/perf/util/
Dcs-etm.c327 traceid_queues = reallocarray(traceid_queues, in cs_etm__etmq_get_traceid_queue()