Home
last modified time | relevance | path

Searched refs:symlen (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
A Dhist.c89 int symlen; in hists__calc_col_len() local
100 symlen = h->ms.sym->namelen + 4; in hists__calc_col_len()
102 symlen += BITS_PER_LONG / 4 + 2 + 3; in hists__calc_col_len()
105 symlen = unresolved_col_width + 4 + 2; in hists__calc_col_len()
166 symlen); in hists__calc_col_len()
168 symlen + 1); in hists__calc_col_len()
172 symlen); in hists__calc_col_len()
174 symlen); in hists__calc_col_len()
181 symlen); in hists__calc_col_len()
185 symlen); in hists__calc_col_len()
[all …]
A Dgenelf.c176 int symlen; in jit_write_elf() local
341 symlen = 2 + strlen(sym); in jit_write_elf()
342 strsym = calloc(1, symlen); in jit_write_elf()
365 d->d_size = symlen; in jit_write_elf()

Completed in 16 milliseconds