Searched defs:__ssp_bos (Results 1 – 3 of 3) sorted by relevance
67 # define __ssp_bos(ptr) __builtin_dynamic_object_size(ptr, 1) macro70 # define __ssp_bos(ptr) __builtin_object_size(ptr, __SSP_FORTIFY_LEVEL > 1) macro
51 # define __ssp_bos(ptr) __builtin_object_size (ptr, __SSP_FORTIFY_LEVEL > 1) macro