Searched refs:syma (Results 1 – 3 of 3) sorted by relevance
13 int arch__choose_best_symbol(struct symbol *syma, in arch__choose_best_symbol() argument16 char *sym = syma->name; in arch__choose_best_symbol()
139 int __weak arch__choose_best_symbol(struct symbol *syma, in arch__choose_best_symbol() argument143 if (strlen(syma->name) >= 3 && !strncmp(syma->name, "SyS", 3)) in arch__choose_best_symbol()145 if (strlen(syma->name) >= 10 && !strncmp(syma->name, "compat_SyS", 10)) in arch__choose_best_symbol()151 static int choose_best_symbol(struct symbol *syma, struct symbol *symb) in choose_best_symbol() argument158 a = syma->end - syma->start; in choose_best_symbol()165 if (syma->type != symb->type) { in choose_best_symbol()166 if (syma->type == STT_NOTYPE) in choose_best_symbol()173 a = syma->binding == STB_WEAK; in choose_best_symbol()181 a = syma->binding == STB_GLOBAL; in choose_best_symbol()189 a = prefix_underscores_count(syma->name); in choose_best_symbol()[all …]
231 int arch__choose_best_symbol(struct symbol *syma, struct symbol *symb);