Searched refs:SYMBOL_PTR_PREFIX (Results 1 – 2 of 2) sorted by relevance
93 #define SYMBOL_PTR_PREFIX "__gendwarfksyms_ptr_" macro94 #define SYMBOL_PTR_PREFIX_LEN (sizeof(SYMBOL_PTR_PREFIX) - 1)
53 return name && !strncmp(name, SYMBOL_PTR_PREFIX, SYMBOL_PTR_PREFIX_LEN); in is_symbol_ptr()