Re: Nested function - Avoid it in symbol table

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> It disappears for me when using -O1 or higher, but that's probably due
> to inlining because it's a trivial function. Still, if it isn't by
> default, forcing it to inline could be an approach.
Actually I dont want it to be inlined the reason beingthe function's
text need to be in different section rather than .text.
That is the function is defined as
__attribute__((visibility ("hidden"), noinline, section (".nested_func_text")))

> Another way would be of course to convert it to a normal function. That
> will depend on the kind of magic that it's being done by that macro.

>
> Regards
>


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux