|
From: John R. <jr...@bi...> - 2009-08-25 15:36:16
|
> The real ones that it selects between are likely to be static functions > that aren't in the ELF symbol table and hence aren't visible to us I > guess? At least without full debuginfo. Today the selected function usually has a global name with STT_FUNC type, but it is something such as '__GI_strcmp', or something which designates its usage: "I am the strcmp which uses SSE4.2", "I am the strcmp which uses SSSE3", etc. In the future the selected function could be anonymous except for full debuginfo. -- |