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

#include <mach0_defines.h>

Public Attributes

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

Detailed Description

Definition at line 645 of file mach0_defines.h.

Member Data Documentation

◆ addr

uint32_t section::addr

Definition at line 648 of file mach0_defines.h.

◆ align

uint32_t section::align

Definition at line 651 of file mach0_defines.h.

Referenced by sections_print_json(), sections_print_table(), and set_elf_section_aux().

◆ flags

◆ nreloc

uint32_t section::nreloc

Definition at line 653 of file mach0_defines.h.

◆ offset

◆ reloff

uint32_t section::reloff

Definition at line 652 of file mach0_defines.h.

◆ reserved1

uint32_t section::reserved1

Definition at line 655 of file mach0_defines.h.

◆ reserved2

uint32_t section::reserved2

Definition at line 656 of file mach0_defines.h.

◆ sectname

char section::sectname[16]

Definition at line 646 of file mach0_defines.h.

◆ segname

char section::segname[16]

Definition at line 647 of file mach0_defines.h.

◆ size


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