Lines Matching refs:strcmp
90 if (strcmp(sym, tr->stext) == 0) { in read_symbol_tr()
93 } else if (strcmp(sym, tr->etext) == 0) { in read_symbol_tr()
121 if (strcmp(sym, "_text") == 0) in read_symbol()
128 if (strcmp(sym, "__kernel_syscall_via_break") && in read_symbol()
129 strcmp(sym, "__kernel_syscall_via_epc") && in read_symbol()
130 strcmp(sym, "__kernel_sigtramp") && in read_symbol()
131 strcmp(sym, "__gp")) in read_symbol()
213 strcmp((char *)s->sym + offset, text_range_text->etext)) || in symbol_valid()
215 strcmp((char *)s->sym + offset, text_range_inittext->etext))) in symbol_valid()
224 if( strcmp((char *)s->sym + offset, special_symbols[i]) == 0 ) in symbol_valid()
641 if(strcmp(argv[i], "--all-symbols") == 0) in main()