Searched refs:ReportGetElfArch (Results 1 – 5 of 5) sorted by relevance
30 libhiperf_report.ReportGetElfArch.restype = c_char_p70 ret = libhiperf_report.ReportGetElfArch(b'elf32_test')73 ret = libhiperf_report.ReportGetElfArch(b'elf_test')76 ret = libhiperf_report.ReportGetElfArch(b'hiperf')
79 my_lib.ReportGetElfArch.restype = c_char_p80 ret = my_lib.ReportGetElfArch(elf_path.encode())
95 DLL_EXPORT const char *CDECL ReportGetElfArch(const char *elfPath);
34 ReportGetElfArch(dataPtr); in FuzzLibReport()
162 const char *ReportGetElfArch(const char *elfPath) in ReportGetElfArch() function