Searched defs:MemoryMappingLayoutData (Results 1 – 7 of 7) sorted by relevance
42 struct MemoryMappingLayoutData { struct43 int current_image;44 u32 current_magic;45 u32 current_filetype;46 ModuleArch current_arch;47 u8 current_uuid[kModuleUUIDSize];48 int current_load_cmd_count;49 const char *current_load_cmd_addr;50 bool current_instrumented;
28 struct MemoryMappingLayoutData { struct29 InternalMmapVector<zx_info_maps_t> data;30 size_t current; // Current index into the vector.
40 struct MemoryMappingLayoutData { struct41 ProcSelfMapsBuff proc_self_maps;42 const char *current;
21 struct MemoryMappingLayoutData { struct22 int current_image;23 u32 current_magic;24 u32 current_filetype;25 ModuleArch current_arch;26 u8 current_uuid[kModuleUUIDSize];27 int current_load_cmd_count;28 const char *current_load_cmd_addr;29 bool current_instrumented;
38 struct MemoryMappingLayoutData { struct39 ProcSelfMapsBuff proc_self_maps;40 const char *current;
23 struct MemoryMappingLayoutData { struct24 int current_image;25 u32 current_magic;26 u32 current_filetype;27 ModuleArch current_arch;28 u8 current_uuid[kModuleUUIDSize];29 int current_load_cmd_count;30 const char *current_load_cmd_addr;31 bool current_instrumented;
41 struct MemoryMappingLayoutData { struct42 ProcSelfMapsBuff proc_self_maps;43 const char *current;