Searched refs:__glibc_objsize0 (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/string/bits/ |
D | string_fortified.h | 30 __glibc_objsize0 (__dest)); in __NTH() 37 __glibc_objsize0 (__dest)); in __NTH() 46 __glibc_objsize0 (__dest)); in __NTH() 60 __glibc_objsize0 (__dest)); in __NTH() 72 __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); in __NTH()
|
D | strings_fortified.h | 26 __glibc_objsize0 (__dest)); in __NTH() 33 __glibc_objsize0 (__dest)); in __NTH()
|
/glibc-2.36/posix/bits/ |
D | unistd.h | 39 __glibc_objsize0 (__buf), in read() 75 __glibc_objsize0 (__buf), in pread() 83 __glibc_objsize0 (__buf), in pread() 93 __glibc_objsize0 (__buf), in pread64()
|
/glibc-2.36/socket/bits/ |
D | socket2.h | 36 size_t sz = __glibc_objsize0 (__buf); in recv() 64 size_t sz = __glibc_objsize0 (__buf); in recvfrom()
|
/glibc-2.36/wcsmbs/bits/ |
D | wchar2.h | 43 __glibc_objsize0 (__s1), in __NTH() 63 __glibc_objsize0 (__s1), in __NTH() 88 __glibc_objsize0 (__s1), in __NTH() 108 __glibc_objsize0 (__s), in __NTH()
|
/glibc-2.36/include/ |
D | string.h | 127 __explicit_bzero_chk_internal (buf, len, __glibc_objsize0 (buf)) 131 __glibc_objsize0 (buf))
|
/glibc-2.36/libio/bits/ |
D | stdio2.h | 235 size_t sz = __glibc_objsize0 (__ptr); in fread() 284 size_t sz = __glibc_objsize0 (__ptr); in fread_unlocked()
|
/glibc-2.36/misc/sys/ |
D | cdefs.h | 148 # define __glibc_objsize0(__o) __builtin_dynamic_object_size (__o, 0) macro 151 # define __glibc_objsize0(__o) __bos0 (__o) macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.24 | 1697 …[! _SYS_CDEFS_H][!(__USE_FORTIFY_LEVEL == 3 && __glibc_clang_prereq (9, 0))](__glibc_objsize0): Re… 1699 …[! _SYS_CDEFS_H][__USE_FORTIFY_LEVEL == 3 && __glibc_clang_prereq (9, 0)](__glibc_objsize0): Remov… 1701 …Y_LEVEL == 3 && (__glibc_clang_prereq (9, 0) || __GNUC_PREREQ (12, 0)))](__glibc_objsize0): New. 1703 …FY_LEVEL == 3 && (__glibc_clang_prereq (9, 0) || __GNUC_PREREQ (12, 0))](__glibc_objsize0): New. 8118 [!(__USE_FORTIFY_LEVEL == 3 && __glibc_clang_prereq (9, 0))](__glibc_objsize0): Remove. 8141 [__USE_FORTIFY_LEVEL == 3 && __glibc_clang_prereq (9, 0)](__glibc_objsize0): Remove. 8166 …[! _SYS_CDEFS_H][!(__USE_FORTIFY_LEVEL == 3 && __glibc_clang_prereq (9, 0))](__glibc_objsize0): Ne… 8187 [! _SYS_CDEFS_H][__USE_FORTIFY_LEVEL == 3 && __glibc_clang_prereq (9, 0)](__glibc_objsize0): New.
|
D | ChangeLog.22 | 3151 [!(__USE_FORTIFY_LEVEL == 3 && __glibc_clang_prereq (9, 0))](__glibc_objsize0): New. 3153 [__USE_FORTIFY_LEVEL == 3 && __glibc_clang_prereq (9, 0)](__glibc_objsize0): New.
|