pub struct DwarfContext<'a> { /* private fields */ }Implementations§
Source§impl<'a> DwarfContext<'a>
impl<'a> DwarfContext<'a>
pub fn new(loaded: &'a LoadedDwarf<'a>) -> Self
Sourcepub fn find_structs(
&self,
filter: Option<&str>,
include_go_runtime: bool,
) -> Result<Vec<StructLayout>>
pub fn find_structs( &self, filter: Option<&str>, include_go_runtime: bool, ) -> Result<Vec<StructLayout>>
Find all structs in the binary.
filter: Optional substring filter for struct namesinclude_go_runtime: If false, Go runtime internal types are filtered out