Symbol: _Libelf_Data
lib/libelf/_libelf.h
140
STAILQ_ENTRY(_Libelf_Data) d_next;
lib/libelf/_libelf.h
148
STAILQ_HEAD(, _Libelf_Data) s_data; /* translated data */
lib/libelf/_libelf.h
149
STAILQ_HEAD(, _Libelf_Data) s_rawdata; /* raw data */
lib/libelf/_libelf.h
203
struct _Libelf_Data *_libelf_allocate_data(Elf_Scn *_s);
lib/libelf/_libelf.h
228
struct _Libelf_Data *_libelf_release_data(struct _Libelf_Data *_d);
lib/libelf/elf_data.c
175
struct _Libelf_Data *d;
lib/libelf/elf_data.c
220
struct _Libelf_Data *d;
lib/libelf/elf_data.c
230
d = (struct _Libelf_Data *) ed;
lib/libelf/elf_data.c
44
struct _Libelf_Data *d;
lib/libelf/elf_data.c
48
d = (struct _Libelf_Data *) ed;
lib/libelf/elf_flag.c
59
struct _Libelf_Data *ld;
lib/libelf/elf_flag.c
70
ld = (struct _Libelf_Data *) d;
lib/libelf/elf_update.c
119
struct _Libelf_Data *ld;
lib/libelf/elf_update.c
726
struct _Libelf_Data *ld;
lib/libelf/gelf_cap.c
105
struct _Libelf_Data *d;
lib/libelf/gelf_cap.c
107
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_cap.c
46
struct _Libelf_Data *d;
lib/libelf/gelf_cap.c
48
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_dyn.c
106
struct _Libelf_Data *d;
lib/libelf/gelf_dyn.c
108
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_dyn.c
46
struct _Libelf_Data *d;
lib/libelf/gelf_dyn.c
48
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_move.c
109
struct _Libelf_Data *d;
lib/libelf/gelf_move.c
111
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_move.c
46
struct _Libelf_Data *d;
lib/libelf/gelf_move.c
48
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_rel.c
108
struct _Libelf_Data *d;
lib/libelf/gelf_rel.c
110
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_rel.c
46
struct _Libelf_Data *d;
lib/libelf/gelf_rel.c
48
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_rela.c
109
struct _Libelf_Data *d;
lib/libelf/gelf_rela.c
111
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_rela.c
46
struct _Libelf_Data *d;
lib/libelf/gelf_rela.c
48
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_sym.c
108
struct _Libelf_Data *d;
lib/libelf/gelf_sym.c
110
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_sym.c
46
struct _Libelf_Data *d;
lib/libelf/gelf_sym.c
48
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_syminfo.c
103
struct _Libelf_Data *d;
lib/libelf/gelf_syminfo.c
107
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_syminfo.c
42
struct _Libelf_Data *d;
lib/libelf/gelf_syminfo.c
46
d = (struct _Libelf_Data *) ed;
lib/libelf/gelf_symshndx.c
43
struct _Libelf_Data *ld, *lid;
lib/libelf/gelf_symshndx.c
45
ld = (struct _Libelf_Data *) d;
lib/libelf/gelf_symshndx.c
46
lid = (struct _Libelf_Data *) id;
lib/libelf/gelf_symshndx.c
96
struct _Libelf_Data *ld, *lid;
lib/libelf/gelf_symshndx.c
98
ld = (struct _Libelf_Data *) d;
lib/libelf/gelf_symshndx.c
99
lid = (struct _Libelf_Data *) id;
lib/libelf/libelf_allocate.c
119
struct _Libelf_Data *
lib/libelf/libelf_allocate.c
122
struct _Libelf_Data *d;
lib/libelf/libelf_allocate.c
134
struct _Libelf_Data *
lib/libelf/libelf_allocate.c
135
_libelf_release_data(struct _Libelf_Data *d)
lib/libelf/libelf_allocate.c
171
struct _Libelf_Data *d, *td;
lib/libelf/libelf_allocate.c
176
STAILQ_REMOVE(&s->s_data, d, _Libelf_Data, d_next);
lib/libelf/libelf_allocate.c
182
STAILQ_REMOVE(&s->s_rawdata, d, _Libelf_Data, d_next);