xerus
a general purpose tensor library
|
relevant information belonging to a single bfd More...
Public Types | |
typedef bfd_boolean() | deleter_t(bfd *) |
Public Member Functions | |
storedBfd (bfd *_abfd, deleter_t *_del) | |
Public Attributes | |
std::unique_ptr< bfd, deleter_t * > | abfd |
intptr_t | offset |
std::unique_ptr< asymbol *[]> | symbols |
relevant information belonging to a single bfd
Definition at line 48 of file callStack.cpp.
typedef bfd_boolean() xerus::misc::internal::bfdResolver::storedBfd::deleter_t(bfd *) |
Definition at line 49 of file callStack.cpp.
|
inline |
Definition at line 53 of file callStack.cpp.
std::unique_ptr<bfd, deleter_t*> xerus::misc::internal::bfdResolver::storedBfd::abfd |
Definition at line 50 of file callStack.cpp.
intptr_t xerus::misc::internal::bfdResolver::storedBfd::offset |
Definition at line 52 of file callStack.cpp.
std::unique_ptr<asymbol*[]> xerus::misc::internal::bfdResolver::storedBfd::symbols |
Definition at line 51 of file callStack.cpp.