HomeSort by relevance Sort by last modified time
    Searched defs:__bos (Results 1 - 3 of 3) sorted by null

  /bionic/libc/include/sys/
cdefs.h 292 // As we move some FORTIFY checks to be always on, __bos needs to be
305 #define __bos(s) __bosn((s), __bos_level) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 146 #define __bos(ptr) __builtin_object_size (ptr, __USE_FORTIFY_LEVEL > 1) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 146 #define __bos(ptr) __builtin_object_size (ptr, __USE_FORTIFY_LEVEL > 1) macro

Completed in 150 milliseconds