Lines Matching refs:size_t
38 size_t d_size;
154 size_t str_len = strlen(str);
155 size_t sfx_len = strlen(sfx);
225 static inline void *libbpf_reallocarray(void *ptr, size_t nmemb, size_t size)
227 size_t total;
246 static inline void libbpf_strlcpy(char *dst, const char *src, size_t sz)
248 size_t i;
312 void *libbpf_add_mem(void **data, size_t *cap_cnt, size_t elem_sz,
313 size_t cur_cnt, size_t max_cnt, size_t add_cnt);
314 int libbpf_ensure_mem(void **data, size_t *cap_cnt, size_t elem_sz, size_t need_cnt);
328 size_t opts_sz, size_t user_sz,
331 if (user_sz < sizeof(size_t)) {
414 int libbpf__load_raw_btf(const char *raw_types, size_t types_len,
415 const char *str_sec, size_t str_len);
416 int btf_load_into_kernel(struct btf *btf, char *log_buf, size_t log_sz, __u32 log_level);
538 size_t nr_syms;
539 size_t strtabidx;
540 size_t verdef_strtabidx;
541 size_t next_sym_idx;
632 size_t local_essent_len,
647 static inline bool is_pow_of_2(size_t x)
679 unsigned long **poffsets, size_t *pcnt);