Radare2 怎么搜索对应的函数

需要使用 radare2 查找在代码的那个方法中存在对应的信息,例如

-(void) helloworld{
NSLog(@"%d",kCCOptionECBMode);
}

以上的方法调用了NSLog,如何通过radare2 命令获取到这个 helloworld 方法