Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dnm.c37 struct size_sym struct
663 const struct size_sym *x = (const struct size_sym *) P_x; in size_forward2()
664 const struct size_sym *y = (const struct size_sym *) P_y; in size_forward2()
682 struct size_sym **symsizesp) in sort_symbols_by_size()
684 struct size_sym *symsizes; in sort_symbols_by_size()
693 symsizes = (struct size_sym *) xmalloc (symcount * sizeof (struct size_sym)); in sort_symbols_by_size()
766 qsort ((void *) *symsizesp, symcount, sizeof (struct size_sym), size_forward2); in sort_symbols_by_size()
945 struct size_sym *symsizes, long symcount, in print_size_symbols()
949 struct size_sym *from, *fromend; in print_size_symbols()
1006 struct size_sym *symsizes; in display_rel_file()
DChangeLog-91972398 (struct size_sym): Define.
2409 symbol; store in a newly allocate struct size_sym array.