Hi Yubin, > I am wondering whether one can pass arguments to > __attribute__((constructor)). Short answer: no. Long answer: Not via the parameters to the function. But you could store the arguments in global variables and access them from inside the function. Cheers Nick PS. This is really a GCC question, not a binutils question...