OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_exec
(Results
1 - 4
of
4
) sorted by null
/external/qemu/elff/
elf_file.h
107
bool
is_exec
() const {
function in class:ElfFile
/ndk/sources/host-tools/ndk-stack/elff/
elf_file.h
107
bool
is_exec
() const {
function in class:ElfFile
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
120
bool
is_exec
= m_Config.codeGenType() == LinkerConfig::Exec;
local
124
assert(is_dynobj ||
is_exec
|| is_binary || is_object);
126
if (is_dynobj ||
is_exec
) {
137
if (is_object || is_dynobj ||
is_exec
) {
165
if (is_dynobj ||
is_exec
)
174
if (is_dynobj ||
is_exec
)
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
1362
bool
is_exec
= (pSectHdr.flag() & llvm::ELF::SHF_EXECINSTR) != 0;
local
[
all
...]
Completed in 328 milliseconds