Rizin
unix-like reverse engineering framework and cli tools
|
#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 |
Definition at line 645 of file mach0_defines.h.
uint32_t section::addr |
Definition at line 648 of file mach0_defines.h.
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().
uint32_t section::flags |
Definition at line 654 of file mach0_defines.h.
Referenced by cmd_descs_generate.Arg::__str__(), sections_print_json(), sections_print_table(), and set_elf_section_aux().
uint32_t section::nreloc |
Definition at line 653 of file mach0_defines.h.
uint32_t section::offset |
Definition at line 650 of file mach0_defines.h.
Referenced by convert_elf_section(), convert_elf_symbol_entry(), create_section_from_phdr(), get_entry_offset_from_shdr(), get_relocs_entry_from_sections(), get_section_elf_symbols(), rz_bin_elf_get_compiler(), and set_elf_section_aux().
uint32_t section::reloff |
Definition at line 652 of file mach0_defines.h.
uint32_t section::reserved1 |
Definition at line 655 of file mach0_defines.h.
uint32_t section::reserved2 |
Definition at line 656 of file mach0_defines.h.
char section::sectname[16] |
Definition at line 646 of file mach0_defines.h.
char section::segname[16] |
Definition at line 647 of file mach0_defines.h.
uint32_t section::size |
Definition at line 649 of file mach0_defines.h.
Referenced by __dumpSections(), create_section_from_phdr(), extract_sections_symbols(), find_go_build_info(), get_relocs_entry_from_sections(), get_section_bytes(), get_section_elf_symbols(), get_targets_map_base_from_sections(), new_section(), rz_bin_elf_get_compiler(), rz_bin_file_golang_compiler(), rz_bin_file_strings(), rz_bin_get_section_at(), rz_bin_mz_get_segments(), rz_cmd_info_section_bars_handler(), rz_core_bin_apply_sections(), rz_core_bin_sections_print(), scan_cfstring_table(), section_new(), sections(), sections_print_json(), sections_print_table(), set_elf_section_aux(), size(), and string_scan_range_cfstring().