tag | line | file | source code |
---|---|---|---|
__va_rounded_size | 14 | include/stdarg.h | (AP = ((char *) &(LASTARG) + __va_rounded_size (LASTARG))) |
__va_rounded_size | 18 | include/stdarg.h | AP = ((char *) &(LASTARG) + __va_rounded_size (LASTARG))) |
__va_rounded_size | 25 | include/stdarg.h | (AP += __va_rounded_size (TYPE), \ |
__va_rounded_size | 26 | include/stdarg.h | *((TYPE *) (AP - __va_rounded_size (TYPE)))) |