Rizin
unix-like reverse engineering framework and cli tools
|
#include "elf.h"
Go to the source code of this file.
Functions | |
static ut64 | get_targets_map_base_from_segments (ELFOBJ *bin) |
static ut64 | get_targets_map_base_from_sections (ELFOBJ *bin) |
static ut64 | get_targets_map_base (ELFOBJ *bin) |
ut64 Elf_() | rz_bin_elf_get_targets_map_base (ELFOBJ *bin) |
Definition at line 36 of file elf_map.c.
References Elf_, get_targets_map_base_from_sections(), get_targets_map_base_from_segments(), and rz_bin_elf_has_segments().
Referenced by rz_bin_elf_get_targets_map_base().
Definition at line 22 of file elf_map.c.
References rz_bin_elf_foreach_sections, RZ_MAX, section::size, ut64(), and UT64_MAX.
Referenced by get_targets_map_base().
Definition at line 7 of file elf_map.c.
References PT_LOAD, rz_bin_elf_foreach_segments, RZ_MAX, RzBinElfSegment, and ut64().
Referenced by get_targets_map_base().
Definition at line 44 of file elf_map.c.
References Elf_, get_targets_map_base(), rz_num_align_delta(), and ut64().
Referenced by init().