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

#include <mach0_defines.h>

Public Attributes

char sectname [16]
 
char segname [16]
 
uint64_t addr
 
uint64_t size
 
uint32_t offset
 
uint32_t align
 
uint32_t reloff
 
uint32_t nreloc
 
uint32_t flags
 
uint32_t reserved1
 
uint32_t reserved2
 
uint32_t reserved3
 

Detailed Description

Definition at line 659 of file mach0_defines.h.

Member Data Documentation

◆ addr

uint64_t section_64::addr

Definition at line 662 of file mach0_defines.h.

◆ align

uint32_t section_64::align

Definition at line 665 of file mach0_defines.h.

◆ flags

uint32_t section_64::flags

Definition at line 668 of file mach0_defines.h.

Referenced by cmd_descs_generate.Arg::__str__().

◆ nreloc

uint32_t section_64::nreloc

Definition at line 667 of file mach0_defines.h.

◆ offset

uint32_t section_64::offset

Definition at line 664 of file mach0_defines.h.

◆ reloff

uint32_t section_64::reloff

Definition at line 666 of file mach0_defines.h.

◆ reserved1

uint32_t section_64::reserved1

Definition at line 669 of file mach0_defines.h.

◆ reserved2

uint32_t section_64::reserved2

Definition at line 670 of file mach0_defines.h.

◆ reserved3

uint32_t section_64::reserved3

Definition at line 671 of file mach0_defines.h.

◆ sectname

char section_64::sectname[16]

Definition at line 660 of file mach0_defines.h.

◆ segname

char section_64::segname[16]

Definition at line 661 of file mach0_defines.h.

◆ size

uint64_t section_64::size

Definition at line 663 of file mach0_defines.h.


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