OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_EXE
(Results
1 - 2
of
2
) sorted by null
/bionic/linker/
linker.h
93
#define
FLAG_EXE
0x00000004 // The main executable
linker.cpp
221
if (info->flags &
FLAG_EXE
) {
238
if (info->flags &
FLAG_EXE
) {
1035
if ((si->flags &
FLAG_EXE
) == 0) {
1043
* TODO:
FLAG_EXE
is set for both ET_DYN and ET_EXEC executables.
[
all
...]
Completed in 437 milliseconds