Rizin
unix-like reverse engineering framework and cli tools
cache_accel_t Struct Reference

#include <mach0_specs.h>

Public Attributes

uint32_t version
 
uint32_t imageExtrasCount
 
uint32_t imagesExtrasOffset
 
uint32_t bottomUpListOffset
 
uint32_t dylibTrieOffset
 
uint32_t dylibTrieSize
 
uint32_t initializersOffset
 
uint32_t initializersCount
 
uint32_t dofSectionsOffset
 
uint32_t dofSectionsCount
 
uint32_t reExportListOffset
 
uint32_t reExportCount
 
uint32_t depListOffset
 
uint32_t depListCount
 
uint32_t rangeTableOffset
 
uint32_t rangeTableCount
 
uint64_t dyldSectionAddr
 

Detailed Description

Definition at line 284 of file mach0_specs.h.

Member Data Documentation

◆ bottomUpListOffset

uint32_t cache_accel_t::bottomUpListOffset

Definition at line 288 of file mach0_specs.h.

Referenced by header(), and read_cache_accel().

◆ depListCount

uint32_t cache_accel_t::depListCount

Definition at line 298 of file mach0_specs.h.

Referenced by create_cache_bins(), and header().

◆ depListOffset

uint32_t cache_accel_t::depListOffset

Definition at line 297 of file mach0_specs.h.

Referenced by create_cache_bins(), header(), and read_cache_accel().

◆ dofSectionsCount

uint32_t cache_accel_t::dofSectionsCount

Definition at line 294 of file mach0_specs.h.

Referenced by header().

◆ dofSectionsOffset

uint32_t cache_accel_t::dofSectionsOffset

Definition at line 293 of file mach0_specs.h.

Referenced by header(), and read_cache_accel().

◆ dyldSectionAddr

uint64_t cache_accel_t::dyldSectionAddr

Definition at line 301 of file mach0_specs.h.

Referenced by header().

◆ dylibTrieOffset

uint32_t cache_accel_t::dylibTrieOffset

Definition at line 289 of file mach0_specs.h.

Referenced by header(), and read_cache_accel().

◆ dylibTrieSize

uint32_t cache_accel_t::dylibTrieSize

Definition at line 290 of file mach0_specs.h.

Referenced by header().

◆ imageExtrasCount

uint32_t cache_accel_t::imageExtrasCount

Definition at line 286 of file mach0_specs.h.

Referenced by header(), and read_cache_imgextra().

◆ imagesExtrasOffset

uint32_t cache_accel_t::imagesExtrasOffset

Definition at line 287 of file mach0_specs.h.

Referenced by header(), read_cache_accel(), and read_cache_imgextra().

◆ initializersCount

uint32_t cache_accel_t::initializersCount

Definition at line 292 of file mach0_specs.h.

Referenced by header().

◆ initializersOffset

uint32_t cache_accel_t::initializersOffset

Definition at line 291 of file mach0_specs.h.

Referenced by header(), and read_cache_accel().

◆ rangeTableCount

uint32_t cache_accel_t::rangeTableCount

Definition at line 300 of file mach0_specs.h.

Referenced by header().

◆ rangeTableOffset

uint32_t cache_accel_t::rangeTableOffset

Definition at line 299 of file mach0_specs.h.

Referenced by header(), and read_cache_accel().

◆ reExportCount

uint32_t cache_accel_t::reExportCount

Definition at line 296 of file mach0_specs.h.

Referenced by header().

◆ reExportListOffset

uint32_t cache_accel_t::reExportListOffset

Definition at line 295 of file mach0_specs.h.

Referenced by header(), and read_cache_accel().

◆ version

uint32_t cache_accel_t::version

Definition at line 285 of file mach0_specs.h.

Referenced by header().


The documentation for this struct was generated from the following file: