Searched refs:findsym (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/boot/
H A Dpgm_check_info.c32 static noinline char *findsym(unsigned long ip, unsigned short *off, unsigned short *len) function
68 p = findsym((unsigned long)ip, &off, &len);
/linux-master/scripts/
H A Dunifdef.c217 static int findsym(const char *);
679 if ((cursym = findsym(cp)) < 0)
869 sym = findsym(cp);
883 sym = findsym(cp);
1121 findsym(const char *str) function
1142 debug("findsym %s %s", symname[symind],
1159 symind = findsym(sym);

Completed in 122 milliseconds