Lines Matching refs:executable
1042 bool ElfFile::Load(bool executable, std::string* error_msg) {1045 if (executable) {1151 if (executable && ((program_header->p_flags & PF_X) != 0)) {1253 if (executable) {