_Libelf_Data
static struct _Libelf_Data *
struct _Libelf_Data *d;
static struct _Libelf_Data *
_libelf_release_data(struct _Libelf_Data *d)
struct _Libelf_Data *d, *td;
STAILQ_REMOVE(&s->s_data, d, _Libelf_Data, d_next);
STAILQ_REMOVE(&s->s_rawdata, d, _Libelf_Data, d_next);
struct _Libelf_Data *d;
d = (struct _Libelf_Data *) ed;
struct _Libelf_Data *d;
d = (struct _Libelf_Data *) ed;
STAILQ_ENTRY(_Libelf_Data) d_next;
STAILQ_HEAD(, _Libelf_Data) s_data; /* translated data */
STAILQ_HEAD(, _Libelf_Data) s_rawdata; /* raw data */