menu
native_stack_traces package
documentation
elf.dart
Elf
namedSections method
namedSections method
dark_mode
light_mode
namedSections
method
Iterable
<
Section
>
namedSections
(
String
name
)
Implementation
Iterable<Section> namedSections(String name) => _sectionsByName[name] ?? <Section>[];
native_stack_traces package
documentation
elf
Elf
namedSections method
Elf class