Searched defs:DNBExecutableImageInfo (Results 1 – 1 of 1) sorted by relevance
310 struct DNBExecutableImageInfo { struct311 char name[PATH_MAX]; // Name of the executable image (usually a full path)313 state; // State of the executable image (see enum DNBSharedLibraryState)314 nub_addr_t header_addr; // Executable header address315 uuid_t uuid; // Unique identifier for matching with symbols317 num_segments; // Number of contiguous memory segments to in SEGMENTS array318 DNBSegment *segments; // Array of contiguous memory segments in executable