[#BloombergLP-balst-ResolverImpl-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::ResolverImpl :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<balst_resolverimpl_elf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class RESOLVER_POLICY> class ResolverImpl; ---- == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balst/ResolverImpl-0e.adoc[`ResolverImpl<ObjectFileFormat::Elf>`] | This class provides a public static `resolve` method that, given a vector of `StackTraceFrame`s that have only their `address` fields set, resolves as many other fields in those frames as possible. The Elf object file format is used on Linux and Solaris platforms. On Linux, some Elf sections contain data in the DWARF format, which makes it possible to resolve line numbers and file names. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#