Searched defs:__RENAME (Results 1 - 4 of 4) sorted by relevance

/bionic/tools/versioner/tests/preprocessor_file_offset_bits/expected/
H A Dfoo.h11 #define __RENAME(x) __asm__(#x) macro
14 int truncate(const char* __path, off_t __length) __RENAME(truncate64) __INTRODUCED_IN(21);
22 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64)
31 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
/bionic/tools/versioner/tests/preprocessor_file_offset_bits/headers/
H A Dfoo.h11 #define __RENAME(x) __asm__(#x) macro
14 int truncate(const char* __path, off_t __length) __RENAME(truncate64) __INTRODUCED_IN(21);
20 ssize_t pread(int __fd, void* __buf, size_t __count, off_t __offset) __RENAME(pread64)
27 off_t lseek(int __fd, off_t __offset, int __whence) __RENAME(lseek64);
/bionic/libc/include/sys/
H A Dcdefs.h309 // Don't use __RENAME directly because on gcc, this could result in a number of
311 # define __RENAME_CLANG(x) __RENAME(x)
331 #define __RENAME(x) __asm__(#x) macro
/bionic/tools/versioner/current/sys/
H A Dcdefs.h309 // Don't use __RENAME directly because on gcc, this could result in a number of
311 # define __RENAME_CLANG(x) __RENAME(x)
331 #define __RENAME(x) __asm__(#x) macro

Completed in 137 milliseconds