Used to access data from the .map file generated by Cygwin\ObjDump.exe
Inheritance Hierarchy
Kernel.Debug.Data ElfMap
Namespace: Kernel.Debug.Data
Assembly: Kernel.Debug.Data (in Kernel.Debug.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The ElfMap type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ElfMap |
Initialises a new elf map and opens the specified map file.
|
Methods
Name | Description | |
---|---|---|
![]() | ContainsExactAddress |
Determines whether the map contains exactly the specified address
|
![]() | GetAddress |
gets the address of the specified label or returns UInt.MaxValue
if label not found.
|
![]() | GetNearestLabels |
Gets the labels that are at or the nearest before the specified address.
|
![]() | ReadFile |
Reads the specified file as an elf map file.
|
Fields
Name | Description | |
---|---|---|
![]() | Map |
The underlying map dictionary that maps addresses to labels
|
![]() | minAddress |
The minimum loaded address. Used in nearest label searching to reduce search time.
|
See Also