Home
last modified time | relevance | path

Searched refs:executable_p (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/debuginfod/
Ddebuginfod.cxx2183 elf_classify (int fd, bool &executable_p, bool &debuginfo_p, string &buildid, set<string>& debug_so… in elf_classify() argument
2233 executable_p = false; in elf_classify()
2250 executable_p = true; in elf_classify()
2328 bool executable_p = false, debuginfo_p = false; // E and/or D in scan_source_file() local
2336 elf_classify (fd, executable_p, debuginfo_p, buildid, sourcefiles); in scan_source_file()
2364 executable_p = false; in scan_source_file()
2376 if (executable_p) in scan_source_file()
2380 if (executable_p || debuginfo_p) in scan_source_file()
2386 .bind(3, executable_p ? 1 : 0) in scan_source_file()
2391 if (executable_p) in scan_source_file()
[all …]