Home
last modified time | relevance | path

Searched refs:strset__new (Results 1 - 4 of 4) sorted by relevance

/third_party/libbpf/src/
H A Dstrset.h12 struct strset *strset__new(size_t max_data_sz, const char *init_data, size_t init_data_sz);
H A Dstrset.c39 struct strset *strset__new(size_t max_data_sz, const char *init_data, size_t init_data_sz) in strset__new() function
H A Dbtf.c1716 set = strset__new(BTF_MAX_STR_OFFSET, btf->strs_data, btf->hdr->str_len);
3608 d->strs_set = strset__new(BTF_MAX_STR_OFFSET, NULL, 0);
H A Dlinker.c337 linker->strtab_strs = strset__new(INT_MAX, "", sizeof("")); in init_output_elf()

Completed in 10 milliseconds