HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_EXE (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker_soinfo.h 42 #define FLAG_EXE 0x00000004 // The main executable
linker_soinfo.cpp 683 return (flags_ & FLAG_EXE) != 0;
703 flags_ |= FLAG_EXE;

Completed in 56 milliseconds