MCPcopy Create free account
hub / github.com/boostorg/stacktrace / Dl_info

Class Dl_info

include/boost/stacktrace/detail/location_from_symbol.hpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33namespace boost { namespace stacktrace { namespace detail {
34
35struct Dl_info {
36 std::string fname_storage{};
37 const char *dli_fname = nullptr;
38 const char *dli_sname = nullptr;
39};
40
41int dladdr(const void* address_raw, Dl_info* info) noexcept {
42 static constexpr std::size_t dl_buff_size = 0x1000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected