Home
last modified time | relevance | path

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

/linux-6.14.4/scripts/
Dsorttable.c529 int symentsize = shdr_entsize(symtab_sec); in get_mcount_loc() local
545 sym = (void *)sym + symentsize; in get_mcount_loc()
582 int symentsize; in do_sort() local
722 symentsize = shdr_entsize(symtab_sec); in do_sort()
724 for (sym = sym_start; (void *)sym + symentsize < sym_end; in do_sort()
725 sym = (void *)sym + symentsize) { in do_sort()
743 ((void *)sort_needed_sym - (void *)symtab) / symentsize, in do_sort()