Searched defs:DNBExecutableImageInfo (Results 1 – 1 of 1) sorted by relevance
323 struct DNBExecutableImageInfo struct325 char name[PATH_MAX]; // Name of the executable image (usually a full path)326 uint32_t state; // State of the executable image (see enum DNBSharedLibraryState)327 nub_addr_t header_addr; // Executable header address328 uuid_t uuid; // Unique indentifier for matching with symbols329 uint32_t num_segments; // Number of contiguous memory segments to in SEGMENTS array330 DNBSegment *segments; // Array of contiguous memory segments in executable