Rizin
unix-like reverse engineering framework and cli tools
elf_dynamic.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2021 08A <08A@riseup.net>
2
// SPDX-FileCopyrightText: 2021 RizinOrg <info@rizin.re>
3
// SPDX-License-Identifier: LGPL-3.0-only
4
5
#include "
elf.h
"
6
#include <
ht_uu.h
>
7
8
#ifndef _INCLUDE_ELF_DYNAMIC_H_
9
#define _INCLUDE_ELF_DYNAMIC_H_
10
11
struct
rz_bin_elf_dt_dynamic_t
{
12
HtUU *
info
;
13
RzVector
/* <ut64> */
dt_needed
;
14
};
15
16
#endif
elf.h
ht_uu.h
rz_bin_elf_dt_dynamic_t
Definition:
elf_dynamic.h:11
rz_bin_elf_dt_dynamic_t::info
HtUU * info
Definition:
elf_dynamic.h:12
rz_bin_elf_dt_dynamic_t::dt_needed
RzVector dt_needed
Definition:
elf_dynamic.h:13
rz_vector_t
Definition:
rz_vector.h:45
librz
bin
format
elf
elf_dynamic.h
Generated by
1.9.1