Rizin
unix-like reverse engineering framework and cli tools
|
#include <xbe.h>
Public Attributes | |
ut32 | flags |
ut32 | vaddr |
ut32 | vsize |
ut32 | offset |
ut32 | size |
ut32 | name_addr |
ut32 | refcount |
ut32 | padding [2] |
ut8 | digest [20] |
ut8 xbe_section::digest[20] |
Definition at line 57 of file xbe.h.
Referenced by read_xbe_section().
ut32 xbe_section::flags |
Definition at line 49 of file xbe.h.
Referenced by cmd_descs_generate.Arg::__str__(), read_xbe_section(), and sections().
ut32 xbe_section::name_addr |
Definition at line 54 of file xbe.h.
Referenced by read_xbe_section(), and sections().
ut32 xbe_section::offset |
Definition at line 52 of file xbe.h.
Referenced by read_xbe_section(), sections(), and symbols().
ut32 xbe_section::padding[2] |
Definition at line 56 of file xbe.h.
Referenced by read_xbe_section().
ut32 xbe_section::refcount |
Definition at line 55 of file xbe.h.
Referenced by read_xbe_section().
ut32 xbe_section::size |
Definition at line 53 of file xbe.h.
Referenced by read_xbe_section(), and sections().
ut32 xbe_section::vaddr |
Definition at line 50 of file xbe.h.
Referenced by read_xbe_section(), sections(), and symbols().
ut32 xbe_section::vsize |
Definition at line 51 of file xbe.h.
Referenced by read_xbe_section(), sections(), and symbols().