Home
last modified time | relevance | path

Searched refs:_Libelf_Data (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_allocate.c119 struct _Libelf_Data *
122 struct _Libelf_Data *d; in _libelf_allocate_data()
134 struct _Libelf_Data *
135 _libelf_release_data(struct _Libelf_Data *d) in _libelf_release_data()
171 struct _Libelf_Data *d, *td; in _libelf_release_scn()
176 STAILQ_REMOVE(&s->s_data, d, _Libelf_Data, d_next); in _libelf_release_scn()
182 STAILQ_REMOVE(&s->s_rawdata, d, _Libelf_Data, d_next); in _libelf_release_scn()
H A Dgelf_symshndx.c43 struct _Libelf_Data *ld, *lid; in gelf_getsymshndx()
45 ld = (struct _Libelf_Data *) d; in gelf_getsymshndx()
46 lid = (struct _Libelf_Data *) id; in gelf_getsymshndx()
96 struct _Libelf_Data *ld, *lid; in gelf_update_symshndx()
98 ld = (struct _Libelf_Data *) d; in gelf_update_symshndx()
99 lid = (struct _Libelf_Data *) id; in gelf_update_symshndx()
H A D_libelf.h140 struct _Libelf_Data { struct
144 STAILQ_ENTRY(_Libelf_Data) d_next; argument
152 STAILQ_HEAD(, _Libelf_Data) s_data; /* translated data */
153 STAILQ_HEAD(, _Libelf_Data) s_rawdata; /* raw data */
207 struct _Libelf_Data *_libelf_allocate_data(Elf_Scn *_s);
236 struct _Libelf_Data *_libelf_release_data(struct _Libelf_Data *_d);
H A Dgelf_cap.c46 struct _Libelf_Data *d; in gelf_getcap()
48 d = (struct _Libelf_Data *) ed; in gelf_getcap()
105 struct _Libelf_Data *d; in gelf_update_cap()
107 d = (struct _Libelf_Data *) ed; in gelf_update_cap()
H A Dgelf_syminfo.c42 struct _Libelf_Data *d; in gelf_getsyminfo()
46 d = (struct _Libelf_Data *) ed; in gelf_getsyminfo()
103 struct _Libelf_Data *d; in gelf_update_syminfo()
107 d = (struct _Libelf_Data *) ed; in gelf_update_syminfo()
H A Dgelf_dyn.c46 struct _Libelf_Data *d; in gelf_getdyn()
48 d = (struct _Libelf_Data *) ed; in gelf_getdyn()
106 struct _Libelf_Data *d; in gelf_update_dyn()
108 d = (struct _Libelf_Data *) ed; in gelf_update_dyn()
H A Dgelf_move.c46 struct _Libelf_Data *d; in gelf_getmove()
48 d = (struct _Libelf_Data *) ed; in gelf_getmove()
109 struct _Libelf_Data *d; in gelf_update_move()
111 d = (struct _Libelf_Data *) ed; in gelf_update_move()
H A Dgelf_rel.c46 struct _Libelf_Data *d; in gelf_getrel()
48 d = (struct _Libelf_Data *) ed; in gelf_getrel()
111 struct _Libelf_Data *d; in gelf_update_rel()
113 d = (struct _Libelf_Data *) ed; in gelf_update_rel()
H A Dgelf_sym.c46 struct _Libelf_Data *d; in gelf_getsym()
48 d = (struct _Libelf_Data *) ed; in gelf_getsym()
108 struct _Libelf_Data *d; in gelf_update_sym()
110 d = (struct _Libelf_Data *) ed; in gelf_update_sym()
H A Dgelf_rela.c46 struct _Libelf_Data *d; in gelf_getrela()
48 d = (struct _Libelf_Data *) ed; in gelf_getrela()
113 struct _Libelf_Data *d; in gelf_update_rela()
115 d = (struct _Libelf_Data *) ed; in gelf_update_rela()
H A Delf_data.c44 struct _Libelf_Data *d; in elf_getdata()
48 d = (struct _Libelf_Data *) ed; in elf_getdata()
175 struct _Libelf_Data *d; in elf_newdata()
220 struct _Libelf_Data *d; in elf_rawdata()
230 d = (struct _Libelf_Data *) ed; in elf_rawdata()
H A Delf_flag.c59 struct _Libelf_Data *ld; in elf_flagdata()
70 ld = (struct _Libelf_Data *) d; in elf_flagdata()
H A Delf_update.c120 struct _Libelf_Data *ld; in _libelf_compute_section_extents()
727 struct _Libelf_Data *ld; in _libelf_write_scn()