Searched refs:executable_p (Results 1 – 1 of 1) sorted by relevance
| /third_party/elfutils/debuginfod/ |
| D | debuginfod.cxx | 2893 elf_classify (int fd, bool &executable_p, bool &debuginfo_p, string &buildid, set<string>& debug_so… in elf_classify() argument 2943 executable_p = false; in elf_classify() 2960 executable_p = true; in elf_classify() 3058 bool executable_p = false, debuginfo_p = false; // E and/or D in scan_source_file() local 3066 elf_classify (fd, executable_p, debuginfo_p, buildid, sourcefiles); in scan_source_file() 3094 executable_p = false; in scan_source_file() 3106 if (executable_p) in scan_source_file() 3110 if (executable_p || debuginfo_p) in scan_source_file() 3116 .bind(3, executable_p ? 1 : 0) in scan_source_file() 3121 if (executable_p) in scan_source_file() [all …]
|