Searched full:caller_func_name (Results 1 – 3 of 3) sorted by relevance
205 caller_func_name = line[line.find('<') + 1: line.rfind('>')]228 … func_list.append(LibcFuncUnit(arch, caller_addr, caller_func_name, func_list[callee_inedx].nr))
111 CALLER_FUNC_NAME: {type: STRING, desc: caller elf name}
1010 "CALLER_FUNC_NAME", stat.callerElfName, in ReportDumpStats()