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

  /frameworks/rs/driver/linkloader/include/
ELFSymbol.h 96 #define ELF_ST_VISIBILITY(o) ((o)&0x3)
98 return ELF_ST_VISIBILITY(st_other);
100 #undef ELF_ST_VISIBILITY
  /bionic/libc/include/sys/
exec_elf.h 518 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3)
    [all...]

Completed in 82 milliseconds