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

  /bionic/linker/
linker_namespaces.cpp 122 if ((si->get_rtld_flags() & RTLD_GLOBAL) != 0) {
linker_soinfo.h 209 uint32_t get_rtld_flags() const;
linker_soinfo.cpp 506 uint32_t soinfo::get_rtld_flags() const { function in class:soinfo
653 return !is_linked() || ((get_rtld_flags() & (RTLD_NODELETE | RTLD_GLOBAL)) == 0);
linker.cpp 844 if ((si->get_rtld_flags() & RTLD_GLOBAL) == 0 &&
863 (caller->get_rtld_flags() & RTLD_GLOBAL) == 0) {
    [all...]

Completed in 689 milliseconds