调用函数时传入的参数值
The @entry form refers to the value of the parameter when the function was entered. This isn't always available, but sometimes it is -- there is a DWARF extension for it, and GCC emits this when possible.
c++ - difference between this and this@entry? - Stack Overflow