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

  /frameworks/rs/cpu_ref/linkloader/include/
ELFSymbol.h 96 #define ELF_ST_VISIBILITY(o) ((o)&0x3)
98 return ELF_ST_VISIBILITY(st_other);
100 #undef ELF_ST_VISIBILITY
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 221 #define ELF_ST_VISIBILITY(v) ((v) & ELF_VISIBILITY_MASK)
225 #define ELF32_ST_OTHER(vis) ELF_ST_VISIBILITY(vis)
229 #define ELF64_ST_OTHER(vis) ELF_ST_VISIBILITY(vis)
elf.c 562 entry->vis = ELF_ST_VISIBILITY(vis);
  /bionic/libc/include/sys/
exec_elf.h 518 #define ELF_ST_VISIBILITY(other) ((uint32_t)(other) & 3)
    [all...]

Completed in 158 milliseconds