Searched refs:KSYMS_CLOSEST (Results 1 – 5 of 5) sorted by relevance
37 #define DB_STGY_ANY (KSYMS_ANY|KSYMS_CLOSEST) /* anything goes */38 #define DB_STGY_XTRN (KSYMS_EXTERN|KSYMS_CLOSEST) /* only external symbols */39 #define DB_STGY_PROC (KSYMS_PROC|KSYMS_CLOSEST) /* only procedures */
350 strategy|KSYMS_CLOSEST) == 0) { in db_symstr()354 strategy|KSYMS_CLOSEST) != 0) in db_symstr()429 strategy|KSYMS_CLOSEST) == 0) { in db_printsym()433 strategy|KSYMS_CLOSEST) != 0) in db_printsym()
131 #define KSYMS_CLOSEST 0001 /* Nearest lower match */ macro
83 if (ksyms_getname(&mod, &sym, val, KSYMS_PROC|KSYMS_CLOSEST) == 0) { in drm_symstr()
838 KSYMS_CLOSEST|KSYMS_PROC|KSYMS_ANY) == 0) { in get_symbol_and_offset()840 KSYMS_CLOSEST|KSYMS_PROC|KSYMS_ANY); in get_symbol_and_offset()