bc-string ~master (2021-10-17T08:40:59Z)
Dub
Repo
Image
bc
core
system
linux
elf
Undocumented in source.
version(LinuxOrBSD)
struct
Image {
static
Image
openSelf
();
bool
isValid
[@property getter];
T
processDebugLineSectionData
(S sink, const(void*)[] callstack, char** frameList, T function(ref S, ref Image, const(void*)[], const char**, const(ubyte)[]) nothrow @(nogc) processor);
size_t
baseAddress
[@property getter];
}
Members
Functions
processDebugLineSectionData
T
processDebugLineSectionData
(S sink, const(void*)[] callstack, char** frameList, T function(ref S, ref Image, const(void*)[], const char**, const(ubyte)[]) nothrow @(nogc) processor)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
baseAddress
size_t
baseAddress
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool
isValid
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
openSelf
Image
openSelf
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
bc
core
system
linux
elf
structs
Image