Home
last modified time | relevance | path

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

/minix3/minix/commands/swifi/
H A Dextra.c19 static struct nlist *exe_nlist; variable
47 if (exe_nlist[i].n_type != N_TEXT) in kallsyms_address_to_symbol()
49 if (exe_nlist[i].n_value <= off) in kallsyms_address_to_symbol()
51 if (!below || exe_nlist[i].n_value > below->n_value) in kallsyms_address_to_symbol()
52 below= &exe_nlist[i]; in kallsyms_address_to_symbol()
54 if (exe_nlist[i].n_value > off) in kallsyms_address_to_symbol()
56 if (!above || exe_nlist[i].n_value < above->n_value) in kallsyms_address_to_symbol()
57 above= &exe_nlist[i]; in kallsyms_address_to_symbol()
148 if (!exe_nlist)
150 exe_nlist_n= read_nlist(exe_name, &exe_nlist);
[all …]