On Thu, Jun 1, 2023 at 4:29 PM HAGIO KAZUHITO(萩尾 一仁) <k-hagio-ab@nec.com> wrote:
>> +                       for (; sp < sp_end; sp++) {
>> +                               if (MODULE_PSEUDO_SYMBOL(sp))
>> +                                       continue;
>>
>
> This means that it will also skip searching for any *_INIT_* , is it
> expected behavior?

No, it skips only module pseudo symbols, which *start* with "_MODULE_".


Ok, thank you for the confirmation, Kazu.

Thanks
Lianbo