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

#include <p9bin.h>

Public Attributes

unsigned long magic
 
unsigned long text
 
unsigned long data
 
unsigned long bss
 
unsigned long syms
 
unsigned long entry
 
unsigned long spsz
 
unsigned long pcsz
 

Detailed Description

Definition at line 14 of file p9bin.h.

Member Data Documentation

◆ bss

unsigned long plan9_exec::bss

Definition at line 18 of file p9bin.h.

◆ data

unsigned long plan9_exec::data

Definition at line 17 of file p9bin.h.

Referenced by test_group_name.GroupTest::run().

◆ entry

unsigned long plan9_exec::entry

Definition at line 20 of file p9bin.h.

◆ magic

unsigned long plan9_exec::magic

Definition at line 15 of file p9bin.h.

◆ pcsz

unsigned long plan9_exec::pcsz

Definition at line 22 of file p9bin.h.

◆ spsz

unsigned long plan9_exec::spsz

Definition at line 21 of file p9bin.h.

◆ syms

unsigned long plan9_exec::syms

Definition at line 19 of file p9bin.h.

◆ text

unsigned long plan9_exec::text

Definition at line 16 of file p9bin.h.


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