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