Searched refs:FN_PREFIX (Results 1 – 3 of 3) sorted by relevance
70 const string BPFModule::FN_PREFIX = BPF_FN_PREFIX; member in ebpf::BPFModule644 SourceDebugger src_debugger(mod, *sections_p, FN_PREFIX, mod_src_, in finalize()669 if (!strncmp(FN_PREFIX.c_str(), section.first.c_str(), FN_PREFIX.size())) in finalize()682 return function_names_[id].c_str() + FN_PREFIX.size(); in function_name()695 auto section = sections_.find(FN_PREFIX + name); in function_start()788 auto section = sections_.find(FN_PREFIX + name); in function_size()
59 static const std::string FN_PREFIX;