Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
Files
File List
File Members
All
$
.
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
.
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
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