This series is mainly a change in internal structures for describing functions: - symt_function doesn't support multi range of addresses - while symt_inlinesite does That's the major difference between the two. So the aim of this serie is to decribe function and inline sites with a single structure.
-- v2: dbghelp: Get rid of symt_inlinesite by merging it inside symt_function. dbghelp: Use addr_range for storing symt_function address and size. dbghelp: Store address range as FAM in symt_inlinesite. dbghelp: No longer pass inline site's address upon creation.