Home
last modified time | relevance | path

Searched defs:__ssp_bos (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/include/ssp/
Dssp.h67 # define __ssp_bos(ptr) __builtin_dynamic_object_size(ptr, 1) macro
70 # define __ssp_bos(ptr) __builtin_object_size(ptr, __SSP_FORTIFY_LEVEL > 1) macro
/netbsd/src/external/gpl3/gcc/dist/libssp/ssp/
Dssp.h.in51 # define __ssp_bos(ptr) __builtin_object_size (ptr, __SSP_FORTIFY_LEVEL > 1) macro